pytorch-faster-rcnn icon indicating copy to clipboard operation
pytorch-faster-rcnn copied to clipboard

pytorch based implementation faster rcnn

Results 23 pytorch-faster-rcnn issues
Sort by recently updated
recently updated
newest added

Pretrained weights with vgg16 and HRNet is not found, can you help?

When I run python train.py, it is generating errors regarding to the init_process. ![dist_init](https://user-images.githubusercontent.com/13064391/212870513-f28367b4-da04-4d46-b098-d0c61bbcf321.png) I am using HP Z8-G4 workstation for training.

is this model combination of ResNet101-FPN? is so then why FPN codes are different than resnet50-fpn?