1. 29 Nov, 2019 2 commits
  2. 28 Nov, 2019 3 commits
  3. 27 Nov, 2019 4 commits
  4. 26 Nov, 2019 1 commit
  5. 24 Nov, 2019 1 commit
  6. 23 Nov, 2019 1 commit
  7. 22 Nov, 2019 2 commits
  8. 21 Nov, 2019 1 commit
  9. 10 Nov, 2019 3 commits
  10. 07 Nov, 2019 3 commits
  11. 05 Nov, 2019 3 commits
  12. 26 Oct, 2019 1 commit
  13. 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
  14. 24 Oct, 2019 1 commit
  15. 23 Oct, 2019 4 commits
  16. 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
  17. 15 Oct, 2019 1 commit
  18. 14 Oct, 2019 2 commits
  19. 11 Oct, 2019 1 commit
  20. 10 Oct, 2019 1 commit
  21. 08 Oct, 2019 2 commits
  22. 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