-
can you please make a code for these models? thanks in advance
-
I adjusted the input resolution of the model, from 416*416 to 736*256. how to convert it to openVINO? just need to modify this?
![image](https://user-images.githubusercontent.com/45247320/112420120…
-
First I use darknet to train the yolov4-tiny model, it has two detection classes, and the input image size is 224. The trained weight is first converted to tensorflow, and then converted to tflite. Bu…
-
如题,确认过2007_train信息没问题,xmin,ymin,xmax,ymin,class_id排布,loss一直在下降,最后稳定在0.13左右,但是预测的时候就是什么结果也没有,得分阈值为0.5。
但是同样的数据集用yolov4-tiny的项目都能出结果。
我看了之前泡泡老师许多yolo系列的项目的Issues,可能是我的数据集不够大,而且框也不够大,但是理论上不至于比yolov4-…
-
How much VRAM is required for each YOLOv4-Large?
-
Facing this issue while training yolov4-tiny
i use yolov4-tiny pre-trained weights file `yolov4-tiny.conv.29` from [here](https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yol…
-
?????python train.py --data coco.yaml --cfg yolov4-pacsp.yaml --weights ''
are U sure????
-
Thanks for your great repo @theAIGuysCode !
But it would be nice if you have a **cumulative counting mode** to count objects crossing some _ROI line_.
Examples:
@ahmetozlu
[#1 Tensorflow …
-
Complete the research required for understanding how to implement the object detection.
- [x] Determine which version of Yolo to use
- [x] Find a good tutorial for training a Yolo model
- [x] Find a g…
-
Hi,
I'm using darknet for custom object detection and YOLOv4 in a Google Colab project. Until last week the code was working fine, but now I'm getting stuck at the beginning of both training and te…