nerfstudio
nerfstudio copied to clipboard
speedup mask sampling, properly save masks in images pipeline
Masks were not saved properly in the images processing pipeline; now they are
Added a change for speeding up mask sampling by caching the mask non-zero indices, it speeds up sampling a few orders of magnitude (before mask sampling was pretty much unusable)
Hi, not sure what the status of this PR is, but wanted to suggest a speed up to mask sampling that has worked for me: https://github.com/nerfstudio-project/nerfstudio/pull/2585