Open justachetan opened 7 months ago
Hi, I think I used the default values as in roma_indoor. Although it could be the case that I didn't use upsample_preds, I don't quite remember.
Thanks! It seems the code does use upsample_preds: https://github.com/Parskatt/RoMa/blob/d5adf6562bd87dd6d8313b5a20f030a3c80d5caa/roma/models/model_zoo/__init__.py#L34
Would it be possible to get the parameters used to generate the results? I am getting quite poor results for keypoint matching on the ScanNet test case
If you run the model (without keypoints), are you able to get results comparable to our reported results?
Hi @Parskatt ,
I am trying to run an evaluation of
roma_indoor
on ScanNet, like what you have used forroma_outdoor
inRoMa/experiments/eval_roma_outdoor.py
. Could you please tell me what values ofcoarse_res
andupsample_res
to use with ScanNet when initializing the model?Thanks!
Regards, Aditya