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
229 stars 49 forks source link

typo $ sh core/csrc/compile.sh --> $ sh core/csrc/compile_fps.sh #79

Closed monajalal closed 10 months ago

monajalal commented 10 months ago

image

should change to

(gdrnpp) mona@ada:~/gdrnpp_bop2022$ sh core/csrc/compile_fps.sh

Further would be a good idea to create a conda env to isolate setup with system setup

(base) mona@ada:~/gdrnpp_bop2022$ conda create --name gdrnpp python=3.10

(base) mona@ada:~/gdrnpp_bop2022$ conda activate gdrnpp