shanice-l / gdrnpp_bop2022

PyTorch Implementation of GDRNPP, winner (most of the awards) of the BOP Challenge 2022 at ECCV'22
Apache License 2.0
233 stars 50 forks source link

Environment for PoseEstimation #66

Closed beastGrendel closed 1 year ago

beastGrendel commented 1 year ago

Hello, I am trying to set up the environment for pose estimation training and inference, but I am having trouble with the packages. The packages installed by requirements.txt seem to be too new, I am getting a ton of errors when trying to run the training script. Does anyone have an updated list?

Furthermore, not all components that scripts/compile_all.sh tries to build finish successfully, are only fps and egl required for the training and testing to run? (Those compile successfully)

Thanks in advance!

wangg12 commented 1 year ago

You may try using the docker env https://github.com/shanice-l/gdrnpp_bop2022/pull/60 .

beastGrendel commented 1 year ago

Sorry, for the late reply. I was able to get it to run through manually checking the requirements and reverting the required packages until all dependencies were satisfied. Would it be helpful to post the list of packages I am using now?

wangg12 commented 1 year ago

Sorry, for the late reply. I was able to get it to run through manually checking the requirements and reverting the required packages until all dependencies were satisfied. Would it be helpful to post the list of packages I am using now?

Yes, it would be very helpful for other guys.

beastGrendel commented 1 year ago

Alright, I exported it as a .yaml file from my conda environment, replace the .txt with .yaml and specify the environment prefix.

environment.txt