-
This one is tricky and will require revising near all things a person can put on his person. Decide whether to use black- or whitelist on finding items, whatever you find is the easiest. Maybe base th…
-
When I try to run
`./darknet detector demo data/coco.data cfg/yolov3-person.cfg yolov3-person_3200.weights config/test1.mp4 -out_filename res.avi`
I got the following error:
cuDNN status Error…
-
Hi,
I'm new working with YOLO. I have compiled a dataset of 500 images of people. I have a file named OD that is found inside my darknet folder with the following files inside:
Annotation- xml fil…
-
Here is my configuration file.
mqtt:
broker: xxxx
port: xxxx
username: xxx
password: xxx
client_id: xxx
ffmpeg:
camera:
thoughtallroomtest1: # This value has to be un…
LZZJ updated
9 months ago
-
I want to trian a person detector, so my classes = 1, I set max_batches=2000.
After training 2000 iterations, I find the loss could decrease, So I set max_batches=20000.
My question is how to set …
-
![](https://github.com/Single430/issuesFile/blob/master/vlcsnap-2020-11-25-15h15m26s555_LI%20(2).jpg?raw=true)
这样吗?这个需要修改 **yolov3_deepsort.py**
```
# select person class
mask = cls_ids == 0
…
-
**Describe what you are trying to accomplish and why in non technical terms**
I'd like to have the cooldown feature applied to actual sent notifications instead of triggers
**Describe the solution…
-
Sorry if this issue to fix a program I'm working on is too broad, but I've been stumped for a bit and I'm not sure where to look for a fix.
I'm working on a voice-controlled bot in NodeJS for the v…
-
Hi,
I am trying to use the convolutional-pose-machines to find the pose of people in an office environment, where people are usually seated. My question is; is there a caffemodel that finds the upper…
-
Hi!
Thank you for the work you put down into this.
I am using this to run object identification on the videos that my surveillance cameras are recording and if a person is detected i get a notific…