Add documentation for ROCm port#1
Closed
karthik-kashyap-t wants to merge 635 commits into
Closed
Conversation
* Fix projection for images with non-centered camera (e.g. crops) The current code assumes [cx,cy] are at [w/2, h/2], if this is not the case (very common if you want to render a non-centered crop) the code gives VERY bad and incorrect results. This quick fix uses the proper [cx, cy]. * fix crop for backward * continous fix. also torch impl. --------- Co-authored-by: Ruilong Li <397653553@qq.com>
Co-authored-by: Ruilong Li <397653553@qq.com>
…ian Splatting Training" (#253) * checkin the code * nicer API * mcmc script now can works with multigpu * trainer supports multi gpu * get rid of reduduant code * func doc * support packed mode * format * more exp * multi GPU viewer * optim * cleanup * cleanup * merge main * MCMC * doc * scripts * scripts and performance --------- Co-authored-by: Ruilong Li <397653553@qq.com>
Needed with work with the `TORCH_EXTENSIONS_DIR` environment variable.
dependences -> dependencies
* Consolidate simple_trainer.py and simple_trainer_mcmc.py * ruff * black * black * reset glm * Revert docstring changes, fix docs Makefile * simple_trainer.py -> simple_trainer.py default * minor fixes * format * mcmc script --------- Co-authored-by: Ruilong Li <397653553@qq.com>
* plas * sort * working * crappy compression * cool vis * vis grid * vis * compress * sort strategy wip * sort strategy * sort attr * detach * png compression is working * shN png * blur attributes * kmeans * refactor * good psnr * means_u and means_l * count sorted more carefully * cleanup * bug * sort and quantize as post is pretty effective * simple * powers of 2 * simple sort and quantize is best * 6 bits * wip * sort splats * fine tune codebook works * save sorted ckpt * kmeans might not be worth it * wip * simplify * reduce diff * wip * stage * sumarize stats * kwargs * crop * cleanup * 1m * fix shape bug * support any types * minor * 1m * compress and decompress npz * move imports inside of functions * verbose * req txt * support simple trainer as well * sh0 * utils * refactor * png compression * trainers * shape zero * minor * minor * minor * 1m * minor * kwargs * minor * dict -> Dict * dict -> Dict * compression_strategy -> compression * minor * set rank in compress_dir * minor fix * clang * minor * minor * minor * cleanup scripts * doc * minor doc * black * add tests * black * simple trainer reg fix * imageio import as v2 * lpips_net arg * compression scripts and results * fix typo --------- Co-authored-by: Ruilong Li <397653553@qq.com>
* Simplify `tyro` usage in `simple_trainer.py` * Remove unnecessary space * Revert glm commit * black --------- Co-authored-by: Ruilong Li <397653553@qq.com>
* namespace gsplat * add cmakelists.txt * minor comment * Update CMakeLists.txt * update sh args to const --------- Co-authored-by: Ruilong Li <397653553@qq.com>
Co-authored-by: Ruilong Li <397653553@qq.com>
…inomial limits (#338) * use np.random.choice for >2**24 multinomial * format
Co-authored-by: Ruilong Li <397653553@qq.com>
… refine after reset (#354)
Co-authored-by: Ruilong Li <397653553@qq.com>
glog remove and performance gap fix
Remove reference comment in utils.py
Remove reference comment in utils.py
PR for Documentation
simple viewer fix for scene_grid feature
Sync release with amd-integration
Removed comment referencing an external issue link.
Remove external issue link from comments
Merge latest from amd-integration
[AIOSS-1478]-removed trainer profiling logic
simple trainer profiler script
sync amd-integration with release
Co-authored-by: anisha_amdeng <214179780+anisanka_amdeng@users.noreply.github.com>
Co-authored-by: Karthik Kashyap Thatipamula <Karthikkashyap.Thatipamula@amd.com> Co-authored-by: Deeksha Goplani <Deeksha.Goplani@amd.com> Co-authored-by: Ish Kool <Ish.Kool@amd.com> Co-authored-by: Chandan Sharma <Chandan.Sharma2@amd.com> Co-authored-by: Vikas C Sajjan <Vikas.CSajjan@amd.com>
anisha-amd
approved these changes
Oct 1, 2025
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.
Add documentation files.