You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model.eval() needs to be added in the demo.py for the model be in evaluation mode. Being stuck in training mode enables this line of code which uses the ground truth transformation.
# 7 Random select ground truth node correspondences during trainingifself.training:
ref_node_corr_indices, src_node_corr_indices, node_corr_scores=self.coarse_target(
gt_node_corr_indices, gt_node_corr_overlaps
)
The text was updated successfully, but these errors were encountered:
Model.eval() needs to be added in the demo.py for the model be in evaluation mode. Being stuck in training mode enables this line of code which uses the ground truth transformation.
The text was updated successfully, but these errors were encountered: