EML-NET-Saliency
EML-NET-Saliency copied to clipboard
Can pre-training model be provided pre-trained model "resnet50.pth.tar"?
I tried to run the command:
python train_resnet.py ~/salicon imagenet_resnet --model_path backbone/resnet50.pth.tar
but the codes need the pre-trained model "resnet50.pth.tar".
Further, I made my best to find the file "resnet50.pth.tar" in the main page of torchvision according to the following guideline as suggested by your github. Unfortunately, I did not find it.
“The ImageNet pre-trained model can be obtained from torchvision, the PLACE pre-trained one can be downloaded from their official project here”
In addition, I also searched the file "resnet50.pth.tar" by Google engine, but still failed.