1. 26 1月, 2022 1 次提交
    • B
      add implementation of RetinaNet (#5140) · ae621055
      Blake 提交于
      * add implementation of RetinaNet
      
      * * add README.md and model zoo
      * rename FOCSFeat -> RetianFeat
      * add mstrain model to model zoo
      * refactor DeltaBBoxCoder
      
      * update link for model and log
      ae621055
  2. 22 3月, 2021 1 次提交
  3. 26 12月, 2019 1 次提交
    • littletomatodonkey's avatar
      Add iou loss (#126) · b8fc8e6c
      littletomatodonkey 提交于
      * Add GIOU loss.
      * Add DIOU/CIOU loss.
      * Change loss box type in bbox_head.py.
      * Remove fuse_elewise_add_act_ops flag in train.py (Error may happen for elem_divbased on the flag).
      b8fc8e6c
  4. 19 12月, 2019 1 次提交
    • Q
      Polish reader to simplify preprocessing logic. (#112) · 8192c758
      qingqing01 提交于
      * Polish Reader to simplify preprocessing logic.
      #  sample_transforms-> make batch -> batch_transforms in Reader.
      * Clean some code
      * Imporve yolov3_r50vd_dcn_obj365_pretrained_coco 41.4 to 41.8.
      * Update all configs.
      8192c758
  5. 28 6月, 2019 1 次提交