Ascend-Research / HeadPoseEstimation-WHENet

BSD 3-Clause "New" or "Revised" License
465 stars 75 forks source link

Please revise requirements.txt: h5py==2.10.0 #4

Open alfredplpl opened 3 years ago

alfredplpl commented 3 years ago

Please add the line in requirement.txt because the tensorflow-gpu 1.12.0 and keras 2.1.6 cannot use the latest h5py.

h5py==2.10.0

valix25 commented 3 years ago

@alfredplpl thank you for the tip. It worked after changing the h5py version. As an additional information for other people the current project works with python3.7 and tensorflow 1.13.2 (only tested the cpu version, probably gpu would work too), keras 2.1.6 and careful with the opencv version (I used 4.4.0.42)