-
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 have successfully trained a model on a Google Colab runtime, but when I try to export it, I get an error about `MishCudaFunction()`.
This is what I have done:
- `pip install torch==1.7.1+cu101…
-
Hi i'm training on custom dataset and i calcultaed my own anchor boxes on this. I got this set of values:
11, 18, 18, 30, 26, 45, 40, 64, 56, 96, 84,120, 92,178, 136,223, 200,296
The defau…
-
Thanks for the code, Paul!
Your calculation of the distance is impressing and the description is very clear. However, I think it applies to the objects those are facing the camera directly or near d…
-
I'm using this Scaled YOLOv4 to train a customized model. I followed the command for test.py but all I got was P, R, mAP .5 and .95.
In the readMe file of your repository, I saw that your test.py …
-
三天了,不见收敛的迹象,loss始终在20左右。。。
下面是我的cfg
```
[net]
# Testing
#batch=1
#subdivisions=1
# Training
batch=64
subdivisions=4
width=608
height=608
channels=3
momentum=0.9
decay=0.0005
angle=0
…
-
hi. i'll start to train yolov4 with MSCOCO dataset.
what is difference between yolov4.conv137 and csdarknet53-omega.conv.105 ?
why you suggest csdarknet53-omega.conv.105 to train with MSCOCO?
…
-
Hi @AlexeyAB ,
I have two different repositories, one is older than the other (cannot specify how old, but prior to the yoloV4 update).
I was not getting acceptable results with yolov4, even tho…
-
-
I have trained a model using my custom dataset and had precision value of about 0.72 but when I used the saved weights for test script the value jumped to 0.95 I am not sure why this is happening. thi…