vcg-uvic / lf-net-release

Code Release for LF-Net: Learning Local Features from Images
Other
314 stars 66 forks source link

Training Pipeline #13

Open engraamirkhan opened 5 years ago

engraamirkhan commented 5 years ago

Hi,

I am aware that the authors have explicitly confirmed no support in for training. I am just looking out for others who are also looking to do the training on lf-net. Anyone, who can share their experience while looking for training the network will be helpful.

Thank you.

nicholasadr commented 4 years ago

I am looking into training the network as well, have you managed to do so?

zhanggaojian commented 4 years ago

@engraamirkhan @nicholasadr Hi,I am looking into training the network as well, have you managed to do so?

nicholasadr commented 4 years ago

@zhanggaojian I am working on training the network on a custom set of data that I have prepared myself. So far most of the modification/additions that I had to do was due to the nature of my data and not due to any fault in the original code. I have yet to achieve good training performance but it's too early to tell why at this point.

zhanggaojian commented 4 years ago

@nicholasadr Hi, I am sorry to bother you. Could you tell me how to train the network?

nicholasadr commented 4 years ago

@zhanggaojian take a look at train_lfnet.py

szgy66 commented 2 years ago

@zhanggaojian take a look at train_lfnet.py

I want to know how prepare the datasets? thanks

ericzzj1989 commented 2 years ago

@szgy66 Hello, have you worked out the datasets for training?