Shai

Results 7 comments of Shai

@zhijiew I did not train the model. I used the pretrained weights @jfzhang95 kindly provided for resnet backbone. As for inference: I did not do any "tricks": single scale (@513px...

running wandb 0.11.0, cannot reuse deleted run names: ``` wandb.init(project='project', id='deleted_one', resume=True) ``` Is there a plan for this fix?

@vanpelt I'll have to do that. Thank you for the reply.

@prakashknaikade what version of COLMAP are you using. Working with version > 3.6 solved the issue for me.

I suspect I found the source of this issue: The algorithm computes ALL pair-wise distances `ref_nb`x`query_nb`, however, the space allocated for these distances is only `k`x`query_nb` therefore there is a...

Results on 256x256 using IF-I and IF-II are very promising. What about IF-III? What is holding back its release?