uber-research / UPSNet

UPSNet: A Unified Panoptic Segmentation Network
Other
649 stars 120 forks source link

where can I download the pretrained model? #1

Closed dingguo1996 closed 5 years ago

dingguo1996 commented 5 years ago

where can I download the pretrained model like “resnet-50-caffe.pth”

YuwenXiong commented 5 years ago

Please carefully check README, and make sure you run init.sh first

dingguo1996 commented 5 years ago

thx!

JoyHuYY1412 commented 5 years ago

Please carefully check README, and make sure you run init.sh first

Is this pretrained model trained on ImageNet for image classification? When I run your code, I found the rcnn_accuracy is already high in the beginning. Does that mean the rcnn head has been trained well?