The installation process would be a lot faster if the repo had a requirements.txt or setup.py. Especially since the prerequisites listed here https://github.com/mit-han-lab/e3d#prerequisites are not complete. For example spvnas/core/datasets/semantic_kitti.py also requires h5py, numba, opencv-python.
The installation process would be a lot faster if the repo had a
requirements.txt
orsetup.py
. Especially since the prerequisites listed here https://github.com/mit-han-lab/e3d#prerequisites are not complete. For examplespvnas/core/datasets/semantic_kitti.py
also requiresh5py
,numba
,opencv-python
.