danini / magsac

The MAGSAC algorithm for robust model fitting without using an inlier-outlier threshold
Other
415 stars 65 forks source link

Questions about installation #33

Closed Zjsxstar closed 8 months ago

Zjsxstar commented 8 months ago
  1. There are pre-compiled wheels for Windows and Linux for Python 3.8 - 3.11 that you can install with: "pip install magsac" for this install method, my python version is 3.8.15,but failed, Error reported below: ERROR: Could not find a version that satisfies the requirement magsac (from versions: none) ERROR: No matching distribution found for magsac
  2. $ git clone https://github.com/danini/magsac --recursive $ cd build $ cmake .. $ make for this install method,In the downloaded project directory, I did not find the bulid folder, so I created a new one, and I replaced the ellipsis with the project path. After cmake, a file CMakeCache.txt and a folder CMakeFiles were generated, and then I did not know what to do,I did not see the makefile file.
Zjsxstar commented 8 months ago

使用第一种方法就可以,不过安装命令是 pip install pymagsac