chaneyddtt / Generating-Multiple-Hypotheses-for-3D-Human-Pose-Estimation-with-Mixture-Density-Network

Code for our CVPR2019 paper: Generating Multiple Hypotheses for 3D Human Pose Estimation with Mixture Density Network
MIT License
97 stars 9 forks source link

Need to set requirements.txt #10

Open aingo03304 opened 4 years ago

aingo03304 commented 4 years ago

Here in 2020, tensorflow has version conflict between v1 and v2 So you need to fix the tensorflow version you are using.

Thus, can you add requirements.txt?

Thanks in advance.