1. 23 Aug, 2019 1 commit
    • 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
  2. 22 Aug, 2019 5 commits
  3. 15 Aug, 2019 1 commit
  4. 14 Aug, 2019 1 commit
    • 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
  5. 12 Aug, 2019 1 commit
    • 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
  6. 11 Aug, 2019 2 commits
  7. 10 Aug, 2019 1 commit
  8. 09 Aug, 2019 3 commits
  9. 08 Aug, 2019 1 commit
  10. 07 Aug, 2019 6 commits
  11. 06 Aug, 2019 1 commit
  12. 04 Aug, 2019 1 commit
  13. 02 Aug, 2019 4 commits
  14. 01 Aug, 2019 1 commit
  15. 31 Jul, 2019 3 commits
  16. 29 Jul, 2019 3 commits
  17. 28 Jul, 2019 2 commits
  18. 27 Jul, 2019 2 commits
    • Claudio Michaelis's avatar
      Add cityscapes dataset (#1037) · 1c28e669
      Claudio Michaelis authored
      * added cityscapes
      
      * updated configs
      
      * removed wip configs
      
      * Add initial dataset instructions
      
      * Add cityscapes readme
      
      * Add explanation for lr scaling
      
      * Ensure pep8 conformity
      
      * Add CityscapesDataset to the registry
      
      * add benchmark
      
      * rename config, modify README.md
      
      * fix typo
      
      * fix typo in config
      
      * modify INSTALL.md
      
      Update information how to arrange cityscapes data.
      
      * Add cityscapes class names
      1c28e669
    • Kai Chen's avatar
  19. 26 Jul, 2019 1 commit
    • simon wu's avatar
      Warning when skip image (#1010) · f730b408
      simon wu authored
      * Require an operation(Save or Show the results) when testing
      
      * using parentheses
      
      * Warning when skip image
      
      * added parameter skip_img_without_anno for dataset
      
      * print filename when warning
      f730b408