yolov2-yolov3_PyTorch icon indicating copy to clipboard operation
yolov2-yolov3_PyTorch copied to clipboard

Results 21 yolov2-yolov3_PyTorch issues
Sort by recently updated
recently updated
newest added

请问为什么tools.py里面 txty_loss_function采用的是BCEWithLogitsLoss,而conf_loss_function采用的是MSEWithLogitsLoss,两者是否弄反了?

![image](https://user-images.githubusercontent.com/78162914/187905422-720f1c81-ec46-4a99-91e3-4592a25f400a.png) When I trained YOLOV3 at Batch Size = 4, ‘nan’ appeared. After Debug, I found the **infinite number** appears at **models/yolov3.py 118th code**, This is because the output of...

Hi, I met the same problem in https://github.com/yjh0410/PyTorch_YOLOv3/issues/1 when I train yolov3 in this project.

I met this warn when I type the commad python train.py -v yolov2_r50 in the terminate [WARN] Cannot find rule for . Treat it as zero Macs and zero Params....

How can I download google drive or other link?

Hi, thanks for your nice job! I want to apply your code on other dataset (such as fire detection), however, in this case, num of case is only 1 (20...

At the begining there are some WARNs [WARN] Cannot find rule for . Treat it as zero Macs and zero Params. [WARN] Cannot find rule for . Treat it as...

Hello @yjh0410, Thanks for the share of your work! I am training the yolov2slim model on my machine, and meet a problem:when I use 3 GPUs to train the yolov2slim...

Hello @yjh0410, Thanks for the share of your work! I am training the yolov2 darknet19 model on my machine, and have realized 2 problems: 1. After some time, training stops...