1. 20 May, 2024 1 commit
  2. 09 May, 2024 1 commit
  3. 08 May, 2024 1 commit
  4. 26 Mar, 2024 1 commit
  5. 21 Mar, 2024 1 commit
  6. 20 Mar, 2024 1 commit
  7. 13 Mar, 2024 1 commit
  8. 06 Mar, 2024 1 commit
  9. 05 Mar, 2024 1 commit
  10. 24 Aug, 2023 1 commit
  11. 17 Aug, 2023 1 commit
  12. 09 Aug, 2023 1 commit
  13. 22 Jun, 2023 1 commit
  14. 10 Mar, 2023 1 commit
  15. 23 Aug, 2022 1 commit
  16. 31 Mar, 2022 1 commit
  17. 25 Feb, 2022 1 commit
  18. 17 Jan, 2022 1 commit
    • Daniel Falbel's avatar
      Conditionally include Python in the C++ builds. (#5190) · 5e56575e
      Daniel Falbel authored
      
      
      * Conditionally include Python in the C++ builds.
      
      Added an option `USE_PYTHON` that allows users to decide to link to Python3 or not.
      
      * Also conditionally include this defintion.
      
      * Define `USE_PYTHON` for the Windows builds.
      
      * Remove Python3 reference in CMake test as it's no longer required.
      
      * Accidentally removed the closing > from the decl.
      
      * Also add `USE_PYTHON` when building the separate image library on Windows.
      
      * Also conditionally include this depening on USE_PYTHON.
      
      * Go back to require Python for this example.
      
      * Find Python in the hello world example.
      
      * Add a paragraph documenting the `USE_PYTHON` option.
      Co-authored-by: default avatarPrabhat Roy <prabhatroy@fb.com>
      5e56575e
  19. 22 Dec, 2021 1 commit
  20. 21 Dec, 2021 1 commit
    • Kai Zhang's avatar
      Log io usage (#5038) · da7680f0
      Kai Zhang authored
      * add api usage log for io
      
      * cover VideoReader
      
      * cover c++ APIs
      
      * add api usage log for io
      
      * cover VideoReader
      
      * cover c++ APIs
      
      * add _cpp suffix to c++ APIs
      
      * use new API and change cpp format
      
      * remove _cpp suffix
      
      * adopt new API
      
      * lint
      da7680f0
  21. 10 Nov, 2021 2 commits
  22. 25 Oct, 2021 1 commit
  23. 21 Oct, 2021 1 commit
  24. 17 Sep, 2021 1 commit
  25. 01 Sep, 2021 1 commit
  26. 19 Aug, 2021 1 commit
  27. 12 Aug, 2021 1 commit
  28. 28 Jun, 2021 1 commit
  29. 24 Jun, 2021 1 commit
  30. 04 Jun, 2021 1 commit
  31. 11 May, 2021 1 commit
  32. 12 Mar, 2021 1 commit
  33. 12 Feb, 2021 1 commit
  34. 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
  35. 27 Jan, 2021 1 commit
  36. 20 Dec, 2020 1 commit
    • Siddhant Bansal's avatar
      Clean up and Document io.image enhancements (#3193) · af5cb00c
      Siddhant Bansal authored
      * Update ImageReadMode error messages, add newline at the end of image_read_mode.h, replace define with const in image_read_mode.h, add documentation to ImageReadMode enum
      
      * Update readpng_cpu and readjpeg_cpu error messages
      
      * Update image.py documentation
      af5cb00c
  37. 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