rpautrat / SuperPoint

Efficient neural feature detector and descriptor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About training steps

Taogonglin opened this issue · comments

I want to ask if my trianing steps are right? Could you tell me? step1 -> step2 -> step3 ->step2 ->step3(maybe repeat 2->3 some times) ->step6 -> step7 I don't want to evaluating the repeatability on HPatches so I ignore the step 4

Hi, yes these steps are correct. Between the last step 3 and step 6, you can either fine-tune from the previous training of step 3, or directly skip the last step 3 and train step 6 from scratch.

Hi, yes these steps are correct. Between the last step 3 and step 6, you can either fine-tune from the previous training of step 3, or directly skip the last step 3 and train step 6 from scratch.

thank you I just repeat two times, but I think that's enough, and the pictures are much more, training is so slow, hhhh

Yes, two rounds should be more than enough I think.