rsy6318 / GeoUDF

[ICCV 2023] GeoUDF: Surface Reconstruction from 3D Point Clouds via Geometry-guided Distance Representation
https://rsy6318.github.io/GeoUDF.html
97 stars 4 forks source link

Fixed setup.py install command #1

Closed satyajitghana closed 1 year ago

rsy6318 commented 1 year ago

Hi, I think the setup.py install command is right and it can be installed successfully.

satyajitghana commented 1 year ago
❯ python3 setup.py --install
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: option --install not recognized
satyajitghana commented 1 year ago

--install is not a valid option, did you mean install --user ?

rsy6318 commented 1 year ago

You can run 'python setup.py install' to install the pointnet2-lib, and the original cmd is right.

satyajitghana commented 1 year ago

In the readme it's written as --install

rsy6318 commented 1 year ago

thanks, I will fix it.