-
Hi !First of all, thank you for your contribution to the open source community.
My English is very poor ,but i will tyy my best to Describe my problem。
I got that files through Caffe-YOLOv3-Windows.…
-
Hi,
I tried to calculate the mAP for final weight e.g. yolov3-mio_final weights using the following command, but all mAPs are zero. But it is ok for other weights like yolov3-mio_10000.weights.
…
ghost updated
5 years ago
-
I've tested this yolov3 implementation in pytorch [https://github.com/ultralytics/yolov3](https://github.com/ultralytics/yolov3). I used the same dataset and same yolov3-spp.cfg file (same of everythi…
-
> https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/blob/80681e81327320a37cfc35b754d8204a5156e9c2/pytorch_object_detection/yolov3_spp/build_utils/utils.py#L287
在跑模型时跳的bug,`at`的device为c…
-
Hi Alexey,
I decided to keep the ratio aspect for my text images using the -letter_box flag and I wanted to ask about the differences in performance (not the mAP necessarily, more like the specific…
-
Hi @AlexeyAB,
I trained a model using this cfg (the same arch as yolov3-spp)
[yolov3-spp-320.log](https://github.com/AlexeyAB/darknet/files/2955851/yolov3-spp-320.log)
and i try to test it using …
-
Hi, ChenYingpeng, I face the following error when i run the given examples:
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 2719:20: Message typ…
-
@AlexeyAB,Hello
I watched your edited README.md file ,you said:
```
1、Train it first on 1 GPU for like 1000 iterations:
darknet.exe detector train cfg/voc.data cfg/yolov3-voc.cfg darknet53.con…
-
-
Hi @AlexeyAB i am currently getting the following error when trying to run my dataset with YOLO.SPP
Error: You set incorrect value batch=1 for Training! You should set batch=64 subdivision=64
…