ZrrSkywalker / Point-NN

[CVPR 2023] Parameter is Not All You Need: Starting from Non-Parametric Networks for 3D Point Cloud Analysis
MIT License
477 stars 50 forks source link

Solution: Successful Environment Setup with Modified requirements.txt #23

Open hzlajojo opened 1 year ago

hzlajojo commented 1 year ago

Hi,

I appreciate the work that's been done on this project. However, I encountered some issues when I was setting up the environment. I was able to successfully install it after modifying the requirements.txt file.

Here are the changes I made:

cycler
einops
h5py
matplotlib==3.4.2
pyyaml==5.4.1
scikit-learn==0.24.2
scipy
tqdm
numpy
scipy
sklearn
typing

I thought it might be helpful to share this. Thanks again for your great work.