Open piw-bot opened 1 week ago
Thank you for your question. We have made some corrections to the repository, so please download it again. Specifically, for issues related to chamferdist, you can visit chamferdist to install the corresponding code file, or you can simply use the command pip install chamferdist for installation.
Try to modify this file.
The listed setup does not suffice to run the code:
Additional packages need to be installed (h5py, matplotlib, scikit-learn, termcolor, timm, chamferdist) but I'm running into two problems when I want to run
Predict.py
1) The first line in
Loss.py
: from chamferdist import ChamferDistance, knn_points results inImportError: cannot import name 'knn_points' from 'chamferdist'
2) Line 5 from
Predict.py
results inModuleNotFoundError: No module named 'DataProcessing'
Could you provide a
.yml
orrequirements.txt
?