Skip to content
Snippets Groups Projects
  1. Mar 01, 2020
    • Jerry Jiarui XU's avatar
      reimplement cityscapes (#2089) · e27046d8
      Jerry Jiarui XU authored
      * reimplement cityscapes
      
      * fixed gt bbox mode
      
      * convert cityscapes to coco style, add cityscapes eval
      
      * add cityscapes convert script
      
      * add doc
      
      * Update INSTALL.md
      
      * Update INSTALL.md
      
      * update fater rcnn
      
      * fix cityscapes eval
      
      * support format only in cityscapes
      
      * add docs
      
      * remove redundancy
      
      * resolve eval
      
      * update cityscapes md
      
      * more doc and rename
      
      * update doc and cfg
      
      * change to test set
      Unverified
      e27046d8
  2. Feb 11, 2020
  3. 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
      Unverified
      0d5233a3
  4. Jul 27, 2019
    • 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
  5. May 21, 2019
    • Jiangmiao Pang's avatar
      Add loss evaluator (#678) · 57d34592
      Jiangmiao Pang authored
      * Fix license in setup.py
      
      * Add code for loss evaluator
      
      * Configs support loss evaluator
      
      * Fix a little bug
      
      * Fix flake8
      
      * return revised bbox to reg
      
      * return revised bbox to reg
      
      * revision according to comments
      
      * fix flake8
      57d34592
  6. May 09, 2019
  7. Dec 12, 2018
  8. Dec 06, 2018
  9. Nov 27, 2018
  10. Oct 20, 2018
  11. Oct 17, 2018
  12. Oct 15, 2018
  13. Oct 11, 2018
  14. Oct 10, 2018
  15. Oct 08, 2018
  16. Oct 07, 2018
  17. Oct 05, 2018
  18. Oct 03, 2018
  19. Sep 30, 2018
  20. Sep 26, 2018
  21. Sep 25, 2018
  22. Sep 24, 2018
  23. Sep 23, 2018
  24. Sep 12, 2018
Loading