zju3dv / GIFT

Code for "GIFT: Learning Transformation-Invariant Dense Visual Descriptors via Group CNNs" NeurIPS 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question of why two stage training.

bluedream1121 opened this issue · comments

Hello. Thank you for your nice work and contribution of field.

I have one question.

Why do you train the extractor and embedder seperately?

Thanks for your interests!
The main consideration is about memory.
Directly training the whole model will lead to OOM.