Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeroberts3000 authored Jul 21, 2022
1 parent 5732929 commit 262a4d0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion contrib/mikeroberts3000/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ The `metadata_camera_parameters.csv` file also contains `M_cam_from_uv_00`, `M_c

This [example notebook](jupyter/01_casting_rays_that_match_hypersim_images.ipynb) demonstrates how use this matrix to cast rays that exactly match a Hypersim image.

 
## Rendering with PyTorch3D

This [example notebook](jupyter/02_rendering_hypersim_meshes_with_pytorch3d.ipynb) demonstrates how render Hypersim meshes with PyTorch3D, such that the rendering exactly aligns with a pre-rendered Hypersim image.

 
## Computing camera intrinsics for each scene

Expand All @@ -36,4 +41,6 @@ The command-line parameters to this tool are as follows.
 
## Acknowledgements

We thank: Ainaz99, alex-sax, Frank-Mic, jatentaki, liuzhy71, rpautrat, and rikba for reporting this issue; liuzhy71 for helping to export camera parameters from vrscenes; rpautrat for helping to derive the intrinsics from V-Ray's camera parameters; and Boris Bozhinov and Momchil Lukanov from Chaos for their excellent support with the V-Ray CameraPhysical plugin.
We thank: Ainaz99, alex-sax, Frank-Mic, jatentaki, liuzhy71, rpautrat, and rikba for reporting this issue; liuzhy71 for helping to export camera parameters from vrscenes; rpautrat for helping to derive the intrinsics from V-Ray's camera parameters; Boris Bozhinov and Momchil Lukanov from Chaos for their excellent support with the V-Ray CameraPhysical plugin; and Georgia Gkioxari her PyTorch3D support.


0 comments on commit 262a4d0

Please sign in to comment.