art-programmer / MASC

MIT License
58 stars 6 forks source link

error in inference step #4

Open amiltonwong opened 5 years ago

amiltonwong commented 5 years ago

Hi, @art-programmer , @chenliu-wustl ,

When I performance inference step, python inference.py --dataFolder=/media/root/WDdata/dataset/ScanNet --task=predict_cluster_write --split=val

I got the following error

Traceback (most recent call last):
  File "inference.py", line 219, in <module>
    info = torch.load(filename)
  File "/root/anaconda3/envs/pytorch1.0/lib/python3.6/site-packages/torch/serialization.py", line 366, in load
    f = open(f, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/gruvi/Data/chenliu/ScanNet/scans//scene0568_00/scene0568_00_vh_clean_2.pth'

It seems file "scene0568_00_vh_clean_2.pth" is missing. Where could I download it?

THX!

art-programmer commented 5 years ago

Thanks for reporting this. It's indeed a bug. I just fixed it. Thanks a lot!