1. 24 Apr, 2023 1 commit
  2. 21 Apr, 2023 1 commit
  3. 19 Apr, 2023 1 commit
    • arterms's avatar
      Per-ray minimum and maximum distances in sampling method (#205) · 09b43b1d
      arterms authored
      * Fixed traversal with far_plane
      
      * test added for traversal with near and far planes
      
      * More correct test
      
      * black formatting for test
      
      * Per-ray min-max distances in sampling
      
      * Test for sampling with min/max distances added
      
      * black formatting
      09b43b1d
  4. 14 Apr, 2023 1 commit
  5. 13 Apr, 2023 1 commit
  6. 09 Apr, 2023 1 commit
    • Ruilong Li(李瑞龙)'s avatar
      Cameras (#198) · ebeb5ddf
      Ruilong Li(李瑞龙) authored
      * opencv_lens_undistortion
      
      * fix k4 bug for undistortion, support fisheye
      
      * support k3 k4 k5 k6
      
      * fix _opencv_len_distortion; format
      
      * naming: len->lens
      ebeb5ddf
  7. 06 Apr, 2023 12 commits
  8. 05 Apr, 2023 7 commits
  9. 04 Apr, 2023 2 commits
  10. 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
      
      * RaySegmentsSp...
      8340e19d
  11. 27 Mar, 2023 2 commits
  12. 15 Mar, 2023 2 commits
  13. 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
  14. 25 Feb, 2023 1 commit
  15. 23 Feb, 2023 6 commits