tobibaum / PartialSportsFieldReg_3DHPE

CVSports23 Paper: Monocular 3D Human Pose Estimation for Sports Broadcasts using Partial Sports Field Registration
MIT License
27 stars 4 forks source link

Insufficient requirements to run notebooks #1

Open NicoMandel opened 1 year ago

NicoMandel commented 1 year ago

The requirements.txt file does not specify all necessary packages that are required to run the package. P.ex. projection_util requires scipy and tensorflow, which are not defined in the requirements.txt. Installing scipy through conda yields version 1.10.1 and indicates a clash between the specified numpy version(1.19.3) and numpy versions for scipy, which are 1.19.5 and 1.27.0 Screenshot from 2023-05-10 16-09-21

NicoMandel commented 1 year ago

kind of fixed in this commit still requires tf-gpu setup according to this tutorial feel free to pull.