Skip to content
Snippets Groups Projects
  1. Feb 11, 2020
  2. Jan 13, 2020
  3. Oct 24, 2019
  4. 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
  5. Aug 02, 2019
  6. Jun 11, 2019
  7. Jun 04, 2019
  8. May 25, 2019
    • Jiangmiao Pang's avatar
      Code for CVPR 2019 Paper "Libra R-CNN: Towards Balanced Learning for Object Detection" (#687) · b581e19f
      Jiangmiao Pang authored
      * Code for components of Libra R-CNN
      
      * Configs and README for Libra R-CNN
      
      * update bfp
      
      * Update Model ZOO
      
      * add comments in non-local
      
      * fix shape
      
      * update bfp
      
      * update according to ck's comments
      
      * update des
      
      * update des
      
      * fix loss
      
      * fix according to ck's comments
      
      * fix activation in non-local
      
      * fix conv_mask in non-local
      
      * fix conv_mask in non-local
      
      * Remove outdated model urls
      
      * refactoring for bfp
      
      * change in_channels from list[int] to int
      
      * refactoring for nonlocal
      
      * udpate weight init of nonlocal
      
      * minor fix
      
      * update new model urls
      b581e19f
Loading