"vscode:/vscode.git/clone" did not exist on "cc824e6386ca2ef075207e37db43e255e287c171"
  1. 17 Nov, 2021 1 commit
  2. 12 Nov, 2021 1 commit
  3. 11 Nov, 2021 1 commit
  4. 04 Oct, 2021 1 commit
    • Philip Meier's avatar
      Add ufmt (usort + black) as code formatter (#4384) · 5f0edb97
      Philip Meier authored
      
      
      * add ufmt as code formatter
      
      * cleanup
      
      * quote ufmt requirement
      
      * split imports into more groups
      
      * regenerate circleci config
      
      * fix CI
      
      * clarify local testing utils section
      
      * use ufmt pre-commit hook
      
      * split relative imports into local category
      
      * Revert "split relative imports into local category"
      
      This reverts commit f2e224cde2008c56c9347c1f69746d39065cdd51.
      
      * pin black and usort dependencies
      
      * fix local test utils detection
      
      * fix ufmt rev
      
      * add reference utils to local category
      
      * fix usort config
      
      * remove custom categories sorting
      
      * Run pre-commit without fixing flake8
      
      * got a double import in merge
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      5f0edb97
  5. 13 Sep, 2021 1 commit
  6. 23 Aug, 2021 1 commit
  7. 22 Jul, 2021 1 commit
  8. 15 Jun, 2021 1 commit
  9. 24 May, 2021 1 commit
  10. 10 May, 2021 2 commits
  11. 24 Mar, 2021 1 commit
  12. 12 Mar, 2021 1 commit
  13. 23 Feb, 2021 2 commits
  14. 22 Feb, 2021 1 commit
  15. 11 Feb, 2021 1 commit
  16. 04 Feb, 2021 1 commit
    • Ivan Kobzarev's avatar
      [android] android gradle project for ops (#2897) · 6949b893
      Ivan Kobzarev authored
      
      
      * [android] android gradle project for ops
      
      * Change CMakeLists to latest PyTorch
      
      * Use mobilenet_v3 models for detection
      
      Don't need to have two variants of the model anymore, but I'm not removing it for now
      
      * Fix orientation when angle = 0
      
      * [android][test_app] Fix YUV decoding
      
      * Use smaller version of mobilenet model
      
      * Divide inputs by 255 again
      
      * [android] assets mobilenetv3
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      6949b893