-
Hey @david8862,
Thanks for such amazing work.
I am having problem doing inference on yolov4tiny using yolo.py. I have converted .weights to .h5 and generated a anchors.txt file.
while running the…
-
error info:
terminate called after throwing an instance of 'std::out_of_range'
what(): _Map_base::at
how can I do?
-
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…
-
Hi, i'm currently trying to run the ScaledYOLOv4 version of yolov4-tiny, however both in the ScaledYOLOv4 repository and the PyTorch-YOLOv4 i run into an error "AssertionError: Unsupported fields ['gr…
-
Hi, thank you for the wonderful work.
I tried it on default `tiny yolov4 weights` and used `yolov4-tiny-relu-tpu.cfg` for conversion. I also used coco validation dataset for post-training quantizatio…
-
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
-
Thanks for your job. I have trained YOLOv4 and YOLOv4-tiny and used -map to generate the chart.png. I find that the MAP of YOLOv4 is better than YOLOv4-tiny, but the loss of YOLOv4 is higher than YOL…
-
您好,用自己的数据集训练yolox-tiny和yolov4-tiny, 但是map 比yolov4-tiny低10个点
命令:python tools/train.py -f exps/example/yolox_voc/yolox_voc_tiny.py -d 2 -b 64 --fp16 -o -c yolox-tiny.pth --cache &
╒═════════════…
-
What's the difference between the architecture of YOLOv7-tiny and YOLOv4-tiny?
I just find the yolo head in YOLOv4-tiny is 2 and in YOLOv7-tiny is 3.
-
Firstly, thank you for your amazing project, your pretrained tiny-yolov4 model has helped me much on my personal project. I upvoted this repos.
However, I would like to ask you which image datasets t…
dzngo updated
2 years ago