Commit Graph

  • 2628fb56f2 Testing script David Novotny 2021-02-02 05:42:59 -08:00
  • dc28b615ae Generation of test camera trajectories David Novotny 2021-02-02 05:42:59 -08:00
  • 9751f1f185 Main training script David Novotny 2021-02-02 05:42:59 -08:00
  • 5b74911881 NeRF training stats logger. David Novotny 2021-02-02 05:42:59 -08:00
  • 0666848338 NeRF dataloader. David Novotny 2021-02-02 05:42:59 -08:00
  • eb908487b8 Radiance field renderer David Novotny 2021-02-02 05:42:59 -08:00
  • bf633ab556 Implicit function David Novotny 2021-02-02 05:42:59 -08:00
  • 1e82341da7 Harmonic embedding David Novotny 2021-02-02 05:42:59 -08:00
  • 7cbda3ec17 NeRF Raysampler David Novotny 2021-02-02 05:42:59 -08:00
  • fba419b7f7 NeRF Raymarcher David Novotny 2021-02-02 05:42:59 -08:00
  • f4f3d403f3 fixes docstring rendering in estimate_normals (#530) Edgar Riba 2021-02-01 18:37:34 -08:00
  • e42b0c4f70 Mesh normal consistency when no faces intersect Jeremy Reizenstein 2021-01-27 17:30:25 -08:00
  • 7f62eacdb2 Mesh normal consistency when many faces intersect Jeremy Reizenstein 2021-01-27 17:30:25 -08:00
  • 00acda7ab0 Update the pulsar citation for the new version of the tech report. Christoph Lassner 2021-01-26 12:14:51 -08:00
  • d173a2f8da textures device consistency Jeremy Reizenstein 2021-01-25 06:08:09 -08:00
  • e58a730e6a Fix dimension check (#524) Penn 2021-01-22 11:01:58 -08:00
  • 2ee11c7845 Update generate_cow_renders.py (#529) imlixinyang 2021-01-22 10:59:19 -08:00
  • 8eba1684cb Up vector for plotly Jeremy Reizenstein 2021-01-22 07:31:50 -08:00
  • cf9bb7c48c (eye, at, up) extraction function Jeremy Reizenstein 2021-01-22 07:31:50 -08:00
  • ddebdfbcd7 Allow single offset in offset_verts Jeremy Reizenstein 2021-01-22 07:31:50 -08:00
  • d60c52df4a devices for transform3d Jeremy Reizenstein 2021-01-21 04:56:56 -08:00
  • 4711665edb lint Jeremy Reizenstein 2021-01-20 13:06:46 -08:00
  • 154ace4ba4 Fix #501. Christoph Lassner 2021-01-19 19:25:29 -08:00
  • b24d89a283 Do not set ccbin in torch 1.7.x Jeremy Reizenstein 2021-01-11 15:48:41 -08:00
  • da7884cef1 Volume / NeRF notebook links in README.md David Novotny 2021-01-11 04:10:57 -08:00
  • 95707fba1c PLY pointcloud loading Jeremy Reizenstein 2021-01-07 15:38:49 -08:00
  • 3b9fbfc08c Read heterogenous nonlist PLY properties as arrays Jeremy Reizenstein 2021-01-07 15:38:49 -08:00
  • 89532a876e add existing mesh formats to pluggable Jeremy Reizenstein 2021-01-07 15:38:49 -08:00
  • b183dcb6e8 skeleton of pluggable IO Jeremy Reizenstein 2021-01-07 15:38:49 -08:00
  • 9fc661f8b3 Tutorial - Fit neural radiance field David Novotny 2021-01-06 08:24:57 -08:00
  • 01f86ddeb1 Tutorial - Fit textured volume. David Novotny 2021-01-06 08:24:57 -08:00
  • b466c381da Implicit/Volume renderer David Novotny 2021-01-06 06:21:50 -08:00
  • e6a32bfc37 Daily arc lint --take BLACK generatedunixname89002005287564 2021-01-06 04:22:36 -08:00
  • e6bc960fb5 Raysampling David Novotny 2021-01-06 03:59:56 -08:00
  • 1f9cf91e1b suppress errors in vision/fair/pytorch3d generatedunixname89002005307016 2021-01-05 05:27:11 -08:00
  • 1af1a36bd6 Raymarching David Novotny 2021-01-05 03:58:22 -08:00
  • aa9bcaf04c Point clouds to volumes David Novotny 2021-01-05 03:37:38 -08:00
  • 03ee1dbf82 Volumes data structure. David Novotny 2021-01-05 03:37:38 -08:00
  • 1e4a2e8624 __getitem__ for Transform3D David Novotny 2021-01-05 03:37:38 -08:00
  • ac3f8dc833 suppress errors in vision/fair/pytorch3d generatedunixname89002005307016 2021-01-04 23:08:44 -08:00
  • b4dea43963 Support for multi-dimensional list_to_padded/padded_to_list. David Novotny 2021-01-04 09:41:28 -08:00
  • 0ba55a83ad fix conda channel in tests Jeremy Reizenstein 2020-12-27 13:13:14 -08:00
  • fc58acb2d4 suppress errors in vision/fair/pytorch3d generatedunixname89002005307016 2020-12-24 11:21:54 -08:00
  • 25c065e9da PathManager passing Jeremy Reizenstein 2020-12-24 10:14:37 -08:00
  • b95621573b lint Jeremy Reizenstein 2020-12-24 10:14:37 -08:00
  • 513a6476bc iopath dependency Jeremy Reizenstein 2020-12-24 10:14:37 -08:00
  • 0a309ec6c7 requirements for readthedocs Jeremy Reizenstein 2020-12-22 08:51:42 -08:00
  • caa3371376 Fix Pulsar backend batched radius handling. Christoph Lassner 2020-12-21 13:00:47 -08:00
  • ebac66daeb Classic Marching Cubes algorithm implementation Nikhila Ravi 2020-12-18 07:25:18 -08:00
  • 9c6b58c5ad Expose axis-angle/quaternion conversion functions in transforms package (#486) Foo Guo Wei 2020-12-18 05:17:48 -08:00
  • 01759d8ffb Texture Atlas sampling bug fix Nikhila Ravi 2020-12-17 04:09:40 -08:00
  • 3d769a66cb Non Square image rasterization for pointclouds Nikhila Ravi 2020-12-15 14:14:27 -08:00
  • 569e5229a9 Add check for verts and faces being on same device and also checks for pointclouds/features/normals being on the same device (#384) Evgeniy Zheltonozhskiy 2020-12-14 16:17:23 -08:00
  • 19340462e4 Return self in the to method for the renderer classes Nikhila Ravi 2020-12-14 15:26:24 -08:00
  • 831e64efb0 Pass epsilon value properly to the transformation (#418) Evgeniy Zheltonozhskiy 2020-12-14 15:21:23 -08:00
  • f248bfc415 Two minor fixes in doc and tutorial (#254) Elie Michel 2020-12-14 12:35:08 -08:00
  • 16a0be790b nightlies with pytorch 1.7.1 Jeremy Reizenstein 2020-12-14 08:33:52 -08:00
  • 1b82388ab8 suppress errors in vision - batch 1 generatedunixname89002005307016 2020-12-11 12:45:33 -08:00
  • d6412c94dc CUB conda instructions Jeremy Reizenstein 2020-12-10 09:45:52 -08:00
  • d07307a451 Non square image rasterization for meshes Nikhila Ravi 2020-12-09 09:16:57 -08:00
  • 0216e4689a Slow pull from docker Jeremy Reizenstein 2020-12-03 12:33:08 -08:00
  • a0cd2506f6 Daily arc lint --take BLACK generatedunixname89002005287564 2020-12-01 04:17:58 -08:00
  • 112959e087 taubin smoothing Georgia Gkioxari 2020-11-30 11:36:36 -08:00
  • fc7a4cacc3 Fix plotly pointcloud visualization feature bug Amitav Baruah 2020-11-19 13:51:17 -08:00
  • 6c2fc685de Update subplot arrangement to support non-uniform grids Amitav Baruah 2020-11-18 15:45:42 -08:00
  • 5fb63b4520 move icp_data.pth to tests/data Georgia Gkioxari 2020-11-18 14:06:00 -08:00
  • ddb0b1b652 small update to website generation script Nikhila Ravi 2020-11-11 16:49:01 -08:00
  • faed5405c8 Fix #442. Christoph Lassner 2020-11-11 14:05:07 -08:00
  • 18ce14cd31 version number for 0.3.0 v0.3.0 Jeremy Reizenstein 2020-11-11 10:04:37 -08:00
  • 13e2fd2b5b Update latest version of site Nikhila Ravi 2020-11-11 10:05:01 -08:00
  • 5059be2a83 website and README updates Nikhila Ravi 2020-11-11 09:43:56 -08:00
  • 90f1d5c258 apply pyfmt with usort to opted-in sources John Reese 2020-11-10 21:23:10 -08:00
  • 4296fd96c5 curl needs -L Jeremy Reizenstein 2020-11-10 16:34:49 -08:00
  • 47fafe2cce Remove installation instructions from tutorial website. Jeremy Reizenstein 2020-11-10 13:04:57 -08:00
  • de7af4a704 CUB when installing inside tutorials Jeremy Reizenstein 2020-11-10 13:04:57 -08:00
  • fb2763dc78 Fix flaky CircleCI test. Christoph Lassner 2020-11-10 10:13:06 -08:00
  • aefe2b9f0d CUB installation instructions Jeremy Reizenstein 2020-11-10 09:36:29 -08:00
  • d220ee2f66 pulsar build and CI changes Jeremy Reizenstein 2020-11-10 09:36:29 -08:00
  • 804235b05a Remove point mesh edge kernels Dave Schnizlein 2020-11-10 09:32:33 -08:00
  • 8dcfe30f66 Consolidate mesh backward kernels Dave Schnizlein 2020-11-10 09:32:33 -08:00
  • c41aff23f0 Consolidate point mesh forward kernels Dave Schnizlein 2020-11-10 09:32:33 -08:00
  • 194b29fb6c Fix #431. Christoph Lassner 2020-11-09 12:46:04 -08:00
  • 83fef0a576 Add MeshRendererWithFragments class to also return fragments after rendering Dave Schnizlein 2020-11-05 09:18:36 -08:00
  • b6be3b95fb Example and test updates. Christoph Lassner 2020-11-04 09:53:19 -08:00
  • e9a26f263a Restrict import of ops from Pointclouds Jeremy Reizenstein 2020-11-04 03:59:15 -08:00
  • 039e02601d examples and docs. Christoph Lassner 2020-11-03 13:05:02 -08:00
  • 960fd6d8b6 pulsar interface unification. Christoph Lassner 2020-11-03 13:05:02 -08:00
  • b19fe1de2f pulsar integration. Christoph Lassner 2020-11-03 13:05:02 -08:00
  • d565032399 Docker authentication Jeremy Reizenstein 2020-11-02 11:28:56 -08:00
  • 3b035f57f0 Update README with contributors and new tutorials Nikhila Ravi 2020-10-30 10:30:04 -07:00
  • 36fb257ef1 Update cameras to accept projection matrix as input Dave Schnizlein 2020-10-30 08:52:13 -07:00
  • 6f4697bc1b pytorch 1.7 support Jeremy Reizenstein 2020-10-29 12:19:24 -07:00
  • fdcf368708 import vis parts separately Jeremy Reizenstein 2020-10-29 10:15:17 -07:00
  • 0e5f4f7660 remove texture_vis test Jeremy Reizenstein 2020-10-29 10:15:17 -07:00
  • aa4cc0adbc images for debugging TexturesUV Jeremy Reizenstein 2020-10-27 10:08:57 -07:00
  • b149bbfb3c script to run tutorials Jeremy Reizenstein 2020-10-26 11:28:21 -07:00
  • 2084160b16 Remove duplicate imports in DensePose tutorial Amitav Baruah 2020-10-22 12:09:05 -07:00
  • 4d8f132a78 Texture UV Documentation Correction (#409) Shubham Jain 2020-10-22 11:37:24 -07:00
  • e7d7fad1e8 Update LICENSE name to BSD 3-Clause License. (#310) gmanasi 2020-10-22 08:58:18 -07:00
  • 7e986cfba8 Avoid torch.square Jeremy Reizenstein 2020-10-22 02:21:02 -07:00