Commit Graph

  • db3c12abfb arbitrary shape input to voxel_grids Darijan Gudelj 2022-09-22 03:35:11 -07:00
  • 6ae6ff9cf7 include TexturesUV in IO.save_mesh(x.obj) Michaël Ramamonjisoa 2022-09-21 06:16:48 -07:00
  • 305cf32f6b Avoid raysampler dict Jeremy Reizenstein 2022-09-21 04:29:44 -07:00
  • da7fe2854e small fixes to config Jeremy Reizenstein 2022-09-15 03:03:52 -07:00
  • cb7bd33e7f validate lengths in chamfer and farthest_points Jeremy Reizenstein 2022-09-08 15:03:36 -07:00
  • 6e25fe8cb3 visualize_reconstruction fixes Jeremy Reizenstein 2022-09-07 20:10:07 -07:00
  • 34ad77b841 trainer test completion Jeremy Reizenstein 2022-09-07 14:21:15 -07:00
  • 90b758f725 hydra fix Jeremy Reizenstein 2022-09-07 03:25:39 -07:00
  • df36223ddf raysampling stratified_sampling doc Jeremy Reizenstein 2022-09-06 10:28:45 -07:00
  • 73ea4187de SimpleDataLoaderMapProvider sample batches without replacement if num_samples is not specified David Novotny 2022-09-06 05:59:01 -07:00
  • f6d43eaa62 Bugfixes in render_flyaround David Novotny 2022-09-06 05:45:31 -07:00
  • c79c954dea Rename and move render_flyaround into core implicitron David Novotny 2022-09-06 03:03:08 -07:00
  • 438c194ec6 stratified_sampling argument: set default to None (#1324) Matthias Treder 2022-09-05 11:16:25 -07:00
  • dd58ded73d stats object counting time wrong Darijan Gudelj 2022-09-05 06:27:37 -07:00
  • 72c3a0ebe5 raybundle input to ImplicitFunctions -> api unification Darijan Gudelj 2022-09-05 06:26:06 -07:00
  • 70dc9c451a suppress errors in vision/fair/pytorch3d Pyre Bot Jr 2022-09-03 09:22:49 -07:00
  • 8a96770dc2 Update the docstring for try_get_projection_transform Jiali Duan 2022-09-02 13:44:08 -07:00
  • 84fa966643 Fix the typing for a Camera helper function Jiali Duan 2022-09-01 12:37:02 -07:00
  • c80e5fd07a suppress errors in vision/fair/pytorch3d Pyre Bot Jr 2022-09-01 11:46:55 -07:00
  • d19e6243d0 Update Rasterizer and add end2end fisheye integration test Jiali Duan 2022-08-31 16:50:41 -07:00
  • b0515e1461 Amend D38407094: Fisheye Camera for PyTorch3D Jiali Duan 2022-08-31 13:50:50 -07:00
  • d4a1051e0f Remove pytorch3d's wrappers for eigh, solve, lstsq, qr Chris Lambert 2022-08-31 13:04:07 -07:00
  • 9a1213e0e5 test order fix Jeremy Reizenstein 2022-08-31 11:47:51 -07:00
  • 95771985b7 Make PyTorch3D C++17 incompatible again :( Krzysztof Chalupka 2022-08-31 02:38:31 -07:00
  • 1530a66469 Update deprecated torch.symeig in vision/fair/pytorch3d/projects/nerf/nerf/eval_video_utils.py Sergii Dymchenko 2022-08-30 17:15:11 -07:00
  • 1163eaab43 CO3Dv2 trainer configs David Novotny 2022-08-30 13:42:19 -07:00
  • 03562d87f5 Benchmark Cameras Jiali Duan 2022-08-28 11:43:46 -07:00
  • 2283c292a9 Fisheye Camera for PyTorch3D Jiali Duan 2022-08-28 11:17:20 -07:00
  • 4711d12a09 MultiPassEmissionAbsorptionRenderer Darijan Gudelj 2022-08-26 09:23:49 -07:00
  • e7c609f198 Decoding functions Darijan Gudelj 2022-08-26 08:47:30 -07:00
  • 24f5f4a3e7 VoxelGridModule Darijan Gudelj 2022-08-25 09:40:43 -07:00
  • 6653f4400b Fix up docstrings Krzysztof Chalupka 2022-08-23 14:58:49 -07:00
  • c4545a7cbc Add structured bindings to iou to prove that we're C++17-friendly. Also other minor improvements to bbox iou Krzysztof Chalupka 2022-08-23 13:35:21 -07:00
  • 5e7707b157 Update SMPL url Jeremy Reizenstein 2022-08-23 13:19:18 -07:00
  • a65928dcb9 Remove spurious compute in _compute_vertex_normals Krzysztof Chalupka 2022-08-23 10:08:14 -07:00
  • 898ba5c53b Moved MLP and Transformer Darijan Gudelj 2022-08-23 07:22:41 -07:00
  • edee25a1e5 voxel grids with interpolation Darijan Gudelj 2022-08-23 07:22:41 -07:00
  • af799facdd silence stalebot Jeremy Reizenstein 2022-08-23 06:57:54 -07:00
  • 1bfe6bf20a eps fix for iou3d Georgia Gkioxari 2022-08-22 04:26:19 -07:00
  • 06cbba2628 Don't force C++14 Jeremy Reizenstein 2022-08-21 12:10:51 -07:00
  • 7ce31b4e0f updates to CONTRIBUTING Jeremy Reizenstein 2022-08-21 11:51:46 -07:00
  • 8ea4da2938 Replacing custom CUDA block reductions with CUB in sample_farthest_points Max Wasylow 2022-08-19 09:17:19 -07:00
  • 597bc7c7f6 Blender config fixes David Novotny 2022-08-19 06:03:34 -07:00
  • f825f7e42c Split Volumes class to data and location part Darijan Gudelj 2022-08-18 08:12:33 -07:00
  • fdaaa299a7 remove stray "generic_model_args" references Jeremy Reizenstein 2022-08-18 07:18:55 -07:00
  • d42e0d3d86 1GPU for implicitron tests Jeremy Reizenstein 2022-08-18 03:23:21 -07:00
  • 7623457686 Removing LOGGER.debug statements for performance gain. (#1260) Christoph Lassner 2022-08-17 12:22:05 -07:00
  • d281f8efd1 Filtering outlier input cameras in trajectory estimation Roman Shapovalov 2022-08-17 03:47:31 -07:00
  • b7c826b786 Boolean indexing of cameras Roman Shapovalov 2022-08-16 15:19:39 -07:00
  • 60808972b8 typo fix (#1293) Ashish Sinha 2022-08-16 06:46:11 -07:00
  • d35781f2d7 Rename psnr -> psnr_masked to avoid confusion David Novotny 2022-08-15 09:11:52 -07:00
  • b6771233e0 builds for PyTorch 1.12.1, drop 1.8 Jeremy Reizenstein 2022-08-15 08:51:12 -07:00
  • 2ff2c7c836 Enable additional test-time source views for json dataset provider v2 David Novotny 2022-08-15 08:40:09 -07:00
  • e8616cc8ba news to README Jeremy Reizenstein 2022-08-12 22:55:34 -07:00
  • 7b985702bb Add full-image PSNR metric David Novotny 2022-08-12 07:56:44 -07:00
  • a91f15f24e Incompatible variable type fixed (#1288) Luca Di Grazia 2022-08-11 08:54:37 -07:00
  • 27dc9dc21d updates for v0.7.0 Jeremy Francis Reizenstein 2022-08-10 04:21:32 -07:00
  • 276c9a8acb version 0.7.0 v0.7.0 Jeremy Reizenstein 2022-08-09 20:48:51 -07:00
  • 791a068183 avoid math.prod for python 3.7 Jeremy Reizenstein 2022-08-09 20:48:51 -07:00
  • c49ebad249 tutorial fix: add visdom Jeremy Reizenstein 2022-08-09 20:48:51 -07:00
  • 1cd0cbffb8 implicitron readme updates Jeremy Reizenstein 2022-08-09 20:48:51 -07:00
  • af48430ec0 IT readme updates Jeremy Reizenstein 2022-08-09 20:48:51 -07:00
  • a39cad40f4 LinearExponential LR Jeremy Reizenstein 2022-08-09 18:18:46 -07:00
  • 65e5bb3ea1 update notebooks for 0.7.0 Jeremy Reizenstein 2022-08-09 17:52:37 -07:00
  • c83ec3555d Mods and bugfixes for LLFF and Blender repros Krzysztof Chalupka 2022-08-09 15:04:44 -07:00
  • 624bc5a274 suppress errors in vision/fair/pytorch3d Pyre Bot Jr 2022-08-08 23:59:04 -07:00
  • e924de4bf2 add implicitron tutorials to website Jeremy Reizenstein 2022-08-08 14:26:58 -07:00
  • a393cccf6a Make multisequence evaluator use only cameras within a batch (fixes OOM in v2) Roman Shapovalov 2022-08-08 04:43:21 -07:00
  • 0e913b1c2e PYTORCH3D_NO_EXTENSION Jeremy Reizenstein 2022-08-08 04:16:26 -07:00
  • bd93e9ce21 small fix to the llff dataloader (#1281) Sergey Prokudin 2022-08-05 11:22:34 -07:00
  • da9584357e circleci fixes Jeremy Reizenstein 2022-08-05 08:58:17 -07:00
  • 5b8a9b34a0 clarify GM.bg_color Jeremy Reizenstein 2022-08-05 03:39:39 -07:00
  • 02c0254f7f more globalencoder followup Jeremy Reizenstein 2022-08-05 03:33:30 -07:00
  • 9d888f1332 install trainer inside pytorch3d Jeremy Reizenstein 2022-08-05 02:49:42 -07:00
  • a0f786f4cf upgrade pyre version in fbcode/vision - batch 2 Pyre Bot Jr 2022-08-04 22:18:46 -07:00
  • b28754f8e1 config system tutorial Jeremy Reizenstein 2022-08-04 13:24:15 -07:00
  • 89d8eebc5a volumes tutorial Jeremy Reizenstein 2022-08-04 13:19:38 -07:00
  • 326716781b - fail if CO3Dv2 path is not given even if path_manager is None David Novotny 2022-08-04 11:10:48 -07:00
  • 46e82efb4e clean IF args Jeremy Reizenstein 2022-08-03 12:37:31 -07:00
  • 078846d166 clean renderer args Jeremy Reizenstein 2022-08-03 12:37:31 -07:00
  • f45893b845 clean raysampler args Jeremy Reizenstein 2022-08-03 12:37:31 -07:00
  • 5f069dbb7e open_dict for tweaking Darijan Gudelj 2022-08-03 05:33:46 -07:00
  • c3f8dad55c Move load_stats to TrainingLoop David Novotny 2022-08-02 15:40:53 -07:00
  • 760305e044 Fix test evaluation for Blender data Krzysztof Chalupka 2022-08-02 12:40:21 -07:00
  • 3a063f5976 SimpleDataLoaderMapProvider Jeremy Reizenstein 2022-08-02 12:10:05 -07:00
  • c63ec81750 fix eval_batches in V1 Darijan Gudelj 2022-08-02 09:09:47 -07:00
  • b7b188bf54 Fix train_stats.pdf: they now work by default Krzysztof Chalupka 2022-08-02 08:50:50 -07:00
  • f8bf528043 remove get_task Jeremy Reizenstein 2022-08-02 07:55:42 -07:00
  • 37250a4326 Add forbidden fields to map_provider_v2 Darijan Gudelj 2022-08-02 06:38:51 -07:00
  • 3b7ab22d10 MeshRasterizerOpenGL import fixes Jeremy Reizenstein 2022-08-02 04:32:32 -07:00
  • 5bf6d532f7 Better error message when dataset root set wrongly in JsonIndexDatasetMapProviderV2 David Novotny 2022-08-01 14:08:19 -07:00
  • 597e0259dc Made eval_batches be set inside the __init__ Darijan Gudelj 2022-08-01 10:23:34 -07:00
  • 80fc0ee0b6 Better seeding of random engines David Novotny 2022-08-01 10:03:09 -07:00
  • 0c3599e8ee Correct MC rasterization pt. radius David Novotny 2022-08-01 04:53:59 -07:00
  • 14bd5e28e8 provide cow dataset Jeremy Reizenstein 2022-08-01 01:52:12 -07:00
  • 1b0584f7bd Replace pluggable components to create a proper Configurable hierarchy. Krzysztof Chalupka 2022-07-29 17:32:51 -07:00
  • 6b481595f0 redefinition -> defaults kept in config Jeremy Reizenstein 2022-07-28 09:39:18 -07:00
  • e7c1f026ea
    [pulsar] Removing LOGGER.debug statements for performance gain. classner-patch-pulsar-debug Christoph Lassner 2022-07-25 09:08:58 -07:00
  • cb49550486 Add MeshRasterizerOpenGL Krzysztof Chalupka 2022-07-22 15:52:50 -07:00
  • 36edf2b302 Add .to methods to the splatter and SplatterPhongShader. Krzysztof Chalupka 2022-07-22 14:36:22 -07:00