suriyachaudary / Self-supervision-for-segmenting-overhead-imagery

[BMVC 2018] Self-supervised Feature Learning for Semantic Segmentation of Overhead Imagery.
MIT License
40 stars 7 forks source link

File Missing #5

Closed M-Talha95 closed 4 years ago

M-Talha95 commented 4 years ago

1 net = torch.load(model_root + experiment + 'segmentation' + '.ckpt.t7')['net_segmentation'].cuda().eval() ### load the best model 2 evaluate_segmentation(net)

FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/My Drive/Colab Notebooks/SSL/models/potsdam_resnet18_autoencoder_no_bottleneck_use_coachsegmentation.ckpt.t7'

the file is missing and not present in any folder