Open Zxl19990529 opened 3 years ago
Hi, I am running this master repo with yolov4.cfg. I find the image size option in train.py is not introduced to Darknet when creating the backbone module. The img_size is still using the default set 416*416. Is that correct?
https://github.com/WongKinYiu/PyTorch_YOLOv4/blob/a3e3a41d4447ce685793226890e8e88273f19ae9/models/models.py#L277
yes, you are correct.
yes, you are correct. 那如果我想更改图片尺寸,应该如何更改呢
Hi, I am running this master repo with yolov4.cfg. I find the image size option in train.py is not introduced to Darknet when creating the backbone module. The img_size is still using the default set 416*416. Is that correct?
https://github.com/WongKinYiu/PyTorch_YOLOv4/blob/a3e3a41d4447ce685793226890e8e88273f19ae9/models/models.py#L277