nv-nguyen / gigapose

[CVPR 2024] PyTorch implementation of GigaPose: Fast and Robust Novel Object Pose Estimation via One Correspondence
https://nv-nguyen.github.io/gigaPose/
MIT License
144 stars 12 forks source link

Installation problem #18

Open yanglicb opened 1 month ago

yanglicb commented 1 month ago

Conda install gives `Pip subprocess error: WARNING: Ignoring version 1.8.1 of pytorch-lightning since it has invalid metadata: Requested pytorch-lightning==1.8.1 from https://files.pythonhosted.org/packages/54/8f/ff9e74724d1c203e8f1efe4b763ef941as torch (>=1.9.*)


Please use pip<24.1 if you need to use this version.`
Solved by fixing pip version to 24.0

`dependencies: pip=24.0`