Skip to content

Using EfficientDet in the camera #108

Answered by Corallo
BenJam29 asked this question in Q&A
Oct 17, 2022 · 11 comments · 13 replies
Discussion options

You must be logged in to vote

Hi @BenJam29
The answer of @garaujo23 is correct, you need to make sure that the old volumes in your camera are removed.
First of all, make sure to run the command
docker-compose --tlsverify --host tcp://$DEVICE_IP:$DOCKER_PORT --env-file ./config/env.$ARCH.$CHIP down --volumes
when you terminate your execution, to leave the camera in a "clean state"
Try to run it now, and see if it already solves your issue,
Otherwise run
docker -H tcp://$DEVICE_IP:$DOCKER_PORT volumes ls to check if there are volumes left
and
docker volume prune -f to do a forced cleaning

Replies: 11 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Corallo
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@Corallo
Comment options

@BenJam29
Comment options

@Corallo
Comment options

@BenJam29
Comment options

@Corallo
Comment options

Comment options

You must be logged in to vote
5 replies
@Corallo
Comment options

@BenJam29
Comment options

@Corallo
Comment options

@BenJam29
Comment options

@Corallo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #107 on October 20, 2022 11:16.