Commit Graph

  • 44cb00e468 lstsq fix in circle fitting for old PyTorch Jeremy Reizenstein 2022-05-06 04:12:51 -07:00
  • 44ca5f95d9 Add vis to readthedocs Jeremy Reizenstein 2022-05-06 04:07:43 -07:00
  • a51a300827 suppress errors in fbcode/vision - batch 2 Pyre Bot Jr 2022-05-03 20:29:21 -07:00
  • 2bd65027ca version 0.6.2 v0.6.2 Jeremy Reizenstein 2022-04-28 04:48:24 -07:00
  • 11635fbd7d INSTALL/README updates Jeremy Reizenstein 2022-04-28 04:48:24 -07:00
  • a268b18e07 update tutorials for version 0.6.2 Jeremy Reizenstein 2022-04-28 04:48:24 -07:00
  • 7ea0756b05 fit_textured_mesh tutorial fixes Krzysztof Chalupka 2022-04-27 12:18:03 -07:00
  • 96889deab9 SplatterPhongShader 1: Pull out common Shader functionality into ShaderBase Krzysztof Chalupka 2022-04-27 12:07:51 -07:00
  • 9f443ed26b isort->usort Jeremy Reizenstein 2022-04-26 08:34:54 -07:00
  • 9320100abc object_mask only if required Jeremy Reizenstein 2022-04-26 08:01:45 -07:00
  • 2edb93d184 chunked_inputs Jeremy Reizenstein 2022-04-26 08:01:45 -07:00
  • 41c594ca37 fix entry points in setup.py Jeremy Reizenstein 2022-04-26 07:59:15 -07:00
  • c3c4495c7a Fix image links in renderer documentation Krzysztof Chalupka 2022-04-14 16:37:07 -07:00
  • 34bbb3ad32 apply import merging for fbcode/vision/fair (2 of 2) Tim Hatch 2022-04-13 06:51:33 -07:00
  • df08ea8eb4 Fix inferred typing Jeremy Reizenstein 2022-04-13 04:40:56 -07:00
  • 78fd5af1a6 make points2volumes feature rescaling optional Jeremy Reizenstein 2022-04-13 04:39:47 -07:00
  • 0a7c354dc1 fix typo on NeRF tutorial (#1163) h5jam 2022-04-13 04:35:05 -07:00
  • b79764ea69 suppress errors in fbcode/vision - batch 2 Pyre Bot Jr 2022-04-12 15:56:12 -07:00
  • b1ff9d9fd4 Disallow None vertex/face lists in texture submeshing Krzysztof Chalupka 2022-04-12 10:46:48 -07:00
  • 22f86072ca Submesh 4/n: TexturesVertex submeshing Krzysztof Chalupka 2022-04-11 16:27:53 -07:00
  • 050f650ae8 Submesh 3/n: Add submeshing functionality Krzysztof Chalupka 2022-04-11 16:27:53 -07:00
  • 8596fcacd2 Submesh 2/n: to_sorted Krzysztof Chalupka 2022-04-11 16:27:53 -07:00
  • 7f097b064b Submesh 1/n: Implement mesh equality Krzysztof Chalupka 2022-04-11 16:27:53 -07:00
  • aab95575a6 Submesh 0/n: Default to empty Meshes Krzysztof Chalupka 2022-04-11 16:27:53 -07:00
  • 67fff956a2 add L1 support for KNN & Chamfer Georgia Gkioxari 2022-04-10 10:27:20 -07:00
  • 4b94649f7b Add annotations to vision/fair/pytorch3d Pyre Bot Jr 2022-04-08 18:23:41 -07:00
  • 3809b6094c suppress errors in vision/fair/pytorch3d Pyre Bot Jr 2022-04-06 18:53:08 -07:00
  • 722646863c Optional[Configurable] in config Jeremy Reizenstein 2022-04-06 05:56:14 -07:00
  • e10a90140d enable_get_default_args to allow pickling get_default_args(f) Jeremy Reizenstein 2022-04-06 03:32:31 -07:00
  • 4c48beb226 Fix scatter_ error in cubify (#1067) yaookyie 2022-04-05 13:16:36 -07:00
  • 4db9fc11d2 Allow setting bin_size for render_point_clouds_pytorch3d David Novotny 2022-04-04 09:26:54 -07:00
  • 3b8a33e9c5 store original declared types in Configurable Jeremy Reizenstein 2022-04-04 07:19:56 -07:00
  • 199309fcf7 logging Jeremy Reizenstein 2022-04-04 06:53:16 -07:00
  • 6473aa316c avoid visdom import in tests Jeremy Reizenstein 2022-04-04 04:43:33 -07:00
  • 2802fd9398 fix Optional[List] in Configurable Jeremy Reizenstein 2022-04-04 04:28:17 -07:00
  • a999fc22ee Type safety fixes Roman Shapovalov 2022-04-01 04:24:46 -07:00
  • 24260130ce _allow_untyped for get_default_args Jeremy Reizenstein 2022-03-31 06:31:45 -07:00
  • a54ad2b912 get_default_args for callables respects non-class type annotations and Optionals Roman Shapovalov 2022-03-29 11:36:11 -07:00
  • b602edccc4 Fix dtype propagation (#1141) janEbert 2022-03-29 08:57:42 -07:00
  • 21262e38c7 Optional ReplaceableBase Jeremy Reizenstein 2022-03-29 08:43:46 -07:00
  • e332f9ffa4 test_build for implicitron Jeremy Reizenstein 2022-03-29 05:09:27 -07:00
  • 0c3bed55be setup.py for implicitron_trainer Jeremy Reizenstein 2022-03-28 04:50:26 -07:00
  • 97894fb37b Reinforce test skipping Jeremy Reizenstein 2022-03-25 07:25:54 -07:00
  • 645a47d054 Return a typed structured config from default_args for callables Roman Shapovalov 2022-03-25 07:08:01 -07:00
  • 8ac5e8f083 add missing __init__.py files Jeremy Reizenstein 2022-03-24 07:04:38 -07:00
  • 92f9dfe9d6 overflow warning typo Jeremy Reizenstein 2022-03-24 06:53:35 -07:00
  • f2cf9d4d0b windows fix Jeremy Reizenstein 2022-03-24 06:52:05 -07:00
  • e2622d79c0 Using the new dataset idx API everywhere. Roman Shapovalov 2022-03-24 05:33:25 -07:00
  • c0bb49b5f6 API for accessing frames in order in Implicitron dataset. Roman Shapovalov 2022-03-24 05:33:25 -07:00
  • 05f656c01f Update ShipIt Sync Jeremy Francis Reizenstein 2022-03-23 11:07:56 -07:00
  • 4c22855a23 Update ShipIt Sync Jeremy Francis Reizenstein 2022-03-23 08:50:53 -07:00
  • cdd2142dd5
    implicitron v0 (#1133) Jeremy Reizenstein 2022-03-21 20:20:10 +00:00
  • 0e377c6850 Monte-Carlo rasterisation; arbitrary dimensionality of AlphaCompositor blending Roman Shapovalov 2022-03-17 05:12:39 -07:00
  • e64f25c255 README file. Roman Shapovalov 2022-03-16 07:42:52 -07:00
  • c85673c626 PyTorch 1.11.0 Jeremy Reizenstein 2022-03-16 05:44:40 -07:00
  • 3de3c13a0f R2n2 (#1124) Xie Fangyuan 2022-03-16 05:44:17 -07:00
  • 9b5a3ffa6c PLY with uint face data (#1104) Jeremy Reizenstein 2022-03-16 05:42:34 -07:00
  • 1701b76a31 another meshgrid fix for old pytorch Jeremy Reizenstein 2022-03-11 01:14:59 -08:00
  • 57a33b25c1 add MeshRendererWithFragments to __init__s Jeremy Reizenstein 2022-03-11 01:14:39 -08:00
  • c371a9a6cc rasterizer.to without cameras Jeremy Reizenstein 2022-03-08 23:54:38 -08:00
  • 4a1f176054 fix _num_faces_per_mesh in join_batch Jeremy Reizenstein 2022-03-08 23:54:37 -08:00
  • af1c31a02b ukrainebanner. NDCMultinomialRaysampler Jeremy Francis Reizenstein 2022-03-04 03:53:49 -08:00
  • 16d0aa82c1 docs: add social banner in support of Ukraine (#1101) dmitryvinn 2022-03-04 01:51:16 -08:00
  • 69b27d160e reallow scalar background color for point rendering Jeremy Reizenstein 2022-03-01 05:12:55 -08:00
  • 84a569c0aa Fix unnecessary LICENSELINT suppressions Andres Suarez 2022-02-28 11:53:40 -08:00
  • 471b126818 add min_triangle_area argument to IsInsideTriangle Winnie Lin 2022-02-25 12:43:04 -08:00
  • 4d043fc9ac PyTorch 1.7 compatibility Jeremy Reizenstein 2022-02-25 07:53:34 -08:00
  • f816568735 rename types to avoid clash Jeremy Reizenstein 2022-02-25 07:53:34 -08:00
  • 0e88b21de6 Use newer circleci image Jeremy Reizenstein 2022-02-25 07:53:34 -08:00
  • 1cbf80dab6 Added matrix_to_axis_angle to the exports of transforms (#1085) Theo-Cheynel 2022-02-21 11:21:52 -08:00
  • ee71c7c447 small numerical fix to point_mesh Georgia Gkioxari 2022-02-21 09:16:50 -08:00
  • 3de41223dd lower eps Georgia Gkioxari 2022-02-21 09:13:36 -08:00
  • 967a099231 Use dataclasses inside ply_io. Jeremy Reizenstein 2022-02-21 06:57:53 -08:00
  • feb5d36394 points2vols test fix Jeremy Reizenstein 2022-02-21 06:32:09 -08:00
  • db1f7c4506 avoid symeig Jeremy Reizenstein 2022-02-21 06:30:25 -08:00
  • 59972b121d flexible background color for point compositing Alex Greene 2022-02-18 07:00:01 -08:00
  • c8f3d6bc0b Fix Transform3d.stack of compositions Jeremy Reizenstein 2022-02-15 06:46:38 -08:00
  • 2a1de3b610 move LinearWithRepeat to pytorch3d Jeremy Reizenstein 2022-02-14 04:51:02 -08:00
  • ef21a6f6aa Importing obj files without usemtl Sergei Ovchinnikov 2022-02-10 09:38:17 -08:00
  • 12f20d799e Convert from Pytorch3D NDC coordinates to grid_sample coordinates. David Novotny 2022-02-09 12:48:47 -08:00
  • 47c0997227 Followup D33970393 (auto typing) Jeremy Reizenstein 2022-02-09 12:41:28 -08:00
  • e9fb6c27e3 Add annotations to vision/fair/pytorch3d Pyre Bot Jr 2022-02-03 01:45:00 -08:00
  • c2862ff427 use workaround for points_normals Jeremy Reizenstein 2022-01-24 11:41:12 -08:00
  • 5053142363 typing for unproject_points Jeremy Reizenstein 2022-01-24 10:51:03 -08:00
  • 67778caee8 avoid deprecated raysamplers Jeremy Reizenstein 2022-01-24 10:51:03 -08:00
  • 3eb4233844 New raysamplers Jeremy Reizenstein 2022-01-24 10:51:03 -08:00
  • 174738c33e safer pip install in doc Jeremy Reizenstein 2022-01-21 06:25:14 -08:00
  • 45d096e219 cameras_from_opencv_projection device #1021 Jeremy Reizenstein 2022-01-21 05:29:04 -08:00
  • 39bb2ce063 Join cameras as batch Jeremy Reizenstein 2022-01-21 05:25:23 -08:00
  • 9e2bc3a17f ambient lights batching #1043 Jeremy Reizenstein 2022-01-20 09:43:32 -08:00
  • fddd6a700f drop builds for PyTorch 1.6.0 Jeremy Reizenstein 2022-01-10 10:02:40 -08:00
  • 85cdcc252d builds for PyTorch 1.10.1 Jeremy Reizenstein 2022-01-10 10:02:40 -08:00
  • fc4dd80208 initialize pointcloud from list containing Nones Jeremy Reizenstein 2022-01-07 05:50:54 -08:00
  • 9640560541 test listing Jeremy Reizenstein 2022-01-06 02:54:56 -08:00
  • 6726500ad3 simple warning for bin overflow Jeremy Reizenstein 2022-01-06 02:29:50 -08:00
  • d6a12afbe7 Pointclouds.subsample on Windows Jeremy Reizenstein 2022-01-06 02:21:48 -08:00
  • 49f93b6388 remove Python3.6 builds Jeremy Reizenstein 2022-01-05 07:24:08 -08:00
  • 741777b5b5 More company name & License Jeremy Reizenstein 2022-01-04 11:34:05 -08:00
  • 9eeb456e82 Update license for company name Jeremy Reizenstein 2022-01-04 11:34:05 -08:00
  • 7660ed1876 suppress errors in fbcode/vision - batch 2 Pyre Bot Jr 2021-12-28 11:27:27 -08:00