-
how should i do if just train and test person?i wanna to train a person detector.thks
-
Hi, thank you so much for the great work! It's very helpful.
I am getting a "Segmentation fault" when running `./darknet detector test cfg/voc.data ~/Downloads/yolov3-tiny.cfg ~/Downloads/yolov3-ti…
-
**Is your feature request related to a problem? Please describe.**
Currently if Frigate detects a person Double Take with pass the image to the configured detector/s and if a face is identified it wi…
-
Hi, I follow the installation guide on my Raspberry Pi 3b+ and When I try the test command:
`YOLOv2-tiny
./darknet detector test cfg/coco.data cfg/yolov2-tiny.cfg yolov2-tiny.weights data/person.jp…
-
./darknet detector demo dataset/person.data dataset/person.cfg yolov4.weights 1.ts -out_filename res1.avi
hi, When detecting video, how to save the image of the detected object instead of the detect…
-
Hi I am running main.py from fall-detector-v2.
But I find that objects around me are detected and contours are drawn around instead of drawing around the person, hence giving wrong results.
Should f…
-
**Is your feature request related to a problem? Please describe.**
i want to use another detector in double-take.
it has a similar api to the face-detectors, but could detect logos
**Describe the…
ozett updated
2 years ago
-
I have build darknet in google Colab without OpenCV and now i'm training my detector with this command:
!./darknet detector train obj/person.data obj/yolov3-tiny.cfg obj/darknet.conv -dont_show -mjpe…
-
I used another detector to get detection results and augmented ByteTrack to use those at every frame instead of using ByteTrack's detector. However, the tracking output from ByteTrack doesn't reflect …
-
Yesterday tried to compile your colab code and everything was fine. Today I got this error in object detector cell
`# run darknet detection on test images`
`!./darknet detector test cfg/coco.data …