nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

How to change weights with `hloc` sfm tool

Open hyqshr opened this issue 1 year ago • 2 comments

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?

hyqshr avatar Nov 03 '24 23:11 hyqshr