-
you have done a wonderful job! Thanks for Sharing you work!
How can this argument help the training process **--arc ARC yolo architecture** Should I need to pass the backbone weights because as pe…
-
I'm training my yolov3 tiny model for face detection. I followed steps that were described in this repo, but after 9000 iterators, I relized that loss avg was abnormal. It stayed around 4.
This is wh…
bao-O updated
5 years ago
-
I am using yolov3 model for the human face detection. For webcam it works fine but when I gave any video or any IP Camera address as rtsp it works very slow.
For video it reads all the video till …
-
@nathantsoi Hi, Great work!
Whether in all cases you get an increase of AP@[.5, .95] and mAP@0.75, and decrease of mAP@0.5 by using GIoU instead of MSE?
Did you test GIoU with yolov3-spp.cfg htt…
-
**Describe the bug**
Wasn't entirely sure if this is a bug or just yolo feature. together with transfer flag, the resume flag will not actually resume the process. I did take look at the code and I d…
-
**Description of the bug**
I have four classes along with negative examples, with training set about evenly split with 4000 images total, and test block also evenly split with about 500 images. (Tra…
-
Could you add support for yolov3-spp model? [https://github.com/pjreddie/darknet/blob/master/cfg/yolov3-spp.cfg](url)
-
Hello @glenn-jocher,
thank you for the great work!
[Here](https://github.com/ultralytics/yolov3#map) you report that you achieved 55.4 mAP with size 416 and configuration of YOLOv3 (yolov3.cfg). …
-
How do we print mAP, FN/FP and loss?
-
thanks for your work.I have a question need your help. when the multi-scale set true ,whether the spp is necessary?