Questions tagged [yolov4]

244 questions
-1
votes
1 answer

Yolov4 resizing

Does yolov4 does resizing of images itself during training or we need to resize the images before training? if resizing is required before training then what is the suggested size for resizing?
-1
votes
1 answer

Does the number of Instances of an Object in a picture affect the training of a deep-learning object detector

I want to retrain the object detector Yolov4 to recognize figures of the board game Ticket to Ride. While gathering pictures i was searching for an idea to reduce the amount of needed pictures. I was wondering if more instances of an object/class in…
Fomps
  • 1
  • 2
-2
votes
1 answer

What does yolov4.conv.137 mean in Yolov4 darknet?

I can't find a description of these weights used in tutorial for training Yolov4 darknet and I can't really understand where they came from, COCO? PASCAL VOC? ImageNet? I can't understand also if running the command !./darknet detector train…
F.M.
  • 29
  • 5
-2
votes
1 answer

How to run deep sort using multiple GPUS?

I am following this tutorial. I have two nvidia 1080 Ti graphic card but I can't the code. I have error in line 8 I also have a laptop with one GPU where this code works fine I changed the code a little…
Ammar0000
  • 23
  • 5
1 2 3
16
17