Skip to content
Snippets Groups Projects
  1. Jan 11, 2021
  2. Dec 09, 2020
  3. Nov 27, 2020
  4. Sep 16, 2020
  5. Sep 03, 2020
  6. Jul 14, 2020
  7. Jul 01, 2020
  8. Jun 03, 2020
  9. May 23, 2020
  10. May 21, 2020
    • Cao Yuhang's avatar
      Update inf speed (#2730) · 9be3eb0d
      Cao Yuhang authored
      * update inf speed
      
      * update some models
      
      * update benchmark config and model
      
      * add no aug config
      
      * merge log model table with performance table
      
      * add detectron2 url
      9be3eb0d
  11. May 02, 2020
    • Cao Yuhang's avatar
      Add configs and benchmarks. (#2446) · 482fcfa9
      Cao Yuhang authored
      
      * add configs for all models
      
      * fix some configs
      
      * Add benchmark models
      
      * update some benchmarks
      
      * Fix retina config
      
      * add more benchmarks
      
      * update MODEL_ZOO.md
      
      * fix cascade mask num_class bug
      
      * change caffe pretrained url
      
      * fix paramwise_cfg bug
      
      * fix paramwise cfg
      
      * restrict minimum h and w in crop_and_resize
      
      * add grad clip for fcos
      
      * add grad clip for ga retinanet
      
      * fix grad clip
      
      * fix img norm
      
      * fix rpn loss bbox
      
      * fix rpn proposal num
      
      * fix url
      
      * clean
      
      * update comparison
      
      * minor update
      
      * add grad clip for guided anchoring
      
      * fix some typos
      
      * add inference time details
      
      * clean
      
      Co-authored-by: default avatarZwwWayne <wayne.zw@outlook.com>
      482fcfa9
  12. Mar 01, 2020
  13. Jun 03, 2019
    • Jerry XU's avatar
      Code of "GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond" (#598) · 58c415a0
      Jerry XU authored
      * add pytorch 1.1.0 SyncBN support
      
      * change BatchNorm2d to _BatchNorm and call freeze after train
      
      * add freeze back to init function
      
      * fixed indentation typo in adding freeze
      
      * convert SyncBN to BN when eval is called
      
      * add gcb and configs
      
      * fixed line too long
      
      * fixed space and newline
      
      * ignore too long line in config files
      
      * two space before inline comment
      
      * refactor var name
      
      * fixed line too long
      
      * changed SyncBN to backbone only and add non-Sync BN configs
      
      * reformat config to adapt master branch
      
      * reformat change method->type
      
      * remoe some configs
      
      * clean up readme.md
      
      * add benchmark
      
      * fix typo in README
      
      * change sbn to syncbn
      
      * change work dir
      
      * refactor gcb
      
      * fixed line too long
      
      * Code formatting
      58c415a0
Loading