-
I'am trying to use saved model in Tensorflow Serving but without success.
**I exported model:**
```
yolo = YOLOv4()
yolo.config.parse_names("yolov4-data/coco.names")
yolo.config.parse_cfg("yolo…
-
Hi @AlexeyAB
which yolov4 cfg I should use for training both small object ( approximately 300px) together? I have seen most of the people using yolov4-tiny-3l.cfg only for small object. Also what is…
-
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…
-
I am using yolov4 with docker and have been trying to make this work using custom data. Currently i have been able to train properly, using command:
```
darknet detector train directory/to/obj.d…
-
Hi,
having torch v 1.8 on jetson device, I am unable to get a .wts file.
I think that there is a mismatch between the model it expects and the real file you have provided in your README.
```
…
-
Hi,
I am getting an incompatible shapes error when training yolov3-tiny. I have downloaded the coco2017 dataset from the official website and changed the paths in data/dataset/val2017.txt. The comm…
-
Below is the image that i ran the code on and its corresponding generated .txt file. I am using tiny yolov4 weights.
I am using this command - darknet.exe detector test cfg/coco.data cfg/yolov4-tiny-…
-
Hi there, I have been trying to train my custom yolov4 tiny model but it seems like there are some issues when calculating the mAP, also the avg loss is too high. If I get the same config and image da…
-
I built a custom object detector using tiny Yolov4 on Google Colab.
Now I am trying to detect multiple images and save the prediction results to a txt file.
I'm using this command line:
`! ./dark…
-
I compared fps(mesure 100 pictures detection time) about Jetson Xaiver NX and Jetson Nano.
models:
yolov4-tiny (BFlOPs : 6.8)
original model (BFlOPs : 2.2)
**Jetson Nano**
yolov4-tiny : …