nerfstudio
nerfstudio copied to clipboard
How to change weights with `hloc` sfm tool
This is my comand:
command = f"ns-process-data images --data {given_folder} --output-dir {output_folder} --sfm-tool hloc --feature-type superpoint --matcher-type superglue-fast --num-downscales 4"
log output:
{'model': {'name': 'superglue', 'sinkhorn_iterations': 5, 'weights': 'outdoor'},
'output': 'matches-superglue-it5'}
Is there a way to use indoor weights with hloc?