1. 23 Oct, 2019 2 commits
  2. 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
  3. 15 Oct, 2019 1 commit
  4. 14 Oct, 2019 2 commits
  5. 11 Oct, 2019 1 commit
  6. 10 Oct, 2019 1 commit
  7. 08 Oct, 2019 2 commits
  8. 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
  9. 05 Oct, 2019 1 commit
  10. 04 Oct, 2019 1 commit
  11. 03 Oct, 2019 2 commits
  12. 02 Oct, 2019 4 commits
  13. 25 Sep, 2019 2 commits
    • kkkio's avatar
      Fix #1223 (#1404) · 3dc9ddb7
      kkkio authored
      * Fix #1223
      
      #1223  is caused by extra > len(indice), so I add a loop to properly pad the indice list. I also changed the list concatenation from ```+=``` to ```.extend```.
      
      * Update sampler.py
      
      style
      3dc9ddb7
    • Raymond Tunstill (Kirk)'s avatar
      Fixed coco_eval bug where seg length check could be wrong (#1376) (#1384) · 78783368
      Raymond Tunstill (Kirk) authored
      * Fixed coco_eval bug where seg length check could be wrong (#1376)
      
      * Added check for segm counts field to check if the decode method is present
      
      * Changed classes length check to more general check
      
      * Fixed coco_utils.py to be more robust condition for mask lasbelling
      
      * Added seg length check to ensure two objects exist
      
      * Added type check over len check
      
      * Check for only tuple
      78783368
  14. 14 Sep, 2019 2 commits
    • Cao Yuhang's avatar
      Fix dpool (#1390) · c64beaf1
      Cao Yuhang authored
      * fix dpool
      
      * add _pair in dpool func
      c64beaf1
    • donglee's avatar
      Add tta to HTC and Cascade RCNN (#1251) · 69e93f6f
      donglee authored
      * add tta to HTC and Caccade RCNN
      
      * format file with yapf
      
      * fix import error with isort
      
      * Update htc.py
      
      * Update cascade_rcnn.py
      
      * fix bug
      
      * delete some redundant codes
      69e93f6f
  15. 11 Sep, 2019 2 commits
  16. 10 Sep, 2019 1 commit
  17. 09 Sep, 2019 1 commit
  18. 05 Sep, 2019 1 commit
  19. 31 Aug, 2019 2 commits
  20. 29 Aug, 2019 1 commit
  21. 27 Aug, 2019 1 commit
  22. 26 Aug, 2019 2 commits
  23. 25 Aug, 2019 6 commits