1. 08 May, 2024 1 commit
  2. 13 Mar, 2024 1 commit
  3. 05 Mar, 2024 1 commit
  4. 10 Mar, 2023 1 commit
  5. 28 Jan, 2021 1 commit
    • Vasilis Vryniotis's avatar
      Add namespace on image C++ codebase (#3312) · 7621a8ed
      Vasilis Vryniotis authored
      * Moving jpegcommon inside cpu implementation
      
      * Adding namespaces on image and moving private methods to anonymous.
      
      * Fixing headers.
      
      * Renaming public image methods to match the ones on python.
      
      * Refactoring to remove the double ifs in common_jpeg.h
      7621a8ed
  6. 27 Jan, 2021 1 commit
  7. 10 Dec, 2020 1 commit
    • Vasilis Vryniotis's avatar
      Restructuring C++ project: (#3146) · 7d831a2f
      Vasilis Vryniotis authored
      Summary:
      * Reduce unnecessary header inclusions in models and io.
      
      * Move autocast to separate folder and hide autograd implementation in an anonymous namespace.
      
      * Moving files in subfolders.
      
      Reviewed By: fmassa
      
      Differential Revision: D25461523
      
      fbshipit-source-id: 756eeb6848aacaa474de4825ed4c1045d17e2cea
      7d831a2f
  8. 19 Nov, 2020 1 commit
  9. 18 Nov, 2020 1 commit
    • Vasilis Vryniotis's avatar
      Support specifying output channels in io.image.read_image (#2988) · 4d6ba678
      Vasilis Vryniotis authored
      * Adding output channels implementation for pngs.
      
      * Adding tests for png.
      
      * Adding channels in the API and documentation.
      
      * Fixing formatting.
      
      * Refactoring test_image.py to remove huge grace_hopper_517x606.pth file from assets and reduce duplicate code. Moving jpeg assets used by encode and write unit-tests on their separate folders.
      
      * Adding output channels implementation for jpegs. Fix asset locations.
      
      * Add tests for JPEG, adding the channels in the API and documentation and adding checks for inputs.
      
      * Changing folder for unit-test.
      
      * Fixing windows flakiness, removing duplicate test.
      
      * Replacing components to channels.
      
      * Adding reference for supporting CMYK.
      
      * Minor changes: num_components to output_components, adding comments, fixing variable name etc.
      
      * Reverting output_components to num_components.
      
      * Replacing decoding with generic method on tests.
      
      * Palette converted to Gray.
      4d6ba678
  10. 26 Oct, 2020 1 commit
  11. 28 Sep, 2020 1 commit