aaronWool / rcvpose

(ECCV 22 Oral)Vote from the Center: 6 DoF Pose Estimation in RGB-D Images by Radial Keypoint Voting
GNU General Public License v3.0
49 stars 9 forks source link

requirements_simplified.txt #5

Closed greinerth closed 2 years ago

greinerth commented 2 years ago

The requirements_simplified.txt file is invalid. You might need to consider employing "==" or ">=" for installing the required packages. Further the pip command is not correct. It should be pip install -r requirements_simplified.txt

aaronWool commented 2 years ago

Hi, Nice catch! I have updated the environment installation with a conda config file.

greinerth commented 2 years ago

Thank you