-
Hello, I had tried to re-train the Yolo tiny using the COCO dataset before, but I think the result was not good. Then I saw your YOLOV4 and I tried it using your pre-trained weight. And the result is …
-
# 这是我使用导出onnx的命令
python tools/export_model.py -c configs/ppyolo/ppyolo_tiny_650e_coco.yml \
-o weights=weights/ppyolo_tiny_650e_coco.pdparams \
…
-
I installed opencv with CUDA with version 4.5.4
![image](https://user-images.githubusercontent.com/64806740/159753138-0d1feaee-1b5b-453a-93f0-cd0d3ac7def6.png)
I run the file **yolo.py**
![image](h…
-
Thanks for this great piece of work.
You can test a training state or a trained dataset in 2 ways:
1. Directly with this line:
./flow --imgdir sample_img/ --model cfg/tiny-yolo-voc-1c.cfg --loa…
-
@AlexeyAB Hi,I trained YOLOv3tiny-pan2.cfg。The loss got a sudden increase just like the following chart
![image](https://user-images.githubusercontent.com/37136363/63012245-7eae6c00-bebc-11e9-982d-d…
-
My computer: i5 4210M, GTX850M, Windows 10, CUDA 8, Visual Studio 2017 (with 2015 toolset installed)
Training with a dataset called Chars74K, selecting a subset of number 0-9 and letter E, totally 11…
-
First I have tried alexnet.cfg and lstm.train.cfg which has a [connected] layer in their CNN configuration file. But are showing the error of
**_cuDNN status Error in: file: c:\yolo\darknet\src\con…
-
Installed all dependencies
pi@raspberrypi:/usr/local/lib/python3.5/site-packages $ python3
Python 3.5.3 (default, Jan 19 2017, 14:11:04)
[GCC 6.3.0 20170124] on linux
Type "help", "copyright", "c…
-
I try to dump model for inference but got this error.
Error:
```
/Users/bilal_temp/Environments/keras_yolo/lib/python3.7/site-packages/keras_applications/mobilenet.py:207: UserWarning: `
input_s…
-
I trained the dataset of VOC on YOLO v4-tiny, and the mAP on chart was 63.1%.
![chart_yolov4-tiny-compare](https://user-images.githubusercontent.com/51520993/99203471-9e35f200-27ed-11eb-8861-2d831a…