danini / progressive-x

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 available at https://arxiv.org/pdf/1906.02290
MIT License
71 stars 17 forks source link

Synthetic models #1

Open xwasco opened 4 years ago

xwasco commented 4 years ago

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.

Thanks!

Best regards

danini commented 4 years ago

Dear @xwasco ,

Thanks :) I can, but I will most likely not have time to do that before ECCV deadline. After that, I certainly will.

Best, Daniel

xwasco commented 4 years ago

It would be great if you can before ECCV :)

Thanks in any case!

All the best

Il dom 1 mar 2020, 12:53 Daniel Barath notifications@github.com ha scritto:

Dear @xwasco https://github.com/xwasco ,

Thanks :) I can, but I will most likely not have time to do that before ECCV deadline. After that, I certainly will.

Best, Daniel

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/danini/progressive-x/issues/1?email_source=notifications&email_token=ABKVU46NWLFUCHOYAW2KWYLRFJEFJA5CNFSM4K7EBMB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENM47QA#issuecomment-593088448, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKVU454T55VPYPFIEIWJSTRFJEFJANCNFSM4K7EBMBQ .

ThoMut commented 4 years ago

Hello @danini

I also would be interested in code reproducing Figure 4 of your paper. I hope you find some time to add the functions.

greetings, Thomas

xwasco commented 4 years ago

Still interested too

best

Seba

gabriel-h-ribeiro commented 1 year ago

Hi, @danini!

Hope this message finds you well. I was reading your article and I was impressed by your algorithm. I noticed that you generated some examples of synthetic models (Figure 4), but I couldn't reproduce it with the code that is in the repository...

Could you provide me with the code snippet please? If possible, could you send me the link to the specific file on Github?

Thanks in advance for your help and willingness to share your knowledge with me. It will be of great help for my learning.

Yours sincerely.

danini commented 1 year ago

Yeah, I didn't add multi-line fitting to the repository. I will upload it later this week.

Tigores commented 1 year ago

Dear @danini ,

Looking forward to your multi-line fitting example!!!

danini commented 1 year ago

I added multi-line fitting here: https://github.com/danini/progressive-x/blob/master/examples/example_multi_lines.ipynb I haven't performed any parameter tuning on line fitting problems, so the results probably are suboptimal.