-
`yolov4.weights` 和 `yolov4-tiny.weights` 都不存在 `conv_24` 层, 下图的第二行代码报错,只存在`concat24`层而不是 `conv_24` 层
![image](https://user-images.githubusercontent.com/19931702/136648747-0a0e87bd-b1fc-449e-9cba-a3a33…
-
因为看ultralytics的yolov5s的预训练权重只有十几M,但是网络结构肯定比yolov4-tiny复杂,yolov4-tiny就只有三个Resblock,参数量也比yolov5少,感觉权重文件应该比较小,但为什么预训练权重文件却有二十多M呢?是因为模型保存格式不一样吗?yolov5用的pt,大佬这边都用的pth,因为我看大佬实现的yolov5-pytorch版本里,yolov5s的pth…
-
I want to train the Yolov3 network instead of the tiny Yolov3 network. With tiny I can train but when I switch to yolov3 I have a memory problem.
My network contains about 1000 photos
# YOLO opti…
-
Hey guys, a bit new here, would like to know if I'm doing something wrong. Wanted to convert my custom trained YoloV4-tiny model (for 1 specific class) to tflite. But first wanted to convert it to a T…
-
The shape of my input `images` variable is `torch Size ([16, 3, 416, 416])` .
When executing code `model_trt=torch2trt(model,[images])`, the errors will be reported as:
```bash
Traceback (most r…
-
# YOLOv4 on Edge TPU | loliot
YOLOv4 on Edge TPU
[https://wiki.loliot.net/docs/lang/python/libraries/yolov4/python-yolov4-edge-tpu](https://wiki.loliot.net/docs/lang/python/libraries/yolov4/python-y…
-
Hi all,
I was able to train a single class on yolov4-tiny and the custom object is detected successfully during my tests.
My impression was, since I trained on top of the yolov4-tiny model, it s…
-
您好,因为自己是非科班,老师也没经验,自己研究进度缓慢。最近一直在优化yolov4-tiny,关于网络设计方面,想请教几个问题:
(1)如何快速验证网络结构是否更优?我一般用VOC2007训练看结果,但也需要训练五六个小时,感觉试错成本太高
(2)网络在CPU和GPU上运行是有区别的,在CPU上更关注低Flpos和少分支结构,这个理解对吗?
(3)因为网络backbone得到了大量简化,所以…
-
### Official YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
* **paper:** https://arxiv.org/abs/2207.02696
* **source code - Pytorch (use to reproduc…
-
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…