"sgl-kernel/python/vscode:/vscode.git/clone" did not exist on "c186feed7fb7604db59377e74d48bcc61053832e"
  1. 10 May, 2023 1 commit
  2. 09 May, 2023 1 commit
  3. 06 Apr, 2023 1 commit
  4. 05 Apr, 2023 2 commits
  5. 03 Apr, 2023 1 commit
    • Ruilong Li(李瑞龙)'s avatar
      0.5.0: Rewrite all the underlying CUDA. Speedup and Benchmarking. (#182) · 8340e19d
      Ruilong Li(李瑞龙) authored
      * importance_sampling with test
      
      * package importance_sampling
      
      * compute_intervals tested and packaged
      
      * compute_intervals_v2
      
      * bicycle is failing
      
      * fix cut in compute_intervals_v2, test pass for rendering
      
      * hacky way to get opaque_bkgd work
      
      * reorg ING
      
      * PackedRaySegmentsSpec
      
      * chunk_ids -> ray_ids
      
      * binary -> occupied
      
      * test_traverse_grid_basic checked
      
      * fix traverse_grid with step size, checked
      
      * support max_step_size, not verified
      
      * _cuda and cuda; upgrade ray_marching
      
      * inclusive scan
      
      * test_exclusive_sum but seems to have numeric error
      
      * inclusive_sum_backward verified
      
      * exclusive sum backward
      
      * merge fwd and bwd for scan
      
      * inclusive & exclusive prod verified
      
      * support normal scan with torch funcs
      
      * rendering and tests
      
      * a bit clean up
      
      * importance_sampling verified
      
      * stratified for importance_sampling
      
      * importance_sampling in pdf.py
      
      * RaySegmentsSpec in data_specs; fix various bugs
      
      * verified with _proposal_packed.py
      
      * importance sampling support batch input/output. need to verify
      
      * prop script with batch samples
      
      * try to use cumsum  instead of cumprod
      
      * searchsorted
      
      * benchmarking prop
      
      * ray_aabb_intersect untested
      
      * update prop benchmark numbers
      
      * minor fixes
      
      * batched ray_aabb_intersect
      
      * ray_aabb_intersect and traverse with grid(s)
      
      * tiny optimize for traverse_grids kernels
      
      * traverse_grids return intervals and samples
      
      * cub not verified
      
      * cleanup
      
      * propnet and occgrid as estimators
      
      * training print iters 10k
      
      * prop is good now
      
      * benchmark in google sheet.
      
      * really cleanup: scan.py and test
      
      * pack.py and test
      
      * rendering and test
      
      * data_specs.py and pdf.py docs
      
      * data_specs.py and pdf.py docs
      
      * init and headers
      
      * grid.py and test for it
      
      * occ grid docs
      
      * generated docs
      
      * example docs for pack and scan function.
      
      * doc fix for volrend.py
      
      * doc fix for pdf.py
      
      * fix doc for rendering function
      
      * docs
      
      * propnet docs
      
      * update scripts
      
      * docs: index.rst
      
      * methodology docs
      
      * docs for examples
      
      * mlp nerf script
      
      * update t-nerf script
      
      * rename dnerf to tnerf
      
      * misc update
      
      * bug fix: pdf_loss with test
      
      * minor fix
      
      * update readme with submodules
      
      * fix format
      
      * update gitingore file
      
      * fix doc failure. teaser png to jpg
      
      * docs in examples/
      8340e19d
  6. 09 Mar, 2023 1 commit
    • Jingchen Ye's avatar
      Updates on examples (#174) · 82fd69c7
      Jingchen Ye authored
      * move torch data transfer into dataloader
      
      * Update README
      
      * use args.data_root
      
      * Remove redundant check
      
      * Fix isort
      
      * Fix black
      82fd69c7
  7. 31 Jan, 2023 4 commits
  8. 21 Nov, 2022 1 commit
  9. 07 Nov, 2022 3 commits
  10. 01 Nov, 2022 4 commits
  11. 31 Oct, 2022 2 commits
  12. 12 Oct, 2022 2 commits
  13. 11 Oct, 2022 1 commit
  14. 10 Oct, 2022 2 commits
  15. 09 Oct, 2022 4 commits
  16. 06 Oct, 2022 2 commits
  17. 05 Oct, 2022 2 commits
    • Ruilong Li(李瑞龙)'s avatar
      update requirements (#49) · 8c58be50
      Ruilong Li(李瑞龙) authored
      * update requirements
      
      * fix RTD requirements
      8c58be50
    • Ruilong Li(李瑞龙)'s avatar
      Reformatting and Update Tests (#46) · d67b8c32
      Ruilong Li(李瑞龙) authored
      * more organized version
      
      * add copyrights
      
      * proper versioning
      
      * proper versioning
      
      * cleanup project; read version from pyproject
      
      * read version from pyproject
      
      * update weblink
      
      * cleanup nerfacc file structure
      
      * propoer test contraction
      
      * proper test for intersection
      
      * proper tests for pack, grid, and intersection
      
      * proper testing for rendering
      
      * bug fix
      
      * proper testing for marching
      
      * run check reformat
      
      * add hints on nvcc not found
      
      * add doc to readme
      
      * resume github check
      
      * update readthedocs env
      
      * rm tool.setuptools.packages.find
      d67b8c32
  18. 28 Sep, 2022 3 commits
    • Ruilong Li(李瑞龙)'s avatar
      Docs (#36) · 2ff8229a
      Ruilong Li(李瑞龙) authored
      * update doc and bump version
      
      * update docs with final scores
      2ff8229a
    • Sara Fridovich-Keil's avatar
      Update README.md · c0cb5e22
      Sara Fridovich-Keil authored
      c0cb5e22
    • Ruilong Li(李瑞龙)'s avatar
      Docs (#34) · b969818e
      Ruilong Li(李瑞龙) authored
      * ngp doc
      
      * fix doc title
      
      * benchmark ngp is done.
      
      * finer training schedule for mlp-based nerfs
      
      * slightly doc update
      
      * update index
      
      * fix contraction issue
      
      * enable auto aabb
      
      * before launch
      
      * benchmark
      b969818e
  19. 27 Sep, 2022 1 commit
    • Ruilong Li(李瑞龙)'s avatar
      Reformat (#31) · 8dcfbad9
      Ruilong Li(李瑞龙) authored
      
      
      * seems working
      
      * contraction func in cuda
      
      * Update type
      
      * More type updates
      
      * disable DDA for contraction
      
      * update contraction perfom in readme
      
      * 360 data: Garden
      
      * eval at max_steps
      
      * add perform of 360 to readme
      
      * fix contraction scaling
      
      * tiny hot fix
      
      * new volrend
      
      * cleanup ray_marching.cu
      
      * cleanup backend
      
      * tests
      
      * cleaning up Grid
      
      * fix doc for grid base class
      
      * check and fix for contraction
      
      * test grid
      
      * rendering and marching
      
      * transmittance_compress verified
      
      * rendering is indeed faster
      
      * pipeline is working
      
      * lego example
      
      * cleanup
      
      * cuda folder is cleaned up! finally!
      
      * cuda formatting
      
      * contraction verify
      
      * upgrade grid
      
      * test for ray marching
      
      * pipeline
      
      * ngp with contraction
      
      * train_ngp runs but slow
      
      * trasmittance seperate to two. Now NGP is as fast as before
      
      * verified faster than before
      
      * bug fix for contraction
      
      * ngp contraction fix
      
      * tiny cleanup
      
      * contraction works! yay!
      
      * contraction with tanh seems working
      
      * minor update
      
      * support alpha rendering
      
      * absorb visibility to ray marching
      
      * tiny import update
      
      * get rid of contraction temperture;
      
      * doc for ContractionType
      
      * doc for Grid
      
      * doc for grid.py is done
      
      * doc for ray marching
      
      * rendering function
      
      * fix doc for rendering
      
      * doc for vol rend
      
      * autosummary for utils
      
      * fix autosummary line break
      
      * utils docs
      
      * api doc is done
      
      * starting work on examples
      
      * contraction for npg is in python now
      
      * further clean up examples
      
      * mlp nerf is running
      
      * dnerf is in
      
      * update readme command
      
      * merge
      
      * disable pylint error for now
      
      * reformatting and skip tests without cuda
      
      * fix the type issue for contractiontype
      
      * fix cuda attribute issue
      
      * bump to 0.1.0
      Co-authored-by: default avatarMatt Tancik <tancik@berkeley.edu>
      8dcfbad9
  20. 21 Sep, 2022 1 commit
  21. 20 Sep, 2022 1 commit