Closed
Conversation
* fixing ns-eval when datamanager is set to disk for splats * fixing prefetch_factor type issues if user decides to use 0 workers * removing accidental file * fixing depth nerfacto config for issue 3592 * ruff linting the imports * fixing workers creating GPU tensors serialization error * finished next_eval * adding flowcharts! * fixing ruff * added flowcharts into datamanagers.md * simplying code and adding GPU serialization fix for both datamanagers * fixing nits with consistent styling * last optional nit * fixing num workers
removing unnecessary print
…o-project#2772) * sample pixels from all data in variable-resolution batches * sort import block * sort imports * reorder imports * clean up warnings * simplify index extraction
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
* fix core tests * Try alternative fix for pyright errors * Run ruff, bump core code checks to 3.11 * Run correct ruff version * Use the previous pyright version 👀 * cv2 ignore, pin dev dependency to newer pytorch version * ruff * Remove pyright error suppressions --------- Co-authored-by: Brent Yi <yibrenth@gmail.com>
* Add support for LiveScene as an external method * update link
…tudio-project#3685) Add tiling option to ColmapDataParser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
latest updates + easy setup batches + nerfstudio cli validation script (tests)