Walter Zimmer

Results 7 comments of Walter Zimmer

I also cannot download the weights from baidu. Can someone please upload the YoloV4 weights trained on VisDrone on wetransfer.com (if google drive is not working)? These one can only...

I am getting this error when training on the visdrone dataset: `python train.py --data data/visdrone.data --cfg cfg/yolov4/yolov4-visdrone.cfg --batch-size 1 --img-size 512 --epochs 300 --device 0 --weights ""` here is the...

I have solved this error by removing annotations (from the visdrone dataset) that contain the object class "ignored-region" or "other" to match the number of classes in the visdrone.data file:...

@cch2016 I have tried to run the pretrained model on my own camera images: ![Screenshot from 2021-02-10 15-14-10](https://user-images.githubusercontent.com/22540236/107521887-5daf0000-6bb3-11eb-81b9-91d9a46ad71e.png) The cars can only be detected in close range (10-20m) because the...

Yes you are right. In total you should have 14962 images in that folder.

Are you using Ubuntu 16 and cuda 9? It worked for me with gcc 5.4 and g++ 5.4. You also need this package here: `apt-get install build-essential`

Yes your are right. KITTI uses two stereo cameras (one monochrome and one RGB stereo camera) so that they have four cameras in total. AVOD only uses the left RGB...