Commit Graph

  • 5043d15361 avoid CPU/GPU sync in sample_farthest_points main Olga Gerasimova 2025-07-23 10:23:40 -07:00
  • e3d3a67a89 Clamp matrices in matrix_to_euler_angles function (#1989) Stone Tao 2025-07-10 06:08:19 -07:00
  • e55ea90609 disable import tests Jeremy Reizenstein 2025-07-10 05:20:22 -07:00
  • 3aee2a6005 Fixes bus error hard crashes on Apple Silicon MPS devices Melvin He 2025-07-03 12:34:37 -07:00
  • c5ea8fa49e Adds CHECK_CPU macros checks for tensors not on CPU Melvin He 2025-07-03 08:29:36 -07:00
  • 3ff6c5ab85 Error instead of crash for tensors on exotic devices Melvin He 2025-07-01 09:14:38 -07:00
  • 267bd8ef87 Revert _sqrt_positive_part change Srivathsan Govindarajan 2025-06-30 14:13:27 -07:00
  • 177eec6378 Error instead of crash for tensors on exotic devices (#1986) Melvin He 2025-06-30 12:27:38 -07:00
  • 71db7a0ea2 Removing dynamic shape ops and boolean indexing in matrix_to_quaternion Srivathsan Govindarajan 2025-06-25 01:18:46 -07:00
  • 6020323d94 Fix Self-Assignment in CUDA Stream Parameter in renderer.forward.device.h Grace Cheng 2025-06-13 11:00:16 -07:00
  • 182e845c19 Resolve logger warnings (#1981) Emmanuel Ferdman 2025-06-10 02:27:54 -07:00
  • f315ac131b Fix CQS signal facebook-unused-include-check in fbcode/vision/fair/pytorch3d/pytorch3d/csrc generatedunixname89002005287564 2025-06-04 13:09:58 -07:00
  • fc08621879 Fix distutils failure in Triton Beta testing Nick Riasanovsky 2025-05-29 18:18:49 -07:00
  • 3f327a516b Fix CQS signal facebook-unused-include-check in fbcode/vision/fair/pytorch3d/pytorch3d/csrc/pulsar generatedunixname89002005287564 2025-05-26 19:14:57 -07:00
  • 366eff21d9 Fix PyTorch3D build failure on windows Ting Xu 2025-05-21 07:46:49 -07:00
  • 0a59450f0e remove IntWrapper (#1964) Jeff Daily 2025-03-28 08:16:54 -07:00
  • 62a2031dd4 Revert "Fix CUDA kernel index data type in vision/fair/pytorch3d/pytorch3d/csrc/compositing/alpha_composite.cu +10" bottler/un_auto bottler 2025-03-27 05:28:03 -07:00
  • 3987612062 Fix CUDA kernel index data type in vision/fair/pytorch3d/pytorch3d/csrc/compositing/alpha_composite.cu +10 Richard Barnes 2025-03-19 13:21:43 -07:00
  • 06a76ef8dd Correct "fast" matrix_to_axis_angle near pi (#1953) Alexandros Benetatos 2025-03-11 12:25:59 -07:00
  • 21205730d9 Fix unused-variable issues, mostly relating to AMD/HIP Richard Barnes 2025-03-08 13:03:17 -08:00
  • 7e09505538 Enable -Wunused-value in vision/PACKAGE +1 Richard Barnes 2025-03-04 17:49:30 -08:00
  • 20bd8b33f6 facebook-unused-include-check in fbcode/vision Nicholas Ormrod 2025-02-28 18:08:12 -08:00
  • 7a3c0cbc9d Increase performance for conversions including axis angles (#1948) alex-bene 2025-02-07 07:37:42 -08:00
  • 215590b497 In FrameDataBuilder, set all path even if we don’t load blobs Roman Shapovalov 2025-02-06 09:41:44 -08:00
  • 43cd681d4f Updates to Implicitron dataset, metrics and tools Antoine Toisoul 2025-01-27 09:43:42 -08:00
  • 42a4a7d432 Generalising SqlIndexDataset to support subtypes of SqlSequenceAnnotation Roman Shapovalov 2025-01-20 03:39:06 -08:00
  • 699bc671ca Add missing Pyre mode headers] [batch:3/1531] [shard:41/N] generatedunixname89002005307016 2025-01-17 12:41:56 -08:00
  • 49cf5a0f37 Loading fg probability from the alpha channel of image_rgb Roman Shapovalov 2025-01-15 11:53:30 -08:00
  • 89b851e64c Refactor a utility function for bbox conversion Roman Shapovalov 2025-01-06 04:17:57 -08:00
  • 5247f6ad74 Fixing type hints in FrameData Roman Shapovalov 2025-01-06 04:17:57 -08:00
  • e41aff47db Adding default values to FrameData for internal usage Roman Shapovalov 2025-01-06 04:17:57 -08:00
  • 64a5bfadc8 Adding SQL Dataset related files to the build script Roman Shapovalov 2024-12-23 16:05:26 -08:00
  • 055ab3a2e3 Convert directory fbcode/vision to use the Ruff Formatter Thomas Polasek 2024-11-26 02:38:20 -08:00
  • f6c2ca6bfc Prepare for "Fix type-safety of torch.nn.Module instances": wave 2 Edward Yang 2024-11-21 11:08:51 -08:00
  • e20cbe9b0e test fixes and lints Jeremy Reizenstein 2024-11-20 09:15:51 -08:00
  • c17e6f947a run CI tests on main Jeremy Reizenstein 2024-11-20 05:06:52 -08:00
  • 91c9f34137 Add safeguard in case num_tris diverges Yann Noutary 2024-11-20 01:24:28 -08:00
  • 81d82980bc Fix ogl test hang Jeremy Reizenstein 2024-11-06 11:40:42 -08:00
  • 8fe6934885 fix subdivide_meshes with empty mesh #1788 Jeremy Reizenstein 2024-11-06 11:40:26 -08:00
  • c434957b2a Run tests in github action (#1896) bottler 2024-11-06 11:15:34 -08:00
  • dd2a11b5fc Fix OFF for new numpy errors Jeremy Reizenstein 2024-11-06 11:13:59 -08:00
  • 9563ef79ca c10::optional -> std::optional in some files Richard Barnes 2024-11-04 12:03:51 -08:00
  • 008c7ab58c Pre-silence Pyre Errors for upcoming upgrade] [batch:67/603] [shard:3/N] generatedunixname89002005287564 2024-10-31 16:26:25 -07:00
  • 9eaed4c495 Fix K>1 in multimap UV sampling Jeremy Reizenstein 2024-10-31 16:05:10 -07:00
  • 9c586b1351 Run tests in github action not circleci (#1896) bottler/actions bottler 2024-10-31 08:41:20 -07:00
  • e13848265d at::optional -> std::optional (#1170) Richard Barnes 2024-10-25 06:37:57 -07:00
  • 58566963d6 Add type error suppressions for upcoming upgrade generatedunixname89002005307016 2024-10-16 19:22:01 -07:00
  • e17ed5cd50 Hipify Pulsar for PyTorch3D Suresh Babu Kolla 2024-10-09 14:38:42 -07:00
  • 8ed0c7a002 c10::optional -> std::optional Richard Barnes 2024-10-03 14:38:37 -07:00
  • 2da913c7e6 c10::optional -> std::optional Richard Barnes 2024-10-02 11:09:29 -07:00
  • fca83e6369 Convert .pyre_configuration.local to fast by default architecture] [batch:23/263] [shard:3/N] [A] generatedunixname89002005307016 2024-09-25 17:34:03 -07:00
  • 75ebeeaea0 update version to 0.7.8 stable V0.7.8 Jeremy Reizenstein 2024-09-13 02:31:49 -07:00
  • ab793177c6 remove pytorch2.0 builds Jeremy Reizenstein 2024-09-13 02:07:25 -07:00
  • 9acdd67b83 fix obj material indexing bug #1368 Jeremy Reizenstein 2024-09-13 02:00:49 -07:00
  • 3f428d9981 pytorch 2.4.0 + 2.4.1 Nicholas Dahm 2024-09-11 15:09:43 -07:00
  • 05cbea115a Hipify Pytorch3D (#1851) Josh Fromm 2024-08-15 16:18:22 -07:00
  • 38afdcfc68 upgrade pyre version in fbcode/vision - batch 2 generatedunixname89002005307016 2024-08-09 02:07:45 -07:00
  • 1e0b1d9c72 Remove Python versions from Install.md Christine Sun 2024-08-07 13:46:31 -07:00
  • 44702fdb4b Add "max" point reduction for chamfer distance Rebecca Chen (Python) 2024-08-02 10:46:07 -07:00
  • 7edaee71a9 allow matrix_to_quaternion onnx export Jeremy Reizenstein 2024-07-16 11:30:20 -07:00
  • d0d0e02007 Fix: setting FrameData.crop_bbox_xywh for backwards compatibility Roman Shapovalov 2024-07-16 02:21:13 -07:00
  • 4df110b0a9 remove fvcore dependency Jeremy Reizenstein 2024-07-11 04:35:38 -07:00
  • 51fd114d8b Forward fix internal pyre failure from D58983461 Huy Do 2024-06-27 07:35:18 -07:00
  • 89653419d0 version 0.7.7 v0.7.7 Jeremy Reizenstein 2024-06-25 06:59:24 -07:00
  • 7980854d44 require pytorch 2.0+ Jeremy Reizenstein 2024-06-21 08:15:17 -07:00
  • 51d7c06ddd MKL version fix in CI (#1820) Jeremy Reizenstein 2024-06-21 08:15:17 -07:00
  • 00c36ec01c Update deprecated PyTorch functions in fbcode/vision Sergii Dymchenko 2024-06-20 14:06:28 -07:00
  • 0eac8299d4 MKL version fix in CI (#1820) export-D58685326 Jeremy Reizenstein 2024-06-20 09:24:07 -07:00
  • b0462d8079 Allow indexing for classes inheriting Transform3d (#1801) vedrenne 2024-06-17 07:48:18 -07:00
  • b66d17a324 Undo c10=>std optional rename Jeremy Reizenstein 2024-06-17 07:09:30 -07:00
  • 717493cb79 Fixed last dimension size check so that it doesn't trivially pass. (#1815) Kyle Vedder 2024-06-17 06:00:13 -07:00
  • 302da69461 builds for PyTorch 2.2.1 2.2.2 2.3.0 2.3.1 Jeremy Reizenstein 2024-06-17 05:57:59 -07:00
  • 4ae25bfce7 Moving ray bundle to float dtype Roman Shapovalov 2024-05-30 10:06:38 -07:00
  • bd52f4a408 c10::optional -> std::optional in tensorboard/adhoc/Adhoc.h +9 Richard Barnes 2024-05-13 16:40:34 -07:00
  • 17117106e4 upgrade pyre version in fbcode/vision - batch 2 generatedunixname89002005307016 2024-05-10 01:18:43 -07:00
  • aec76bb4c8 Remove unused-but-set variables in vision/fair/pytorch3d/pytorch3d/csrc/pulsar/include/renderer.render.device.h +1 Richard Barnes 2024-05-02 13:58:05 -07:00
  • 47d5dc8824 Apply clang-format 18 Andres Suarez 2024-04-14 11:28:32 -07:00
  • fe0b1bae49 upgrade pyre version in fbcode/vision - batch 2 generatedunixname89002005307016 2024-04-02 18:11:50 -07:00
  • ccf22911d4 Optimize list_to_packed to avoid for loop (#1737) Ruishen Lyu 2024-04-02 07:50:25 -07:00
  • 128be02fc0 feat: adjusted sample_nums (#1768) Ashim Dahal 2024-04-02 06:02:48 -07:00
  • 31e3488a51 Changed tutorials' pip searching Roeia Kishk 2024-03-28 11:24:43 -07:00
  • 252d194b7c v0.7.6 gh-pages Jeremy Francis Reizenstein 2024-03-28 16:09:51 +00:00
  • b215776f2d upgrade pyre version in fbcode/vision - batch 2 generatedunixname89002005307016 2024-03-26 22:02:22 -07:00
  • 38cf0dc1c5 TexturesUV multiple maps Cijo Jose 2024-03-12 06:59:31 -07:00
  • 7566530669 CUDA marching_cubes fix Jaap Suter 2024-03-07 15:38:24 -08:00
  • a27755db41 Pyre Configurationless migration for] [batch:85/112] [shard:6/N] Conner Nilsen 2024-03-04 18:30:37 -08:00
  • 3da7703c5a apply Black 2024 style in fbcode (4/16) Amethyst Reese 2024-03-02 17:31:19 -08:00
  • f34104cf6e version 0.7.6 v0.7.6 Jeremy Reizenstein 2024-02-19 03:28:54 -08:00
  • f247c86dc0 Update tutorials for 0.7.6 Jeremy Reizenstein 2024-02-19 03:28:54 -08:00
  • ae9d8787ce Support color in cubify Cijo Jose 2024-02-16 08:19:12 -08:00
  • 8772fe0de8 Make OpenGL optional in tests Jeremy Reizenstein 2024-02-13 07:43:42 -08:00
  • c292c71c1a c++ marching cubes fix Ada Martin 2024-02-08 11:13:15 -08:00
  • d0d9cae9cd builds for PyTorch 2.1.1 2.1.2 2.2.0 Jeremy Reizenstein 2024-02-07 11:56:52 -08:00
  • 1f92c4e9d2 vision/fair generatedunixname89002005287564 2024-01-31 07:43:49 -08:00
  • 9b981f2c7e suppress errors in vision/fair/pytorch3d generatedunixname89002005307016 2024-01-26 19:10:37 -08:00
  • 85eccbbf77 suppress errors in vision/fair/pytorch3d generatedunixname89002005307016 2024-01-25 21:13:30 -08:00
  • b80ab0caf0 upgrade pyre version in fbcode/vision - batch 1 generatedunixname89002005307016 2024-01-24 23:56:06 -08:00
  • 1e817914b3 Fix compiler warning in knn.ku Dimitris Prountzos 2024-01-18 12:27:16 -08:00
  • 799c1cd21b Allow get_rgbd_point_cloud to take any #channels Ido Zachevsky 2024-01-16 03:38:26 -08:00
  • 292acc71a3 Update so3 operations for numerical stability Abdelrahman Selim 2024-01-04 02:26:56 -08:00