HimangiM / Just-Go-with-the-Flow-Self-Supervised-Scene-Flow-Estimation

Self-supervised method for scene-flow estimation of LiDAR point clouds. Method is trained and tested on the nuScenes and KITTI datasets in TensorFlow. (CVPR 2020)
BSD 3-Clause "New" or "Revised" License
60 stars 5 forks source link

Dependency Error #47

Open joshchristian280 opened 1 year ago

joshchristian280 commented 1 year ago

Hi! Thanks for providing the code for this, the paper is very cool. I'm trying to reimplement this and am running into an issue with dependencies. Running Python version 3.6, I can't seem to install open3d. The following error occurs: ERROR: Could not find a version that satisfies the requirement open3d==0.8.0.0 ERROR: No matching distribution found for open3d==0.8.0.0 I can't seem to get around this issue. Any tips? Thanks!