jayliu0313 / Shape-Guided

Shape-Guided Dual-Memory Learning for 3D Anomaly Detection [ICML2023]
31 stars 6 forks source link

Where is “core.modules.model”? #1

Closed LiZhi-CASIA closed 1 year ago

LiZhi-CASIA commented 1 year ago

In the 'sdf_features.py' file under the 'core' directory, the import statement on line 6 'from core.modules.model import *' is failing. It appears that the 'core.modules.model' might be missing, as both the 'load_encoder' on line 22 and 'local_decoder' functions on line 24 are likely located within this module. Could you please advise me on how to address this issue? I appreciate your assistance in advance.

jayliu0313 commented 1 year ago

We haven't been using the 'sdf_features.py' to work anymore, and the complete our method is in the "/core/rgb_sdf_feature.py". You can find the methods of SDF only, RGB only and combine method there. If you want to watch 3D model(SDF model), our 3D model is in the "core/model.py".