Skip to content
Snippets Groups Projects
  1. Feb 25, 2021
  2. Feb 18, 2021
  3. Jan 11, 2021
  4. Dec 09, 2020
  5. May 28, 2020
  6. 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>
      Unverified
      482fcfa9
  7. Apr 11, 2020
  8. Mar 24, 2020
  9. Mar 23, 2020
    • Jerry Jiarui XU's avatar
      add new config sample and check scripts (#2216) · eeff0bef
      Jerry Jiarui XU authored
      * add new config sample and check scripts
      
      * context managere to prevent import
      
      * refactor backbone, add caffe
      
      * add fast rcnn
      
      * all basci config done
      
      * rm coco_proposal
      
      * add scratch, wider_face, voc
      
      * add reppoints
      
      * delete device id, auto resume
      
      * add libra_rcnn, ms_rcnn, nas_fpn
      
      * add hrnet, fcos
      
      * add free_anchor, gn, grid_rcnn, guided_anchoring, gcnet, ghm, gn+ws
      
      * finished all, but some need refactor and unified logic
      
      * fixed albu
      
      * update ReseNet101
      
      * reduce ResNet101, add norm_cfg, 4conv1fc
      
      * refactor caffe backbone
      
      * merge act_cfg, dcn from master
      
      * rename 2fc head, add 4conv1fc head
      
      * delete 4con1fc model
      
      * rename components -> _base_
      
      * flatten _base_
      
      * refactor _base_ structure
      
      * refactor config structure
      
      * reduce _base/models
      
      * rename all config
      
      * add _coco inside configs
      
      * fixed _coco in files
      
      * fixed albu in test
      
      * migrate to new sys
      
      * fixed test
      
      * fixed test
      
      * rm cascade, fast_rcnn
      
      * rm cascade, fast_rcnn from _base_
      
      * fixed fcos_center
      
      * rename from rule
      
      * collopse third party model
      
      * fixed test
      
      * fixed some minor bug
      
      * rename gn-neck_head -> gn-neck+head
      Unverified
      eeff0bef
Loading