Commit Graph

  • c93c4dd7b2 axis_angle representation of rotations Jeremy Reizenstein 2020-10-21 06:21:20 -07:00
  • 005a334f99 Render PyTorch3d cameras in plotly Amitav Baruah 2020-10-20 17:14:38 -07:00
  • 035109675e Render plotly plot from PyTorch3D renderer POV Amitav Baruah 2020-10-20 17:14:38 -07:00
  • 3d1863ce6f Update tutorials to reflect plotly refactor Amitav Baruah 2020-10-20 17:14:38 -07:00
  • bf7aca320a Add wrapper function to plot batches Amitav Baruah 2020-10-20 17:14:38 -07:00
  • 964893cdcb Refactor plot_meshes and plot_pointclouds to one generalizable API, plot_scene Amitav Baruah 2020-10-20 17:14:38 -07:00
  • abd390319c Reshape for faces_packed_to_edges_packed Jeremy Reizenstein 2020-10-20 13:44:41 -07:00
  • 4cfac7c79c Add images for new tutorials Nikhila Ravi 2020-10-20 09:12:58 -07:00
  • 30e4e891db linter comment strictnesss Jeremy Reizenstein 2020-10-18 02:37:41 -07:00
  • 563d441b00 multigpu mesh rendering fixes Nikhila Ravi 2020-10-16 09:00:08 -07:00
  • 4d52f9fb8b matrix_to_quaternion corner case Jeremy Reizenstein 2020-10-15 03:19:51 -07:00
  • 2d39723610 apply black 20.8b1 formatting update John Reese 2020-10-14 20:19:13 -07:00
  • 11a9f5ea30 typos (#386) Albhox 2020-10-12 09:50:49 -07:00
  • 8a9d20151d Avoid contextlib.nullcontext for Python 3.6 compatibility Jeremy Reizenstein 2020-10-12 09:46:13 -07:00
  • f5383a7e5a Fix texture atlas for objs which only have material properties Nikhila Ravi 2020-10-07 12:52:16 -07:00
  • 5d65a0cf8c Rename visualization to vis Amitav Baruah 2020-10-06 15:53:45 -07:00
  • e651a4299c add texture vertex sampling functionality to textures Georgia Gkioxari 2020-10-06 10:43:06 -07:00
  • 327bd2b976 extend sample_points_from_meshes with texture Georgia Gkioxari 2020-10-06 09:16:32 -07:00
  • 5c9485c7be Add note explaining plotly visualizations Amitav Baruah 2020-10-01 16:47:41 -07:00
  • a03fd7320f Add plotly visualization examples Amitav Baruah 2020-10-01 16:47:41 -07:00
  • 8f1e9e1f06 Plotly figure for visualizing pointclouds Amitav Baruah 2020-10-01 16:47:41 -07:00
  • 8b6310359f plotly figure for visualizing a mesh Amitav Baruah 2020-10-01 16:47:41 -07:00
  • 8219a52ccc Fix a few linting warnings Patrick Labatut 2020-10-01 02:38:06 -07:00
  • 4f8a2f1979 Fixing look_at_view_transform documentation, azim angle definition was incorrect (#251) Eduardo Henrique Arnold 2020-09-29 09:45:48 -07:00
  • d902a96ca2 suppress errors in vision - batch 1 generatedunixname89002005307016 2020-09-28 13:32:08 -07:00
  • e5ac38aa87 fix docs for FOVPerspectiveCamera Nikhila Ravi 2020-09-23 17:26:57 -07:00
  • 956d3a010c Support for moving the renderer to a new device Nikhila Ravi 2020-09-23 17:09:50 -07:00
  • b1eee579fd resouces filenames with spaces (#358) andrijazz 2020-09-23 12:10:53 -07:00
  • 93d3d8feda Tidy OBJ / MTL parsing Nikhila Ravi 2020-09-23 12:10:53 -07:00
  • f4f2977006 update xcode CI config to 9.4.1 Jeremy Reizenstein 2020-09-23 12:05:42 -07:00
  • f34f4073f0 Add tutorial notebook for rendering densepose Amitav Baruah 2020-09-21 11:37:58 -07:00
  • ea0e762c36 Fix TexturesUV doc Jeremy Reizenstein 2020-09-21 11:37:06 -07:00
  • 197f1d6217 save_ply binary Jeremy Reizenstein 2020-09-21 05:14:59 -07:00
  • ebe2693b11 Support variable size radius for points in rasterizer Nikhila Ravi 2020-09-18 18:46:45 -07:00
  • e40c2167ae fix incorrect variable naming (#362) z003yctd 2020-09-17 16:49:35 -07:00
  • de77e426eb typo in docstring (#322) OrHayat 2020-09-16 16:20:51 -07:00
  • 61121b9f2c Add example of rendering pointclouds with a background color. Amitav Baruah 2020-09-14 10:36:56 -07:00
  • 872ff8c796 Add background color support to compositors Amitav Baruah 2020-09-14 10:36:56 -07:00
  • dc40adfa24 Bugfix: Wrong default T in SfMCameras David Novotny 2020-09-11 15:10:54 -07:00
  • f2eb34dc7a Correctly create reference image silhouette Amitav Baruah 2020-09-10 12:54:13 -07:00
  • eb517dd70b Fix look_at corner case Amitav Baruah 2020-09-10 12:52:13 -07:00
  • f8ea5906c0 Fix softmax_rgb_blend() when mesh is outside zfar Steve Branson 2020-09-09 13:20:57 -07:00
  • 6eb158e548 suppress errors in vision/fair/pytorch3d generatedunixname89002005307016 2020-09-03 18:16:28 -07:00
  • 316b77782e Camera alignment David Novotny 2020-09-03 13:26:13 -07:00
  • 14f015d8bf Add pyre typeshed information for Tensor.ndim and nn.ConvTranspose2d Adly Templeton 2020-09-02 06:51:15 -07:00
  • 701bbef4f3 version number for version 0.2.5 v0.2.5 Jeremy Reizenstein 2020-08-27 17:14:13 -07:00
  • 7414904c90 Installation updates for next release. Jeremy Reizenstein 2020-08-27 17:14:13 -07:00
  • 46c0e83461 Change default settings of clip_barycentric_coords Steve Branson 2020-08-27 16:42:40 -07:00
  • 4277d6a2b5 Update latest version of site Nikhila Ravi 2020-08-26 22:27:07 -07:00
  • c25fd83694 small website updates Nikhila Ravi 2020-08-26 09:20:42 -07:00
  • 9aeb88b48e tutorial fixes. validate #cameras Jeremy Reizenstein 2020-08-26 08:26:04 -07:00
  • 32484500be tutorial fixes from #336. Wheels with cuda10.1. Jeremy Reizenstein 2020-08-25 13:09:43 -07:00
  • 909dc83505 amalgamate meshes with texture into a single scene Jeremy Reizenstein 2020-08-25 11:26:58 -07:00
  • e25ccab3d9 align_corners and padding for TexturesUV Jeremy Reizenstein 2020-08-25 11:26:58 -07:00
  • d0cec028c7 Fix look_at_view_transform when object location is not (0,0,0) (#230) Eduardo Henrique Arnold 2020-08-21 23:42:40 -07:00
  • 778383eef7 Texture loading and rendering in ShapeNetCore and R2N2 data loaders Nikhila Ravi 2020-08-21 20:41:07 -07:00
  • 90f6a005b0 Tutorials textures updates and fix bug in extending meshes with uv textures Nikhila Ravi 2020-08-21 19:18:49 -07:00
  • d330765847 Website and docs updates Nikhila Ravi 2020-08-21 19:16:07 -07:00
  • 9a50cf800e Fix batching bug from TexturesUV packed ambiguity, other textures tidyup Jeremy Reizenstein 2020-08-21 05:52:13 -07:00
  • 9aaba0483c Temporary fix for mesh rasterization bug for traingles partially behind the camera Steve Branson 2020-08-20 22:23:06 -07:00
  • 57a22e7306 camera refactoring Georgia Gkioxari 2020-08-20 22:20:41 -07:00
  • 9242e7e65d ShapeNetCore & R2N2 tutorial mlygao@devgpu002.atn3.facebook.com 2020-08-20 17:55:57 -07:00
  • 370f1c380c Fix 404 link in Renderer Doc (#330) Anton Troynikov 2020-08-20 17:22:30 -07:00
  • f03aa5803b suppress errors in vision/fair/pytorch3d root@sandcastle5743.frc3.facebook.com 2020-08-17 18:07:13 -07:00
  • 7f2f95f225 detach for meshes, pointclouds, textures Georgia Gkioxari 2020-08-17 14:53:56 -07:00
  • 5852b74d12 Softmax blending small fix Nikhila Ravi 2020-08-17 11:57:32 -07:00
  • 8e9ff15faf datasets.md (documentation for datasets) Nikhila Ravi 2020-08-14 11:25:57 -07:00
  • 6d76336501 Extract more reusable I/O functions Patrick Labatut 2020-08-11 15:50:30 -07:00
  • 63ba74f1a8 Return R2N2 voxel coordinates Luya Gao 2020-08-07 13:21:26 -07:00
  • 326e4ccb5b Return R2N2 R,T,K Luya Gao 2020-08-07 13:21:26 -07:00
  • c122ccb13c No more cuda 10.0 builds Jeremy Reizenstein 2020-08-07 10:33:52 -07:00
  • 5d9444307f fix graph_conv test Jeremy Reizenstein 2020-08-07 01:57:51 -07:00
  • 7944d24d48 gather_scatter on CPU Jeremy Reizenstein 2020-08-05 06:58:53 -07:00
  • 4872a2c4de wheels with cuda Jeremy Reizenstein 2020-08-04 15:22:03 -07:00
  • 07d7e12644 suppress errors in vision/fair/pytorch3d generatedunixname89002005307016 2020-07-29 18:22:56 -07:00
  • a3932960b3 Texturing API updates Nikhila Ravi 2020-07-29 16:06:58 -07:00
  • b73d3d6ed9 smaller data in specular test Jeremy Reizenstein 2020-07-29 04:59:47 -07:00
  • 42b5b96595 remove composite params from tutorials Georgia Gkioxari 2020-07-28 22:19:58 -07:00
  • 326f662878 builds for pytorch 1.6 Jeremy Reizenstein 2020-07-28 10:38:45 -07:00
  • 9a5341bde3 Add tutorial for fitting textured mesh to multi-view images Steve Branson 2020-07-23 12:13:10 -07:00
  • 722c2b7149 Add BlenderCamera Luya Gao 2020-07-23 10:15:50 -07:00
  • 483e538dae Test R2N2 loads correct numbers of instances Luya Gao 2020-07-23 10:15:50 -07:00
  • 7cb9d8ea86 suppress errors in vision - batch 1 generatedunixname89002005307016 2020-07-20 17:12:35 -07:00
  • 8b70aa1e85 change citation to arxiv paper and fix video in readme Nikhila Ravi 2020-07-17 19:41:27 -07:00
  • 4f78af6170 pyre and lint fixes Nikhila Ravi 2020-07-17 10:27:47 -07:00
  • 7e5bad475c Add tutorial video to the README Nikhila Ravi 2020-07-17 10:12:05 -07:00
  • cdaac5f9c5 Bumping the threshold to allow leeway for CI testing randomness. Roman Shapovalov 2020-07-16 10:16:34 -07:00
  • cc70950f40 barycentric clipping in cuda/c++ Nikhila Ravi 2020-07-16 10:15:30 -07:00
  • bce396df93 C++/CUDA implementation of sigmoid alpha blend Nikhila Ravi 2020-07-16 10:15:30 -07:00
  • dc08c30583 Return R2N2 renderings Luya Gao 2020-07-14 14:52:21 -07:00
  • 5636eb6152 Test rendering models for R2N2 Luya Gao 2020-07-14 14:52:21 -07:00
  • 49b4ce1acc R2N2 skeleton Luya Gao 2020-07-14 14:52:21 -07:00
  • 22d8c3337a collate_batched_meshes for datasets Luya Gao 2020-07-14 14:52:21 -07:00
  • 22f2963cf1 Render objects in a batch by the specified model_ids, categories or idxs for ShapeNetBase Luya Gao 2020-07-14 14:52:21 -07:00
  • 358e211cde Adding renderer for ShapeNetBase Luya Gao 2020-07-14 14:52:21 -07:00
  • 09c1762939 suppress errors in vision/fair/pytorch3d generatedunixname89002005307016 2020-07-13 18:38:41 -07:00
  • 26d2cc24c1 CUDA kernel for interpolate_face_attributes Justin Johnson 2020-07-13 12:58:07 -07:00
  • 0505e5f4a9 Make _open_file() return a context manager Patrick Labatut 2020-07-13 12:03:01 -07:00
  • e2b47f047e Finish extracting _open_file() Patrick Labatut 2020-07-13 12:03:01 -07:00
  • 20ef9195f0 Privacy terms Jeremy Reizenstein 2020-07-10 10:10:39 -07:00