1. 27 Nov, 2019 2 commits
  2. 26 Nov, 2019 1 commit
  3. 24 Nov, 2019 1 commit
  4. 23 Nov, 2019 1 commit
  5. 22 Nov, 2019 2 commits
  6. 21 Nov, 2019 1 commit
  7. 10 Nov, 2019 3 commits
  8. 07 Nov, 2019 3 commits
  9. 05 Nov, 2019 3 commits
  10. 26 Oct, 2019 1 commit
  11. 25 Oct, 2019 1 commit
    • Wenwei Zhang's avatar
      Support to view AP for each class (#1549) · 1f3e2734
      Wenwei Zhang authored
      * also support to view ap
      
      * change string format
      
      * eval class_wise in coco_eval
      
      * reformat
      
      * class_wise API from detectron
      
      * reformat
      
      * change code source
      
      * reformat, use terminaltable
      1f3e2734
  12. 24 Oct, 2019 1 commit
  13. 23 Oct, 2019 4 commits
  14. 17 Oct, 2019 1 commit
    • Jon Crall's avatar
      Fix AnchorHead in_channels (#1506) · 618dca08
      Jon Crall authored
      * test that all configs can be loaded
      
      * Use in_channels correctly in anchor_head and guided_anchor_head
      
      * Fix lint errors. Only tests a subset of configs
      
      * remove local config
      
      * fix yapf
      
      * Remove slower tests
      
      * Remove debug code
      
      * trigger travis
      618dca08
  15. 15 Oct, 2019 1 commit
  16. 14 Oct, 2019 2 commits
  17. 11 Oct, 2019 1 commit
  18. 10 Oct, 2019 1 commit
  19. 08 Oct, 2019 2 commits
  20. 07 Oct, 2019 1 commit
    • Jon Crall's avatar
      Doctests for AnchorHead and related code (#1491) · e344e21d
      Jon Crall authored
      * Doctests for AnchorHead and related code
      
      * Fix flake8 error
      
      * resolve review on transforms.py
      
      * Resolve comments
      
      * resolve commend about foreground classes
      
      * Add reference about bounding box delta encoding
      e344e21d
  21. 05 Oct, 2019 1 commit
  22. 04 Oct, 2019 1 commit
  23. 03 Oct, 2019 2 commits
  24. 02 Oct, 2019 3 commits
    • Tao Kong's avatar
      FoveaBox support (#1339) · 6ce7cce1
      Tao Kong authored
      * add foveabox support
      
      * format
      
      * fix
      
      * foveabox correct
      
      * fix mean and std in config
      
      * add foveabox in model zoo
      
      * fix work_dir, typo, fovea_target and config issues
      
      * add necessary comments
      
      * fix yapf issue in C1 check
      
      * fix yapf issue in C1 check
      
      * rename configs
      
      * update model urls and minor fix
      6ce7cce1
    • Jon Crall's avatar
      Enable doctests in CI with xdoctest (#1479) · 0e9de200
      Jon Crall authored
      * Enable doctests in CI with xdoctest
      
      * use xdoctest in travis file
      
      * Fix doctest warnings
      
      * dont test eggs directory
      
      * Ensure xdoctest is installed before running CI
      0e9de200
    • Jon Crall's avatar
      FIX: Pass device to grid_anchors and valid_flags (#1478) · d9f4f254
      Jon Crall authored
      * Pass device to grid_anchors and valid_flags
      
      * fix yapf formatting
      d9f4f254