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

Environment yaml not cross-compatible #22

Open hwolf833 opened 5 months ago

hwolf833 commented 5 months ago

The provided rcvpose.yml includes platform-specific build info and cannot be used to create a conda environment on Ubuntu 20.04. It would be great if you could update the yaml using

conda env export -n rcvpose -f rcvpose.yml --no-builds

It still might not work for other users (depending on what packages are and are not available on each platform) but it would give me a chance at least. :)