Skip to content
Snippets Groups Projects
  1. Jan 11, 2021
  2. Jan 10, 2021
  3. Jan 09, 2021
  4. Jan 06, 2021
  5. Jan 04, 2021
  6. Jan 03, 2021
  7. Jan 02, 2021
  8. Dec 29, 2020
  9. Dec 28, 2020
  10. Dec 24, 2020
  11. Dec 23, 2020
  12. 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
      f5277b50
    • congee's avatar
      modify the counting way of ckpts (#4317) · 95a1dbdf
      congee authored
      * modify the count way of ckpts
      
      * remove config statistics
      95a1dbdf
    • Wang Xinjiang's avatar
      Add config options docstring (#4326) · 2b846627
      Wang Xinjiang authored
      * Add docstring for train.py/test.py/eval_metric.py
      
      * Add docstring in the document
      
      * Update docstring in the document
      
      * Update docstring
      2b846627
    • Qiaofei Li's avatar
      Get the last epoch info from reading config in gather_model (#4338) · 199594a6
      Qiaofei Li authored
      * 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
      199594a6
    • 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
      58d7bc85
  13. Dec 21, 2020
  14. Dec 15, 2020
    • Qiaofei Li's avatar
      Fix img_norm in hrnet when using fcos detector (#4250) · 231387cd
      Qiaofei Li authored
      * fix #4232, fix img_norm in hrnet when using fcos detector
      
      * fix inherit in fcos_hrnetv2p_w32_gn-head_4x4_1x_coco.py
      
      * re-benchmark all hrnet-based fcos models using fixes img_norm, and achieving higher performance
      231387cd
    • RunningLeon's avatar
      [doc]: add doc for pytorch2onnx (#4271) · c551b598
      RunningLeon authored
      * [doc]: add doc for pytorch2onnx
      
      * [doc]: remove blank lines
      
      * resolve format of doc
      
      * refact doc for pytorch2onnx
      
      * add space
      
      * add to index.rst
      c551b598
    • Haian Huang(深度眸)'s avatar
      Add documentation for batch inference (#4296) · 2630f95a
      Haian Huang(深度眸) authored
      * FPN deprecated warning
      
      * FPN deprecated warning
      
      * Add the documentation of batch inference and test
      
      * Add the documentation of options cfg and eval cfg
      
      * Modify the document description
      
      * Add doc description spacer
      
      * Update doc description
      2630f95a
    • Qiaofei Li's avatar
      Avoid zero or too small value for beta in dynamic rcnn (#4303) · d2fe9b40
      Qiaofei Li authored
      * fix #4181, invalid link in readme for maskrcnn cityscapes
      
      * undo
      
      * fix #3950, avoid zero or too small value for new_beta
      
      * make eps as global var
      d2fe9b40
    • Chrisfsj2051's avatar
      Support TridentNet (#3313) · 4e921b2f
      Chrisfsj2051 authored
      
      * go
      
      * go
      
      * go
      
      * go
      
      * remove unused
      
      * Update trident_faster_rcnn.py
      
      * fix nms for latest mmcv
      
      * Delete tridentnet_r101_caffe_1x_coco.py
      
      * fix ci
      
      * Update tridentnet_r50_caffe_1x_coco.py
      
      * add unit test
      
      * Update test_backbones.py
      
      * Update trident_roi_head.py
      
      * add mstrain config
      
      * update
      
      * Update trident_roi_head.py
      
      * Update trident_roi_head.py
      
      * update accoding to comment
      
      * Update trident_resnet.py
      
      * update
      
      * Update README.md
      
      * Update README.md
      
      * update
      
      * Update trident_resnet.py
      
      * Update tridentnet_r50_caffe_mstrain_1x_coco.py
      
      * Update mmdet/models/backbones/trident_resnet.py
      
      * Update resnet.py
      
      * reformat to pass CI
      
      Co-authored-by: default avatarJerry Jiarui XU <xvjiarui0826@gmail.com>
      4e921b2f
    • Jerry Jiarui XU's avatar
      c8a620db
  15. Dec 11, 2020
  16. Dec 10, 2020
Loading