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

Can you please share the drive link of weights mentioned in the repo?

"txty_loss_function = nn.BCEWithLogitsLoss(reduction='none')" doesn't match the original paper? can you explain it. thanks!!

请问下载了预训练集和代码,yolo2 和yolo3的AP都达不到,大概只有30~40那个样子?是什么情况呢

self.backbone = darknet19(pretrained=trainable, hr=hr)

您好!请问提供预训练模型下载吗?

## env - GPU 2080ti - ubuntu 16.04 - python 3.6 - pytorch 1.5.0 ## errors when i use yolo-v2 to train the voc dataset, and set the parameters as...

4900 images and batchsize:64 gpu:2080TI

Hello, I would like to ask you a question: In the multi_gt_creator function of the tools.py file, why does box_w only divide by strides [-1] before calculating iou, does this...

This is my mistake, I found that I set trainable to False, Sorry!

It would be great if you could add a license so we know how we may use the code! Thank you!