You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
It seems file "scene0568_00_vh_clean_2.pth" is missing. Where could I download it?
THX!
The text was updated successfully, but these errors were encountered: