Skip to content

error in inference step #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
amiltonwong opened this issue Feb 23, 2019 · 1 comment
Open

error in inference step #4

amiltonwong opened this issue Feb 23, 2019 · 1 comment

Comments

@amiltonwong
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants