Skip to content
Snippets Groups Projects
  1. Oct 25, 2019
    • 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
  2. Oct 23, 2019
  3. Oct 17, 2019
    • 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
  4. Oct 14, 2019
  5. Oct 11, 2019
  6. Oct 10, 2019
  7. Oct 08, 2019
  8. Oct 07, 2019
    • 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. Oct 05, 2019
  10. Oct 03, 2019
  11. Oct 02, 2019
    • 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
  12. Sep 25, 2019
    • 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
  13. Sep 14, 2019
  14. Sep 11, 2019
  15. Sep 10, 2019
  16. Sep 09, 2019
  17. Sep 05, 2019
  18. Aug 29, 2019
  19. Aug 26, 2019
  20. Aug 25, 2019
  21. Aug 24, 2019
  22. Aug 23, 2019
    • Kai Chen's avatar
      Make data pre-processing pipeline customizable (#935) · 0d5233a3
      Kai Chen authored
      * define data pipelines
      
      * update two config files
      
      * minor fix for config files
      
      * allow img_scale to be optional and update config
      
      * add some docstrings
      
      * add extra aug to transform
      
      * bug fix for mask resizing
      
      * fix cropping
      
      * add faster rcnn example
      
      * fix imports
      
      * fix robustness testing
      
      * add img_norm_cfg to img_meta
      
      * fix the inference api with the new data pipeline
      
      * fix proposal loading
      
      * delete args of DefaultFormatBundle
      
      * add more configs
      
      * update configs
      
      * bug fix
      
      * add a brief doc
      
      * update gt_labels in RandomCrop
      
      * fix key error for new apis
      
      * bug fix for masks of crowd bboxes
      
      * add argument data_root
      
      * minor fix
      
      * update new hrnet configs
      
      * update docs
      
      * rename MultiscaleFlipAug to MultiScaleFlipAug
      
      * add __repr__ for all transforms
      
      * move DATA_PIPELINE.md to docs/
      
      * fix image url
      0d5233a3
  23. Aug 22, 2019
  24. Aug 14, 2019
    • Tianheng Cheng's avatar
      update results of HRNet (#1182) · 705805f5
      Tianheng Cheng authored
      * update model zoo
      
      * update model zoo
      
      * update model links
      
      * update HRNet README
      
      * update HRNet README
      
      * remove .DS_Store
      
      * update HRNet results
      
      * update HRNet results and remove .DS_Store
      
      * update FCOS results
      
      * update HRFPN to support FCOS
      
      * remove blank line
      
      * remove blank line
      
      * update Modelzoo
      
      * update models
      
      * update model url
      
      * fix typo
      
      * fix typo
      
      * change name of backbones
      
      * add 20e to cascade w18
      
      * update url
      705805f5
  25. Aug 12, 2019
    • Kai Chen's avatar
      Add flops counter (#1127) · cda5fde6
      Kai Chen authored
      * add flops counter
      
      * minor fix
      
      * add forward_dummy() for most detectors
      
      * add documentation for some tools
      cda5fde6
  26. Aug 11, 2019
Loading