romi / plant-3d-vision

Reconstruct a 3D digital twin of the plant from pictures (RGB images) and quantify its phyllotaxis.
https://docs.romi-project.eu/plant_imager/
GNU Lesser General Public License v3.0
5 stars 1 forks source link

Check open3d version #126

Closed jlegrand62 closed 3 years ago

jlegrand62 commented 3 years ago

Version is fixed to 0.9.0.0 in requirements.txt but code still cover for <= 0.7.0.0. Also, Python3.8 does not seem to have support for <= 0.10.0.0.

Try to test if open3d>=0.9.0.0 is ok...