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
I download the model trained with semi-dense lidar ground truth, from:supervised model.
When I run
torch.load('supervised/model_best.pth.tar')
This is a error:
Traceback (most recent call last):
File "model.py", line 173, in <module>
main()
File "model.py", line 164, in main
torch.load('supervised/model_best.pth.tar')
File "/home/S/.local/lib/python3.5/site-packages/torch/serialization.py", line 367, in load
return _load(f, map_location, pickle_module)
File "/home/S/.local/lib/python3.5/site-packages/torch/serialization.py", line 538, in _load
result = unpickler.load()
ImportError: No module named 'metrics'
Could your tell me why?
Thanks~
The text was updated successfully, but these errors were encountered:
Hi. That's probably because I haven't uploaded the metrics.py file (didn't realize this was also necessary). I will upload the rest of the source code today.
I download the model trained with semi-dense lidar ground truth, from:supervised model.
When I run
This is a error:
Could your tell me why?
Thanks~
The text was updated successfully, but these errors were encountered: