zju3dv / OnePose_Plus_Plus

Code for "OnePose++: Keypoint-Free One-Shot Object Pose Estimation without CAD Models" NeurIPS 2022
Apache License 2.0
379 stars 46 forks source link

Dependencies seem outdated #54

Open jagdeepsb opened 9 months ago

jagdeepsb commented 9 months ago

Hello, I'm trying to install the repo and noticed some dependency conflicts.

Namely, environment.yaml specifies:

  - python=3.7
  - pytorch=1.8.0

However, the install instructions for the package pytorch3d require the following:

Attempting to install with a later python version (I tried 3.8 and 3.9) seems to create other install issues (pip attempts to install pickle5 which should not be needed in python > 3.7).

Any advice for how to resolve this?

wanda9987 commented 3 months ago

Hi~ How did you resolve the dependency problem?