progressive-x
progressive-x copied to clipboard
The Progressive-X algorithm proposed in paper: Daniel Barath and Jiri Matas; Progressive-X: Efficient, Anytime, Multi-Model Fitting Algorithm, International Conference on Computer Vision, 2019. It is...
Hello, I got an error during make progressivex_python.cpp.o error info: make[2]: *** [CMakeFiles/pyprogressivex.dir/build.make:90: CMakeFiles/pyprogressivex.dir/src/pyprogressivex/src/progressivex_python.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:132: CMakeFiles/pyprogressivex.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... Could you...
Hi, sorry to bother you,I met a problem when I run the make progress,I can't build cpp_example.cpp.o, could you tell me how to solve it,please? Thank you very much. Reaping...
Hi, Nice work! Where can I get the example codes for line fitting problems shown in the paper? And if I want to fit lines on my custom point dataset,...
Hi, I am running some experiments with F-Matrix estimation and am occasionally encountering segmentation faults. GDB gave me this: ``` #0 gcransac::estimator::solver::FundamentalMatrixSevenPointSolver::estimateModel (this=this@entry=0x7fffffff9da8, data_=..., sample_=sample_@entry=0x0, sample_number_=7, models_=..., weights_=weights_@entry=0x0) at /home/kluger/projects/remote/progressive-x/graph-cut-ransac/src/pygcransac/include/estimators/solver_fundamental_matrix_seven_point.h:103...
Dear @danini, thanks for your awesome work :) I am trying your code and I wonder if you can also add the functions to reproduce Figure 4 of your paper....
The C++ code returns 4 values (a, b, c, d) for each plane, but the corresponding python binding was assuming only three values. Because of this, the planes returned from...
Hi, thanks a lot for the work and contribution! I met some errors here: ``` error: extra qualification 'gcransac::estimator::solver::HomographyFourPointSolver::' on member 'estimateNonMinimalModel' [-fpermissive] OLGA_INLINE bool HomographyFourPointSolver::estimateNonMinimalModel( ``` I fixed it...
Hi, When I build the code, I came across the following problem: ~/progressive-x/examples/cpp_example.cpp:24:10: fatal error: direct.h: No such file or directory Where to find this file? Many thanks~
Hi @danini Congrats on the work! I was wondering how did you test your method in the 'motion segmentation' application case on the 155 videos of Hopkins dataset? Could you...
Cannot compile on Ubuntu 24.04.03 with python support. Below the full error log on the command line. [cmd_output.txt](https://github.com/user-attachments/files/22554915/cmd_output.txt)