Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you provide requirements.txt? #2

Open
Zvyozdo4ka opened this issue Jan 29, 2024 · 3 comments
Open

Could you provide requirements.txt? #2

Zvyozdo4ka opened this issue Jan 29, 2024 · 3 comments

Comments

@Zvyozdo4ka
Copy link

Great Project.

As it is mentioned above, could you provide with project requirements please or any other guidance for installation ?

@Zvyozdo4ka
Copy link
Author

I just installed one by one, seeing errors after running main.py

@lxzlwhy
Copy link
Collaborator

lxzlwhy commented Jan 30, 2024

Ok, I will write an installation package description

@lxzlwhy lxzlwhy reopened this Jan 30, 2024
@Megidd
Copy link

Megidd commented Apr 29, 2024

For us, installing these was enough:

pip install numpy
pip install torch torchvision
pip install scikit-image
pip install opencv-python
pip install pymeshlab

After that, we had to replace the deprecated np.bool statement at SeIF/lib/sdf.py file with a simple bool. To do so, these commands can be used:

cat lib/sdf.py | grep "np.bool"
sed -i 's/np\.bool/bool/g' lib/sdf.py
cat lib/sdf.py | grep "np.bool"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants