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
No file named network/run_contactopt.py (in quick demo)
When I tried to run the command: 'python network/run_gcncontact.py --split=demo --model=dgcnn', it reported the following error:
workspace/s2contact/network.loader.pym line 26
self.dataset = pickle.load(open(data, 'rb')) # Load pickle, can take many seconds
ModuleNotFoundError: No moudle named 'contactopt'
When I tried to run the command: python network/run_eval.py --split=demo --model=dgcnn --vis, it reported the following error:
No such file or directory: 'data/optimized_demo_dgcnn.pkl'
It seems that, some file or moudles are missing.
The text was updated successfully, but these errors were encountered:
workspace/s2contact/network.loader.pym line 26
self.dataset = pickle.load(open(data, 'rb')) # Load pickle, can take many seconds
ModuleNotFoundError: No moudle named 'contactopt'
No such file or directory: 'data/optimized_demo_dgcnn.pkl'
It seems that, some file or moudles are missing.
The text was updated successfully, but these errors were encountered: