1. 29 Aug, 2019 1 commit
  2. 24 Aug, 2019 1 commit
  3. 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
  4. 07 Aug, 2019 1 commit
  5. 06 Aug, 2019 1 commit
  6. 02 Aug, 2019 2 commits
  7. 31 Jul, 2019 2 commits
  8. 29 Jul, 2019 1 commit
  9. 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
  10. 26 Jul, 2019 2 commits
  11. 13 Jul, 2019 1 commit
    • simon wu's avatar
      Fixing build-errors on Windows (#969) · 59fbb5c1
      simon wu authored
      * Fixing build-errors on Windows (add some compile args, which are default on Linux)
      
      * Fixing build-errors on Windows
      
      * minor formatting
      
      * Fixing errors on windows
      
      1.Adding 'cxx' key for extra_compile_args
      2.Adding type-cast to long for first parameter of THCCeilDiv facebookresearch/maskrcnn-benchmark#409
      3.Ignoring resource setting on windows
      
      * update the order of import statements
      59fbb5c1
  12. 08 Jul, 2019 1 commit
  13. 04 Jul, 2019 1 commit
  14. 27 Jun, 2019 1 commit
    • Qiang Zhang's avatar
      Only import torch.distributed when needed (#882) · 8bf38df0
      Qiang Zhang authored
      * Fix an import error for `get_world_size` and `get_rank`
      
      * Only import torch.distributed when needed
      
      torch.distributed is only used in DistributedGroupSampler
      
      * use `get_dist_info` to obtain world size and rank
      
      `get_dist_info` from `mmcv.runner.utils` handles the problem of `distributed_c10d` doesn't exist.
      8bf38df0
  15. 19 Jun, 2019 1 commit
  16. 20 May, 2019 1 commit
  17. 11 May, 2019 1 commit
  18. 20 Apr, 2019 1 commit
  19. 11 Mar, 2019 2 commits
  20. 31 Jan, 2019 1 commit
  21. 30 Jan, 2019 1 commit
  22. 21 Dec, 2018 1 commit
  23. 11 Dec, 2018 4 commits
  24. 10 Dec, 2018 1 commit
  25. 07 Dec, 2018 1 commit
    • yhcao6's avatar
      fix · 279d5370
      yhcao6 authored
      279d5370
  26. 06 Dec, 2018 5 commits
  27. 30 Nov, 2018 1 commit
  28. 28 Nov, 2018 1 commit