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 trying to run train.py, the script fails with a ModuleNotFoundError due to the missing surface_distance package. This issue occurs in the XrayTo3DShape/utils/callbacks.py file.
Traceback (most recent call last):
File "train.py", line 28, in <module>
import XrayTo3DShape
File "/home/jeevan-neupane/xrayto3D-benchmark/XrayTo3DShape/__init__.py", line 7, in <module>
from .utils.registry import import_all_modules_for_register
File "/home/jeevan-neupane/xrayto3D-benchmark/XrayTo3DShape/utils/__init__.py", line 11, in <module>
from .callbacks import *
File "/home/jeevan-neupane/xrayto3D-benchmark/XrayTo3DShape/utils/callbacks.py", line 22, in <module>
from surface_distance.metrics import (
ModuleNotFoundError: No module named 'surface_distance'
System Information:
OS:Ubuntu
Python Version:3.8
The text was updated successfully, but these errors were encountered:
Description:
When trying to run train.py, the script fails with a ModuleNotFoundError due to the missing surface_distance package. This issue occurs in the XrayTo3DShape/utils/callbacks.py file.
Steps to Reproduce:
The script fails with the following traceback:
System Information:
OS:Ubuntu
Python Version:3.8
The text was updated successfully, but these errors were encountered: