Skip to content
Snippets Groups Projects
  1. Dec 22, 2020
    • Qiaofei Li's avatar
      Handle scipy import in DETR (#4339) · f5277b50
      Qiaofei Li authored
      * fix #4181, invalid link in readme for maskrcnn cityscapes
      
      * undo
      
      * get the last epoch from config
      
      * read eval metrics from the config key
      
      * read the latest log from multiple logs
      
      * use lower case of RESULTS_LUT
      
      * handle evaluation key with VOC dataset case
      
      * toy
      
      * move the position of scipy import
      
      * move the position of scipy import
      
      * fix invalid link of config in faster_rcnn
      Unverified
      f5277b50
    • Haian Huang(深度眸)'s avatar
      Update pre-train model URL(faster rcnn and mask rcnn) (#4307) · 58d7bc85
      Haian Huang(深度眸) authored
      * FPN deprecated warning
      
      * FPN deprecated warning
      
      * Update pretrain model url
      
      * Fix pretrain model base url
      
      * Add specific class pre-trained models
      
      * Fix isort error
      
      * Update doc description
      
      * Update model url
      
      * Rename config
      
      * Rename config
      Unverified
      58d7bc85
  2. Dec 09, 2020
  3. Nov 27, 2020
  4. Nov 05, 2020
    • GT9505's avatar
      add Faster rcnn c5 (#4043) · d3cf38d9
      GT9505 authored
      * add faster rcnn C5
      
      * add trained faster rcnn C5 model url
      
      * fix typos
      
      * update based on 1-st comments
      
      * update unittest for ChannelMapper
      
      * small changes of ChannelMapper's docstring
      
      * small changes of ChannelMapper's docstring
      Unverified
      d3cf38d9
  5. Sep 03, 2020
  6. Jun 03, 2020
  7. Jun 02, 2020
  8. May 23, 2020
  9. 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
      Unverified
      9be3eb0d
  10. May 10, 2020
  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>
      Unverified
      482fcfa9
Loading