poisonwine / REGRAD

the code for generating REGRAD dataset
41 stars 7 forks source link

How to install Sapien library correctly? #5

Open dakwang opened 11 months ago

dakwang commented 11 months ago

Thank you very much for providing the dataset.I encountered some issues during use relation generate.py. 1.What is the correct installation method for the Sapien library? (I have reference errors after installing versions 1.1.0 and 1.1.1 through pip) 2.What does this address refer to? (collison_model_path)

poisonwine commented 11 months ago

Thank you very much for providing the dataset.I encountered some issues during use relation generate.py. 1.What is the correct installation method for the Sapien library? (I have reference errors after installing versions 1.1.0 and 1.1.1 through pip) 2.What does this address refer to? (collison_model_path)

  1. The sapien version is 1.0, you can just install through 'pip install sapien==1.0'
  2. 'collision_model_path' refers to the collision model root folder,the directory is the same as Shapenet. The collision models are generated by v-hacd algorithm.
dakwang commented 11 months ago

I'm very sorry, I tried and couldn't successfully install the sapien library through 'pip install sapien=1.0'. Is there any other method available? My configuration is: Ubuntu 20.04 5c99d580d7f49d0372b6da89a13dd25a

poisonwine commented 10 months ago

I'm very sorry, I tried and couldn't successfully install the sapien library through 'pip install sapien=1.0'. Is there any other method available? My configuration is: Ubuntu 20.04 5c99d580d7f49d0372b6da89a13dd25a

Maybe you can build from the source code:https://github.com/haosulab/SAPIEN/releases/tag/1.0.0.rc0