- 17 Mar, 2020 3 commits
-
-
Patrick Labatut authored
Summary: Enable spelling linter for Markdown, reStructuredText and IPython notebooks under `fbcode/vision/fair`. Apply suggested fixes. Reviewed By: ppwwyyxx Differential Revision: D20495298 fbshipit-source-id: 95310c7b51f9fa68ba2aa34ecc39a874da36a75c
-
Nikhila Ravi authored
Summary: A few small website updates: - changed the tutorials to point to the `stable` tag on github so we don't have to update the website each time we want to run them! - changed the colab button - re ran notebook cells to update the images for textured meshes Once these fixes are landed I can build and publish the website. Reviewed By: bottler Differential Revision: D20484836 fbshipit-source-id: 603a05e752f631c60d1a3abb9adeb1b9b451ab98
-
Patrick Labatut authored
Summary: Use a consistent case for PyTorch3D (matching the logo...): replace all occurrences of PyTorch3d with PyTorch3D across the codebase (including documentation and notebooks) Reviewed By: wanyenlo, gkioxari Differential Revision: D20427546 fbshipit-source-id: 8c7697f51434c51e99b7fe271935932c72a1d9b9
-
- 12 Mar, 2020 1 commit
-
-
Patrick Labatut authored
Summary: The shebang line `#!<path to interpreter>` is only required for Python scripts, so remove it on source files for class or function definitions. Additionally explicitly mark as executable the actual Python scripts in the codebase. Reviewed By: nikhilaravi Differential Revision: D20095778 fbshipit-source-id: d312599fba485e978a243292f88a180d71e1b55a
-
- 06 Mar, 2020 1 commit
-
-
Nikhila Ravi authored
Summary: ## Updates - Defined the world and camera coordinates according to this figure. The world coordinates are defined as having +Y up, +X left and +Z in. {F230888499} - Removed all flipping from blending functions. - Updated the rasterizer to return images with +Y up and +X left. - Updated all the mesh rasterizer tests - The expected values are now defined in terms of the default +Y up, +X left - Added tests where the triangles in the meshes are non symmetrical so that it is clear which direction +X and +Y are ## Questions: - Should we have **scene settings** instead of raster settings? - To be more correct we should be [z clipping in the rasterizer based on the far/near clipping planes](https://github.com/ShichenLiu/SoftRas/blob/master/soft_renderer/cuda/soft_rasterize_cuda_kernel.cu#L400) - these values are also required in the blending functions so should we make these scene level parameters and have a scene settings tuple which is available to the rasterizer and shader? Reviewed By: gkioxari Differential Revision: D20208604 fbshipit-source-id: 55787301b1bffa0afa9618f0a0886cc681da51f3
-
- 24 Feb, 2020 1 commit
-
-
Tyler Barron authored
Summary: *: Fixed references to colors in the diagram Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/81 Reviewed By: bottler Differential Revision: D20064048 Pulled By: nikhilaravi fbshipit-source-id: a70ee446f1223ec900072a2380c75ed95fb4431d
-
- 20 Feb, 2020 1 commit
-
-
Nikhila Ravi authored
Summary: Renamed shaders to be prefixed with Hard/Soft depending on if they use a probabalistic blending (Soft) or use the closest face (Hard). There is some code duplication but I thought it would be cleaner to have separate shaders for each task rather than: - inheritance (which we discussed previously that we want to avoid) - boolean (hard/soft) or a string (hard/soft) - new blending functions other than the ones provided would need if statements in the current shaders which might get messy. Also added a `flat_shading` function and a `FlatShader` - I could make this into a tutorial as it was really easy to add a new shader and it might be a nice showcase. NOTE: There are a few more places where the naming will need to change (e.g the tutorials) but I wanted to reach a consensus on this before changing it everywhere. Reviewed By: jcjohnson Differential Revision: D19761036 fbshipit-source-id: f972f6530c7f66dc5550b0284c191abc4a7f6fc4
-
- 18 Feb, 2020 1 commit
-
-
Junior Rojas authored
Summary: Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/54 Differential Revision: D19951851 Pulled By: gkioxari fbshipit-source-id: cf41d5806c761639d1efa42a633404b248486c30
-
- 13 Feb, 2020 1 commit
-
-
Jeremy Reizenstein authored
Summary: Create the textures and the Meshes object from OBJ files in a single call. There is functionality in OBJ files (like normals) which is ignored by this function. Reviewed By: gkioxari Differential Revision: D19691699 fbshipit-source-id: e26442ed80ff231b65b17d6c54c9d41e22b4e4a3
-
- 11 Feb, 2020 1 commit
-
-
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
-
- 10 Feb, 2020 1 commit
-
-
uzkt authored
Summary: fixed target object data folder path './data/doplhin'-> './data/dolphin' Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/34 Differential Revision: D19815377 Pulled By: nikhilaravi fbshipit-source-id: ff17f6aef8d835b11d7803e912a311c7118b03fa
-
- 08 Feb, 2020 1 commit
-
-
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
-
- 05 Feb, 2020 1 commit
-
-
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
-
- 23 Jan, 2020 1 commit
-
-
facebook-github-bot authored
fbshipit-source-id: ad58e416e3ceeca85fae0583308968d04e78fe0d
-