1. 11 Feb, 2020 2 commits
    • Jeremy Reizenstein's avatar
      remove print statements · 23bb2795
      Jeremy Reizenstein authored
      Reviewed By: gkioxari
      
      Differential Revision: D19834684
      
      fbshipit-source-id: 553dbf84d1062149b4915d313fc0f96eb047798c
      23bb2795
    • Nikhila Ravi's avatar
      Update tutorials for Google Colab · 09992a38
      Nikhila Ravi authored
      Summary:
      Update all colab notebooks to:
      - Install pytorch3d using pip install from github.
      - Retrieve data using `wget`. I set the wget commands to save the files in the same directory structure as in the PyTorch3d repo so that the rest of the tutorial would work for running locally or on Colab.
      
      This should resolve the issues on GitHub with running the colab notebooks.
      
      Reviewed By: gkioxari
      
      Differential Revision: D19827450
      
      fbshipit-source-id: d7b338597ddfd9a84c24592d4dccd274cae11d05
      09992a38
  2. 10 Feb, 2020 1 commit
  3. 08 Feb, 2020 2 commits
    • Nikhila Ravi's avatar
      ignore cuda for cpu only installation · dcb09480
      Nikhila Ravi authored
      Summary:
      Added if `WITH_CUDA` checks for points/mesh rasterization. If installing on cpu only then this causes `Undefined symbol` errors when trying to import pytorch3d.
      
      We had these checks for all the other cuda files but not the rasterization files.
      
      Thanks ppwwyyxx for the tip!
      
      Reviewed By: ppwwyyxx, gkioxari
      
      Differential Revision: D19801495
      
      fbshipit-source-id: 20e7adccfdb33ac731c00a89414b2beaf0a35529
      dcb09480
    • Yannick Soom's avatar
      small typo in deform_source_mesh_to_target_mesh.ipynb (#24) · ca588a59
      Yannick Soom authored
      Summary:
      fixed small typo in deform_source_mesh_to_target_mesh.ipynb
      Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/24
      
      Differential Revision: D19801629
      
      Pulled By: nikhilaravi
      
      fbshipit-source-id: 59459f701e0a4c02e749a1b594ca77935fd037d1
      ca588a59
  4. 07 Feb, 2020 3 commits
  5. 05 Feb, 2020 3 commits
    • Nikhila Ravi's avatar
      update website css on mobile · 3c9f0658
      Nikhila Ravi authored
      Summary: Updated media queries for website on mobile.
      
      Reviewed By: gkioxari
      
      Differential Revision: D19745526
      
      fbshipit-source-id: a8dc25fcc04726056231d2e1ebeb581251be9324
      3c9f0658
    • Nikhila Ravi's avatar
      website updates · 10ec66da
      Nikhila Ravi authored
      Summary:
      A few minor updates to the website.
      - fix the color gradient on the homepage
      - fix unicode escape for the copyright symbol
      
      Reviewed By: gkioxari
      
      Differential Revision: D19744165
      
      fbshipit-source-id: 31068bd0b408fe7b298e1f69d9998d64498e9d8c
      10ec66da
    • Nikhila Ravi's avatar
      Setup website with docusaurus (#11) · 15d3a455
      Nikhila Ravi authored
      Summary:
      Set up landing page, docs page, and html versions of the ipython notebook tutorials.
      Pull Request resolved: https://github.com/fairinternal/pytorch3d/pull/11
      
      Reviewed By: gkioxari
      
      Differential Revision: D19730380
      
      Pulled By: nikhilaravi
      
      fbshipit-source-id: 5df8d3f2ac2f8dce4d51f5d14fc336508c2fd0ea
      15d3a455
  6. 03 Feb, 2020 1 commit
    • Justin Johnson's avatar
      Add CPU implementation for nearest neighbor · e290f87c
      Justin Johnson authored
      Summary:
      Adds a CPU implementation for `pytorch3d.ops.nn_points_idx`.
      
      Also renames the associated C++ and CUDA functions to use `AllCaps` names used in other C++ / CUDA code.
      
      Reviewed By: gkioxari
      
      Differential Revision: D19670491
      
      fbshipit-source-id: 1b6409404025bf05e6a93f5d847e35afc9062f05
      e290f87c
  7. 31 Jan, 2020 2 commits
    • Haoqi Fan's avatar
      update install.md · 25c2f340
      Haoqi Fan authored
      Reviewed By: bottler, wanyenlo
      
      Differential Revision: D19658045
      
      fbshipit-source-id: a623a81c1ed1fa4054ea55bf06a2926e297b7966
      25c2f340
    • Georgia Gkioxari's avatar
      load texture flag · 659ad343
      Georgia Gkioxari authored
      Summary: Add flag for loading textures
      
      Reviewed By: nikhilaravi
      
      Differential Revision: D19664437
      
      fbshipit-source-id: 3cc4e6179df9b7e24efff9e7da3b164253f1d775
      659ad343
  8. 27 Jan, 2020 1 commit
  9. 24 Jan, 2020 4 commits
  10. 23 Jan, 2020 2 commits