-
Hi,
I followed https://wiki.loliot.net/docs/lang/python/libraries/yolov4/python-yolov4-edge-tpu/ to train a model with only one class.
If I use the original yolov4-tiny.cfg, the training works no…
-
I am currently working with the YoloV3-tiny.
To import the network into C++ project I use OpenVINO-Toolkit. In more detail I use the following procedure to convert the network:
https://docs.openvi…
Gio-n updated
4 years ago
-
I encountered an error when I used the Yolo detector.
OpenCV(4.0.0) Error: Parsing error (Failed to parse NetParameter file: ../data/tiny-yolo.cfg) in cv::dnn::dnn4_v20180917::readNetFromDarknet, fil…
-
Hello everyone, I want to change the number of anchors for model, eg. 10 anchor boxes for tiny-yolo and 15 anchor boxes for yolo. Is that possible and how can I do it? I've tried to modify some lines …
-
I don't understand why the code wouldn't run on TF2.4, but I found the reason causing the failure. Taking ````detection_demo.py```` as an example, ````detect_video````, ````detect_realtime```` and ```…
-
**Tried:**
flow --model cfg/tiny-yolo.cfg --load bin/tiny-yolo.weights
**Got:**
Parsing ./cfg/tiny-yolo.cfg
Parsing cfg/tiny-yolo.cfg
Loading bin/tiny-yolo.weights ...
Traceback (most recent cal…
-
I'm trying to flow this tuto [https://modelzoo.co/model/yolo-tensorflow](url)
i did try 3 ways
> flow --imgdir sample_img/ --model cfg/yolov2-tiny.cfg --load bin/yolov2-tiny.weights --json
> f…
-
Hello,
New to AI world (but want to try K210 board)
I have a pretrained model with tiny-yolo v3 . Can i directly convert and use it ?
Or I have to train it again.
if yes, if I have images in yo…
-
# 这是我使用导出onnx的命令
python tools/export_model.py -c configs/ppyolo/ppyolo_tiny_650e_coco.yml \
-o weights=weights/ppyolo_tiny_650e_coco.pdparams \
…
-
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 …