weitong8591 / ars_magsac

The code for ICCV 2023 paper, Adaptive Reordering Sampler with Neurally Guided MAGSAC
BSD 3-Clause "New" or "Revised" License
20 stars 1 forks source link

install magsac++ #4

Open hidfgidh opened 2 months ago

hidfgidh commented 2 months ago

hi!I used your way of installing magsac++ and installed the packages needed in the source code: eigen3, gflags, cmake, but tried many times without success, could you please share the packages or steps you used to install them? Thank you.

hidfgidh commented 2 months ago

I installed python version 3.7, but if I use pip to install magsac(pip install pymagsac), I need python version 3.8 to succeed, but the version of opencv doesn't have 3.4 and 4.7 which corresponds to python 3.8, so I would like to ask you to show me how to install it without pip. How to install magsac

Of course, under python3.7, you can use pip to install magsac (run pip install pymagsac), you can download the zip of magsac and unzip it, but it will report an error, I searched for the error message.

ERROR: Could not build wheels for pycocotools, which is required to install pyproject.toml-based projects"

I installed pycocotools , but it still doesn't work, I get the same error, I'm confused, I hope you can guide me, thanks!