-
If you have an issue with training - no-detections / Nan avg-loss / low accuracy:
* what command do you use?
* what dataset do you use?
* what Loss and mAP did you get?
* show c…
-
I am getting less performance after conversion. Have you bench mark your code with before conversion and after conversion?
-
```
./darknet detector train data_file cfg_file -gpus 0,1,2,3 -map
CUDA-version: 11020 (11020), cuDNN: 8.1.0, CUDNN_HALF=1, GPU count: 4
CUDNN_HALF=1
OpenCV version: 4.5.1
0 : compute…
-
i m using openvino 20.04 version.
& also able to inference ,but fps im getting is 1-3. so why its low,
my goal of using openvino to get high fps on cpu,but itts giving very less fps, is there any…
-
Hello there @paul-pias
This code is very interesting, any clue on how to implement object detection and distance measurement for yolotinyvoc, which i use with darkflow. Any suggestion?
Thanks in …
-
Thanks for the code, Paul!
Your calculation of the distance is impressing and the description is very clear. However, I think it applies to the objects those are facing the camera directly or near d…
-
I followed the tutorial step by step on how to train YOLOv4 on custom data (where files should be put and what data should be provided). There were some conflicts such as :
- Step 3 says "Create fi…
ghost updated
3 years ago
-
I try to do this ,add two yolo layers ,the anchors like this:
`5,5, 6,6, 7,7`
`8,8, 9,9, 10,10`
but when i try to train,the terminal tell me that the anchors is not define.
is there any way to so…
-
Yolov3 is a very common algorithm, but Matlab does not support it. Of course, it is not very flexible. It does not support the definition of the three types of loss functions of Yolov3, and the object…
-
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan will be updated in different issues.
In this issue, you can either:
1. Suggest a new fe…