SimingYan / IAE

[ICCV 2023] "Implicit Autoencoder for Point-Cloud Self-Supervised Representation Learning"
99 stars 17 forks source link

which open3d version? #3

Closed benmatok closed 2 years ago

benmatok commented 2 years ago

Hi, thanks for this work! I tried setting up this project and got an error for missing open3d package. I tried installing it and there was a conflict with pyyaml. which version of open3d did you use?

SimingYan commented 2 years ago

Hi @benmatok ,

I'm using open3d 0.14.1. I think you can simply install with pip install open3d. If it doesn't work, please let me know.