Commit Graph

  • 0dfc6e0eb8 CPU function for points2vols Jeremy Reizenstein 2021-10-01 11:57:07 -07:00
  • c7c6deab86 compatibility statement in README Jeremy Reizenstein 2021-09-30 10:48:52 -07:00
  • 4ad8576541 rasterization header comment fixes Jeremy Reizenstein 2021-09-30 10:39:50 -07:00
  • a5cbb624c1 Fix typo in chamfer loss docstring (#862) Simon Moisselin 2021-09-30 05:09:12 -07:00
  • 720bdf60f5 Removed typos 'f' from the f-string error messages (#851) Theo-Cheynel 2021-09-30 03:24:13 -07:00
  • 1aab192706 Linter when only python3 exists Jeremy Reizenstein 2021-09-30 00:54:19 -07:00
  • dd76b41014 save colors as uint8 in PLY Jeremy Reizenstein 2021-09-30 00:47:51 -07:00
  • 1b1ba5612f Note for iou3d Georgia Gkioxari 2021-09-29 19:14:09 -07:00
  • ff8d4762f4 (new) CUDA IoU for 3D boxes Nikhila Ravi 2021-09-29 18:48:11 -07:00
  • 53266ec9ff C++ IoU for 3D Boxes Nikhila Ravi 2021-09-29 17:02:37 -07:00
  • 2293f1fed0 IoU for 3D boxes Nikhila Ravi 2021-09-29 13:42:31 -07:00
  • 5b89c4e3bb suppress errors in vision/fair/pytorch3d Pyre Bot Jr 2021-09-29 05:06:40 -07:00
  • d0ca3b9e0c builds for PyTorch 1.9.1 Jeremy Reizenstein 2021-09-27 04:15:53 -07:00
  • 9a737da83c More renderer parameter descriptions Jeremy Reizenstein 2021-09-24 09:58:10 -07:00
  • 860b742a02 deterministic rasterization Jeremy Reizenstein 2021-09-23 06:57:11 -07:00
  • cb170ac024 Avoid torch/extension.h in cuda Jeremy Reizenstein 2021-09-22 15:52:32 -07:00
  • fe5bfa5994 rename cpp to avoid clash Jeremy Reizenstein 2021-09-22 15:52:32 -07:00
  • dbfb3a910a remove __restrict__ in cpp Jeremy Reizenstein 2021-09-22 15:52:32 -07:00
  • 526df446c6 suppress errors in vision/fair/pytorch3d Pyre Bot Jr 2021-09-18 12:03:39 -07:00
  • bd04ffaf77 Farthest point sampling CUDA Nikhila Ravi 2021-09-15 13:47:55 -07:00
  • d9f7611c4b Farthest point sampling C++ Nikhila Ravi 2021-09-15 13:47:55 -07:00
  • 3b7d78c7a7 Farthest point sampling python naive Nikhila Ravi 2021-09-15 13:47:55 -07:00
  • a0d76a7080 join_scene fix for TexturesUV Jeremy Reizenstein 2021-09-13 07:07:46 -07:00
  • 46f727cb68 make so3_log_map torch script compatible Shangchen Han 2021-09-10 11:12:13 -07:00
  • c3d7808868 register_buffer compatibility Jeremy Reizenstein 2021-09-09 07:36:56 -07:00
  • bbc7573261 Unify coarse rasterization for points and meshes Justin Johnson 2021-09-08 16:15:36 -07:00
  • eed68f457d Refactor mesh coarse rasterization Justin Johnson 2021-09-08 16:15:36 -07:00
  • 62dbf371ae Move coarse rasterization to new file Justin Johnson 2021-09-08 16:15:36 -07:00
  • f2c44e3540 update test_build for robustness Jeremy Reizenstein 2021-09-02 08:38:10 -07:00
  • a9b0d50baf Restore missing linux conda builds Jeremy Reizenstein 2021-09-01 09:52:39 -07:00
  • fc156b50c0 (bug) Fix exception when creating a TextureAtlas Nikhila Ravi 2021-09-01 09:08:12 -07:00
  • 835e662fb5 master -> main Georgia Gkioxari 2021-09-01 05:32:28 -07:00
  • 1b8d86a104 (breaking) image_size-agnostic GridRaySampler Jeremy Reizenstein 2021-08-31 14:29:11 -07:00
  • 1251446383 Use sample_pdf from PyTorch3D in NeRF Jeremy Reizenstein 2021-08-31 10:38:58 -07:00
  • d2bbd0cdb7 Fix link to render textured meshes example (#818) Alex Naumann 2021-08-30 13:10:30 -07:00
  • 6c416b319c remove PyTorch 1.4 builds Jeremy Reizenstein 2021-08-23 08:31:52 -07:00
  • 77fa5987b8 check for cyclic deps Jeremy Reizenstein 2021-08-23 06:15:45 -07:00
  • fadec970c9 suppress errors in vision/fair/pytorch3d Pyre Bot Jr 2021-08-22 23:38:17 -07:00
  • 1ea2b7272a sample_pdf CUDA and C++ implementations. Jeremy Reizenstein 2021-08-17 08:06:48 -07:00
  • 7d7d00f288 Move sample_pdf into PyTorch3D Jeremy Reizenstein 2021-08-17 08:06:48 -07:00
  • b481cfbd01 Correct shape for default grid_sizes Jeremy Reizenstein 2021-08-17 05:57:43 -07:00
  • 46cf1970ac cpu benchmarks for points to volumes Jeremy Reizenstein 2021-08-17 05:57:43 -07:00
  • 5491b46511 Points2vols doc fixes Jeremy Reizenstein 2021-08-17 05:57:43 -07:00
  • ae1387b523 let build tests run in conda Jeremy Reizenstein 2021-08-17 04:25:24 -07:00
  • b0dd0c8821 rename master branch to main Jeremy Reizenstein 2021-08-16 04:05:20 -07:00
  • 103da63393 Ball Query Nikhila Ravi 2021-08-12 14:05:23 -07:00
  • e5c58a8a8b Test website metadata Jeremy Reizenstein 2021-08-12 05:06:43 -07:00
  • 64faedfd57 Add new doc and new tutorials to website Jeremy Reizenstein 2021-08-12 05:06:43 -07:00
  • 9db70400d8 suppress errors in fbcode/vision - batch 2 Pyre Bot Jr 2021-08-10 10:20:41 -07:00
  • a4725d2421 add new 0.5.0 content Jeremy Francis Reizenstein 2021-08-10 08:17:14 -07:00
  • 3ccabda50d update for version 0.5.0 Jeremy Francis Reizenstein 2021-08-10 07:51:01 -07:00
  • 804117833e Fix to allow cameras in the renderer forward pass Nikhila Ravi 2021-08-09 11:41:49 -07:00
  • 4046677cf1 version 0.5.0 v0.5.0 Jeremy Reizenstein 2021-08-03 08:09:39 -07:00
  • addbe49de1 update tutorials for new prebuilt version Jeremy Reizenstein 2021-08-03 08:09:39 -07:00
  • 4d2c0600f6 update INSTALL.md for next release Jeremy Reizenstein 2021-08-03 08:09:39 -07:00
  • 5ecce83217 PyTorch 1.4 compat Jeremy Reizenstein 2021-08-03 08:09:39 -07:00
  • 55aaec4d83 Daily arc lint --take BLACK CodemodService Bot 2021-08-03 04:33:32 -07:00
  • 0c32f094af NDC/screen cameras API fix, compatibility with renderer Georgia Gkioxari 2021-08-02 01:00:03 -07:00
  • 9a14f54e8b Fix circular import Patrick Labatut 2021-07-30 03:05:13 -07:00
  • 5eec5e289e remove type error suppressions in nerf_data_module Yida Wang 2021-07-27 17:31:37 -07:00
  • e794d062e8 Improving RayBundle docstrings Roman Shapovalov 2021-07-23 09:31:57 -07:00
  • 1872e0249c path_manager in obj_io Jeremy Reizenstein 2021-07-19 05:43:07 -07:00
  • 9e8d91ebf9 restore build tests Jeremy Reizenstein 2021-07-19 05:43:07 -07:00
  • bcee361d04 Replace torch.det() with manual implementation for 3x3 matrix Alexey Sidnev 2021-07-19 05:01:56 -07:00
  • 2f668ecefe Disable gradient calculation in _check_valid_rotation_matrix() Alexey Sidnev 2021-07-16 01:57:28 -07:00
  • 0c02ae907e Adding utility methods to TensorProperties Roman Shapovalov 2021-07-13 10:28:41 -07:00
  • fa44a05567 Fixing a bug that prevents opacity gradient calculation if no other gradients are required. Christoph Lassner 2021-07-10 01:05:36 -07:00
  • 75432a0695 Add OpenCV camera conversion; fix bug for camera unified PyTorch3D interface. Christoph Lassner 2021-07-10 01:05:36 -07:00
  • fef5bcd8f9 Use rotation matrices for OpenCV / PyTorch3D conversions Patrick Labatut 2021-07-09 10:02:10 -07:00
  • 44d2a9b623 suppress errors in vision/fair/pytorch3d Pyre Bot Jr 2021-07-06 17:28:41 -07:00
  • 10eb3892da Downloads from utils in a couple of tutorials Jeremy Reizenstein 2021-07-06 15:31:16 -07:00
  • 68a35543d5 xcode update for mac builds Jeremy Reizenstein 2021-07-05 06:08:41 -07:00
  • 4426a9d12c RayBundle visualization David Novotny 2021-07-01 17:30:20 -07:00
  • 62ff77b49a points2volumes benchmark run alone Jeremy Reizenstein 2021-07-01 16:07:01 -07:00
  • 61754b2fac lint fixes Jeremy Reizenstein 2021-07-01 16:07:01 -07:00
  • 5615f072d7 Add missing common module to auto-generated documentation Patrick Labatut 2021-06-29 15:36:31 -07:00
  • 14f7fe4a65 suppress errors in fbcode/vision - batch 2 Pyre Bot Jr 2021-06-29 09:48:18 -07:00
  • b8790474f1 work with old linalg Jeremy Reizenstein 2021-06-28 06:30:27 -07:00
  • 5284de6e97 Deprecate so3_exponential_map Patrick Labatut 2021-06-28 04:27:12 -07:00
  • f593bfd3c2 More type annotations Patrick Labatut 2021-06-25 19:55:26 -07:00
  • 542e2e7c07 Save UV texture with obj mesh Nikhila Ravi 2021-06-24 15:55:09 -07:00
  • 64289a491d Annotate dunder functions Patrick Labatut 2021-06-24 15:18:19 -07:00
  • 35855bf860 suppress errors in vision/fair/pytorch3d Pyre Bot Jr 2021-06-24 05:31:03 -07:00
  • 07a5a68d50 refactor laplacian matrices Georgia Gkioxari 2021-06-24 03:52:30 -07:00
  • da9974b416 Add PyTorch3D->OpenCV camera parameter conversion. Christoph Lassner 2021-06-23 14:37:10 -07:00
  • e4039aa570 Remove _C pyre fixmes Patrick Labatut 2021-06-22 18:35:17 -07:00
  • de72049fe5 Create stale.yml (#721) Nikhila Ravi 2021-06-22 16:30:00 -07:00
  • 279f4a154d texture map list validation Jeremy Reizenstein 2021-06-22 16:06:50 -07:00
  • 2a0660baab Flexible #channels in TexturesUV.join_scene Jeremy Reizenstein 2021-06-22 16:06:50 -07:00
  • c538725885 use C for #channels in textures Jeremy Reizenstein 2021-06-22 16:06:50 -07:00
  • c639198c97 builds for PyTorch 1.9 Jeremy Reizenstein 2021-06-22 12:38:36 -07:00
  • bbc12e70c4 Fix build for package_data Jeremy Reizenstein 2021-06-22 12:38:36 -07:00
  • 639f05a190 suppress errors in fbcode/vision - batch 2 Pyre Bot Jr 2021-06-22 11:59:18 -07:00
  • 8f4ddb5a1f Add license linting for PyTorch3D Patrick Labatut 2021-06-22 03:44:27 -07:00
  • af93f34834 License lint codebase Patrick Labatut 2021-06-22 03:44:27 -07:00
  • 7e43f29d52 Lint codebase Patrick Labatut 2021-06-22 03:44:27 -07:00
  • ce60d4b00e remove requires_grad from random rotations Jeremy Reizenstein 2021-06-21 11:45:01 -07:00
  • 31c448a95d Test gltf texture without renderer. Jeremy Reizenstein 2021-06-21 08:10:44 -07:00
  • 9c09c0d316 conda timeout in CI Jeremy Reizenstein 2021-06-21 07:23:52 -07:00
  • 354a1808ff Fix save_ply with noncontiguous faces Jeremy Reizenstein 2021-06-21 06:05:03 -07:00