-
I try to refactor the ONNX conversion codes in this repo and only put the focus on the deployment (not training!).
I think the AlexeyAB/darknet framework is easy enough and more stable than any other…
-
What is difference between yolov4.weights and yolov4_conv_137.weights? And I want to fine tuning YOLOv4 model on my dataset with `no_classes=4`, so which way should I use?
Anh I will use command
…
-
python "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\model_optimizer\mo.py" --input_model frozen_darknet_yolov4_model.pb --transformations_config yolo_v4_tiny.json --batch 1 --reverse_i…
-
I'm training models on a custom dataset composed of images of people taken from an overhead camera. This is a single class model. As such, I've made a few minor changes to the tiny-yolov4.cfg and yolo…
-
links in "YOLOv4 model zoo" page are expired? not able to download weights for YOLOv4-Leaky, YOLOv4-Mish?
https://github.com/AlexeyAB/darknet/wiki/YOLOv4-model-zoo#coco-pre-trained-files-512x512
-
Hi. As far as i concern, the car counting model only supports YoloV4 Darknet. Is there any plan to support other models( for example, mobilenetV2? ).This is not a bug, only a feature request
-
In the YOLOv4 Darknet, there were different config files for small and large objects in an image. https://github.com/AlexeyAB/darknet#how-to-improve-object-detection this link shows that
Is it some…
-
Hi sorry for bothering again!!
I haved tried tiny-yolov4 recently, however, when I convert the weights i got
```bash
TypeError: buffer is too small for requested array
```
The weight and con…
-
**Hi.I want to convert my pth file to weights file, and I run this script**
` model = Darknet(cfgfile='/media/hkuit164/WD20EJRX/yolov4.cfg')
model.load_state_dict(torch.load("/media/hkuit164/…
-
I have used this repositry for integrating yolov4 with Tensor RT .
GeForce GTX 1070 Mobile
Ubunto - 16.4
TensorRT 5.0
cfg file - As suggested I modified accordingly .[NOTE - I used SAME yolov4,…