Pretrained model of demo test
Closed this issue · 1 comments
SongMingtao-NUDT commented
Hello, thank you for your amazing work.
I notice that the demo test use "pretrained_models/saved_model_5PC_l_epi/model.net" as its model, then I output the dict_keys of model.net. But I found that there are only key_name of ds_0, no key_name about ransac_layer.
model_net_keys.txt
I don't understand why there is no key_name of ransac_layer, could you please explain it to me?
weitong8591 commented
Hi, thanks for your interest. It is a differentiable function used to incoporate robust fitting models to the training objectives. The training weights are the ones in the inlier prediction network, which are used in RANSAC sampling process in 'ransac_layer'.