g2-bernotas / PS-Plant-Framework

PS-Plant python-based framework presented in "A photometric stereo-based 3D imaging system using computer vision and deep learning for tracking plant growth" paper.
Other
21 stars 5 forks source link

missing library requirements in completely new installation #10

Open aromanowski opened 2 years ago

aromanowski commented 2 years ago

Hi Gytis! How are you? My name is Andres (I did some experiments on the PS-Rig in Alistair's lab while working with Karen Halliday). I was trying to install everything according to you youtube video (great one!) and noticed the following requirements were missing to get psgui3.py running:

matplotlib==3.0.3
visvis==1.13.0
retrying==1.3.3
serial==0.0.97
scikit-image==0.15.0 
scipy==1.4.1 
imageio==2.8.0

These could be added to the 'Requirements.txt' file within your repo! Just in case it matters, I installed all these after the unavailable dependencies:

Also, added the root dir to the start dir of the Pyzo environment. I can say it runs!

Best, Andrés

g2-bernotas commented 2 years ago

Hi Andrés,

Thanks for bringing this up. I haven't been keeping this repo up-to-date, so I am sure some of the packages are really outdated. I will leave your 'Issue' open for other people to see just in case they encounter the same problem, and I will update the requirements once I have some time to reproduce this to make sure everything is working.

Let me know if other problems occur!