Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create the block of eca in Dev 1.x #737

Open
wants to merge 99 commits into
base: main
Choose a base branch
from
Open

create the block of eca in Dev 1.x #737

wants to merge 99 commits into from

Commits on Aug 2, 2022

  1. [Refactor] add circle ci (#438)

    * init
    
    * delete github action
    
    * test
    
    * Update version.py
    
    * Update version.py
    zytx121 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    91159a8 View commit details
    Browse the repository at this point in the history
  2. [Refactor] clean UT (#441)

    * delete UT
    
    * revert
    
    * update
    
    * Update test.yml
    zytx121 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    2138584 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. [Refactor] refactor DOTA Dataset&Metric (#446)

    * update
    
    * fix lint
    
    * update ut
    
    * fix
    
    * Update dota.py
    
    * Update dota.py
    
    * Update anchor_generator.py
    
    * Update dota.py
    
    * Update registry.py
    
    * update metric
    
    * add format ut
    
    * add merge_patches in DOTAMetric
    
    * Update dota_metric.py
    
    * Update mmrotate/datasets/dota.py
    
    Co-authored-by: RangiLyu <[email protected]>
    
    * Update mmrotate/evaluation/metrics/dota_metric.py
    
    Co-authored-by: RangiLyu <[email protected]>
    
    * Update dota_metric.py
    
    Co-authored-by: RangiLyu <[email protected]>
    zytx121 and RangiLyu committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0cb51bd View commit details
    Browse the repository at this point in the history
  2. [Refactor] default runtime config (#447)

    * init
    
    * Update default_runtime.py
    zytx121 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    45224a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. [Feature] Add RotatedBoxes and QuadriBoxes data structure in mmrotate. (

    #450)
    
    * Initialize RotatedBoxes and QuadriBoxes
    
    * Move all box modes into Structures, Add docstring
    
    * Update docstring
    
    * Upload UT
    
    * Fix comments
    
    * Update inplace operations
    
    * Update
    
    * Update
    
    * Update
    
    * Update
    
    * Updata rotate and project UT
    
    * Update
    
    * Update
    
    * Update
    
    * Update
    
    * update
    
    * Update from_instance_masks
    jbwang1997 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    9e6cc9b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. [Refactor] refactor HRSCDataset (#457)

    * add
    
    * add
    
    * Update dota_metric.py
    
    * update
    
    * fix lint
    
    * remove hrsc metric
    
    * fix typo
    
    * Update dota_metric.py
    
    * Update mmrotate/datasets/hrsc.py
    
    Co-authored-by: RangiLyu <[email protected]>
    
    * Update mmrotate/datasets/hrsc.py
    
    Co-authored-by: RangiLyu <[email protected]>
    
    * Update hrsc.py
    
    * Update hrsc.py
    
    Co-authored-by: RangiLyu <[email protected]>
    zytx121 and RangiLyu committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    fa82c72 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. [Refactor] refactor RetinaNet based on boxlist (#472)

    * init
    
    * fix lint
    zytx121 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ab17a2c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. [Refactor] refactor faster rcnn (#508)

    * init
    
    * fix lint
    
    * update
    
    * add  UT
    
    * fix lint
    
    * update coder
    
    * Update mmrotate/core/bbox/iou_calculators/rotate_iou2d_calculator.py
    
    Co-authored-by: RangiLyu <[email protected]>
    
    * fix docstring
    
    Co-authored-by: RangiLyu <[email protected]>
    zytx121 and RangiLyu committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    d5c0509 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. [Refactor] refactor gwd&kld (#509)

    * init
    
    * fix lint
    
    * update
    
    * update coder
    
    * init
    
    * fix lint
    
    * fix bug in DOTA metric
    
    * Update delta_xywht_hbbox_coder.py
    
    * support tensor input when coder.decode.
    
    In two stage detectors and refine single stage detectors, the bboxes can be Tensor.
    
    * Update rotated_retinanet_obb_r50_fpn_1x_dota_le90.py
    
    * support use_box_type in coder
    
    * fix bug
    
    * fix
    zytx121 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    62063fd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. [Refactor] R3Det and S2A-Net (#514)

    * init
    
    * fix lint
    
    * update
    
    * update coder
    
    * init
    
    * update
    
    * update ut
    
    * fix lint
    
    * Update delta_xywht_hbbox_coder.py
    
    * Update delta_xywht_hbbox_coder.py
    
    * update ut
    
    * fix docstring
    
    * fix
    
    * update
    
    * fix
    
    * add UT
    
    * Create cascade_s2anet_r50_fpn_1x_dota_le135.py
    
    * Update refine_single_stage.py
    
    * Update refine_single_stage.py
    
    * fix bug when run demo image
    
    * Update refine_single_stage.py
    
    * fix bug
    
    * Update refine_single_stage.py
    
    * fix docstring
    zytx121 committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    7b05293 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Refactor oriented rcnn (#515)

    * update
    
    * Update test_two_stage.py
    
    * Update s2anet_r50_fpn_fp16_1x_dota_le135.py
    
    * add UT
    
    * Update test_delta_midpointoffset_rbbox_coder.py
    
    * update
    
    * Update oriented_rcnn_r50_fpn_fp16_1x_dota_le90.py
    zytx121 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e9471a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Refactor roi trans & redet (#516)

    * Refactor oriented rcnn (#515)
    
    * update
    
    * Update test_two_stage.py
    
    * Update s2anet_r50_fpn_fp16_1x_dota_le135.py
    
    * add UT
    
    * Update test_delta_midpointoffset_rbbox_coder.py
    
    * update
    
    * Update oriented_rcnn_r50_fpn_fp16_1x_dota_le90.py
    
    * update
    
    * update
    
    * fix lint
    
    * Update re_resnet.py
    
    * Update re_resnet.py
    zytx121 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    ddee43e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. [Refactor] refactor Rotated RepPoints (#523)

    * init
    
    * add UT
    
    * fix lint
    
    * Update rotated_reppoints_head.py
    
    * Update rotated_reppoints_r50_fpn_1x_dota_qbox.py
    
    * fix
    zytx121 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    77917fa View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. [Refactor] CFA & SASM (#524)

    * init
    
    * fix bug
    
    * add UT
    
    * fix lint
    
    * fix docstring
    
    * update
    
    * fix
    zytx121 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    39da1b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. [Refactor] oriented reppoints (#530)

    * add UT
    
    * fix lint
    
    * init
    
    * fix
    
    * Update oriented_reppoints_head.py
    
    * update
    
    * Update test_oriented_reppoints.py
    
    * fix error when train
    
    * fix UT
    
    * update docstring
    
    * Update mmrotate/models/dense_heads/oriented_reppoints_head.py
    
    Co-authored-by: RangiLyu <[email protected]>
    
    * Update mmrotate/models/dense_heads/oriented_reppoints_head.py
    
    Co-authored-by: RangiLyu <[email protected]>
    
    * Update mmrotate/models/dense_heads/oriented_reppoints_head.py
    
    Co-authored-by: RangiLyu <[email protected]>
    
    * Update oriented_reppoints_head.py
    
    * upgrade pre-commit-hook
    
    Co-authored-by: RangiLyu <[email protected]>
    zytx121 and RangiLyu committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    d311e33 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. [Refactor] CSL (#535)

    * add UT
    
    * fix lint
    
    * update
    
    * Update test_oriented_reppoints.py
    
    * fix UT
    
    * init
    
    * Update angle_branch_retina_head.py
    
    * add ut
    
    * Update test_angle_coder.py
    
    * add UT
    
    * Update test_angle_branch_retina_head.py
    
    * fix
    
    * fix
    zytx121 committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    fa87c7c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Fix: collections import error for python3.10 (#533)

    ABCs were moved from collections to collections.abc in 3.3.
    Since 3.10, ABCs cannot be imported directly from collections.
    k-papadakis committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c0b21cd View commit details
    Browse the repository at this point in the history
  2. confusion_matrix.py bugfixes (#531)

    1. Removed invalid `score_threshold` arg  in `nms_rotated` call
    2. Passed `--color-theme` to `plot_confusion_matrix`
    k-papadakis committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    2b38917 View commit details
    Browse the repository at this point in the history
  3. [Refactor] Rotated FCOS (#543)

    * fcos for 1.x
    
    * update config
    
    * add test
    
    * fix config
    
    * fix
    
    * fix
    
    * fix
    
    * remove useless class
    liuyanyi committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    cce5b4b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. [Refactor] kfiou (#536)

    * add UT
    
    * fix lint
    
    * update
    
    * Update test_oriented_reppoints.py
    
    * fix UT
    
    * init
    
    * fix
    
    * add UT
    
    * fix lint
    
    * update
    
    * fix
    zytx121 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    a40e6bd View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. fix channel (#545)

    liuyanyi committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    975d7c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. [Refactor] Gliding vertex (qbox version) (#520)

    * Update s2anet_r50_fpn_fp16_1x_dota_le135.py
    
    * add UT
    
    * Update test_delta_midpointoffset_rbbox_coder.py
    
    * update
    
    * fix lint
    
    * update
    
    * update
    
    * add rbox version
    
    * fix
    
    * add UT
    
    * fix lint
    zytx121 committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    f551291 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Update __init__.py (#550)

    zytx121 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    ed210be View commit details
    Browse the repository at this point in the history
  2. [Refactor] refactor Rotated ATSS (#551)

    * old version
    
    * delete fake atss
    
    * add ut
    
    * Update UT
    
    * update docstring
    zytx121 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    b916ad4 View commit details
    Browse the repository at this point in the history
  3. Refactor docs (#552)

    * delete 0.x docs
    
    * init new en/docs
    
    * fix lint
    
    * fix docs error
    
    * Update changelog_v0.x.md
    
    * update get_started.py
    
    * Update get_started.md
    
    * Update docs/en/conf.py
    
    Co-authored-by: RangiLyu <[email protected]>
    
    * update en
    
    * update zh_CN
    
    * Update conf.py
    
    * fix
    
    Co-authored-by: RangiLyu <[email protected]>
    zytx121 and RangiLyu committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    9543a4e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Refactor structure of mmrotate (#558)

    * update
    
    * fix lint
    
    * update
    
    * update
    
    * fix ut
    
    * Update test_angle_coder.py
    
    * fix
    
    * Update __init__.py
    
    * fix
    
    * fix ut bugs
    zytx121 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    288481f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. [Refactor] rename configs (#560)

    * update
    
    * update
    
    * fix lint
    
    * update
    
    * update
    
    * Update gliding-vertex-rbox_r50_fpn_1x_dota.py
    
    * update ms configs
    
    * update hrsc configs
    
    * fix lint
    
    * Update configs/redet/README.md
    
    Co-authored-by: RangiLyu <[email protected]>
    
    Co-authored-by: RangiLyu <[email protected]>
    zytx121 and RangiLyu committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    c8744e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. [Feature] Add RotatedCocoMetric (#557)

    * Add Rotated COCO Metric
    
    * Fix
    
    Co-authored-by: Yue Zhou <[email protected]>
    liuyanyi and zytx121 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    bf56334 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Update issue templates (#569)

    * update issue template
    
    * Update .github/ISSUE_TEMPLATE/1-bug-report.yml
    
    Co-authored-by: RangiLyu <[email protected]>
    
    Co-authored-by: RangiLyu <[email protected]>
    zytx121 and RangiLyu committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3974ea5 View commit details
    Browse the repository at this point in the history
  2. Refactor READEME (#566)

    * update
    
    * update citation
    
    * update
    
    * update
    
    * update
    
    * update
    zytx121 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    d410c0d View commit details
    Browse the repository at this point in the history
  3. [FIX] Import RotatedBoxes from structures not core (#572)

    [FIX] Import RotatedBoxes from structures not core
    DonggeunYu committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    1eec447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c7ab15 View commit details
    Browse the repository at this point in the history
  5. Fix kfiou loss nan bug. (#555)

    * fix bug
    
    * Update kf_iou_loss.py
    zytx121 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    219a659 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. [Refactor] Refactor image_demo and huge_image_demo (#561)

    * init
    
    * Fix comments
    
    * Fix comments
    
    * Update
    
    * mv patch into mmrotate.utils
    
    * Update
    
    * Update
    jbwang1997 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a30dd63 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Refactor visualizer (#581)

    * update
    
    * fix lint
    
    * update
    zytx121 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    d62c868 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Support Coco style annotations (#582)

    * update
    
    * Update transforms.py
    
    * update
    
    * Update dota_coco.py
    
    * update
    
    * Update README.md
    
    * update
    
    * Update dota_coco.py
    
    * Update dota_coco.py
    zytx121 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    6a3bef4 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Refactor tools (#590)

    * update tools
    
    * fix lint
    
    * Update confusion_matrix.py
    
    * update
    zytx121 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    fcbc3e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Refactor sar dataset (#591)

    * init
    
    * update
    
    * fix lint
    
    * Update hrsid
    
    * update link
    
    * update
    zytx121 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    32cc5ae View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Update CI for 1.x & Improve the codecov to 80% (#596)

    * update CI
    
    * skip some ci when no cuda
    
    * fix ci
    
    * fix CircleCI
    
    * fix ci error
    
    * fix CircleCI
    
    * fix
    
    * Update angle_coder.py
    
    * fix ci in windows
    
    * fix windows ci
    
    * update
    
    * update
    
    * Update angle_coder.py
    
    * update
    
    * update codecov
    
    * Update config.yml
    
    * update
    
    * Update test.yml
    
    * Update test.yml
    
    * update
    
    * Update test.yml
    
    * Update test.yml
    
    * Update test.yml
    
    * Update test.yml
    
    * delete useless things
    
    * improve codecov from 72% -> 78%
    
    * update
    
    * Add UT
    
    * fix lint
    
    * update
    
    * Update transforms.py
    zytx121 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8b407bd View commit details
    Browse the repository at this point in the history
  2. Changelog v1.0.0rc0 (#599)

    * skip some ci when no cuda
    
    * fix ci in windows
    
    * fix windows ci
    
    * update
    
    * update codecov
    
    * Update config.yml
    
    * update
    
    * Update test.yml
    
    * Update test.yml
    
    * update
    
    * Update test.yml
    
    * Update test.yml
    
    * Update test.yml
    
    * Update test.yml
    
    * improve codecov from 72% -> 78%
    
    * update
    
    * fix lint
    
    * Docs. (To be updated)
    
    * update
    
    * Update
    
    * update
    
    * Update README.md
    
    Co-authored-by: RangiLyu <[email protected]>
    
    * Update README.md
    
    Co-authored-by: RangiLyu <[email protected]>
    
    * fix
    
    Co-authored-by: RangiLyu <[email protected]>
    zytx121 and RangiLyu committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    038ca5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3466768 View commit details
    Browse the repository at this point in the history
  4. Update readme of 1.0.0rc0 (#603)

    * update
    
    * Update README_zh-CN.md
    zytx121 authored and RangiLyu committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    766185e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Fix image_demo bug. (#613)

    * update
    
    * Update local_visualizer.py
    zytx121 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e458ee8 View commit details
    Browse the repository at this point in the history
  2. use mmengine in torchserve deployment (#616)

    * use mmengine
    
    * add precommit fix
    austinmw committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e64ab24 View commit details
    Browse the repository at this point in the history
  3. Fix rbbox_overlaps error (#620)

    * Update bbox_overlaps.py
    
    * add UT
    
    * Update bbox_overlaps.py
    zytx121 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    cc7e532 View commit details
    Browse the repository at this point in the history
  4. fix windows ci (#621)

    * fix windows ci
    
    * fix windows ci
    RangiLyu committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1bb4e45 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. [Community] Add 'Projects/' folder, and the first example project (#627)

    * init
    
    * Update r3det-oc_dummy-resnet_fpn_1x_dota.py
    
    * Update README.md
    zytx121 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    96397d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Update test.py (#636)

    zytx121 committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    684d36c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ff22e1 View commit details
    Browse the repository at this point in the history
  3. add mmrotate 1.x dockerfile (#631)

    * add mmrotate 1.x dockerfile
    
    * Update docker/Dockerfile
    
    Co-authored-by: Range King <[email protected]>
    
    * Update docker/Dockerfile
    
    Co-authored-by: Range King <[email protected]>
    
    * Update docker/Dockerfile
    
    use 1.x main branch instead of dev branch
    
    Co-authored-by: Hakjin Lee <[email protected]>
    
    Co-authored-by: Range King <[email protected]>
    Co-authored-by: Hakjin Lee <[email protected]>
    3 people committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    f629785 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. [Algorithm] Support PSC (#617)

    * [Algorithm] Support PSC
    
    Support PSC, phase-shifting coder and dual-frequency phase-shifting coder.
    
    * Change encoded_size to encode_size
    
    * Add configs based on rotated-fcos
    
    * Apply suggestions from code review
    
    Co-authored-by: Yue Zhou <[email protected]>
    
    * Add HRSC config for rotated_fcos
    
    * Update README, Fix bug in AngleBranchRetinaHead
    
    * Fix README lint error
    
    * Update README
    
    * Update download link
    
    * Add metafile
    
    * Update model-index.yml
    
    * Update metafile.yml
    
    Co-authored-by: Yue Zhou <[email protected]>
    yuyi1005 and zytx121 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    29636ee View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Update model-index.yml (#637)

    zytx121 committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    e4ae563 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    b41a291 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. [Feature] Support DIOR Dataset (#639)

    * [Feature] Support DIOR Dataset
    
    * [Feature] Support DIOR Dataset
    
    * [Feature] Support DIOR Dataset
    
    * [Feature] Support DIOR Dataset
    
    * [Feature] Support DIOR Dataset
    
    * [Feature] Support DIOR Dataset
    
    * [Feature] Support DIOR Dataset
    
    * [Feature] Support DIOR Dataset
    
    * Update test_dior.py
    
    * Update dior.py
    
    * Update README.md
    
    * Update metafile.yml
    yxzhao2022 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e8c6eb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. [Algorithm] Support H2RBox (#644)

    * [Algorithm] Support H2RBox
    
    * upload config and readme
    
    * Update dota.py
    
    * update unit loss test
    
    * fix ci
    
    * delete useless codes
    
    * update other implementation
    
    * Create test_h2rbox_head.py
    
    * Upload 3x config
    
    * Update 3x performance
    
    * support dotav1.5 and dotav2
    
    * Update h2rbox performance on dotav15
    
    * Update dotav2
    
    * Update dotav2.py
    
    * Update ms performance on dota
    
    * Update dotav2.py
    
    * Create h2rbox-le90_r50_fpn_adamw-1x_dotav2.py
    
    * Update performance on dotav2
    
    * Create h2rbox-le90_r50_fpn_adamw-3x_dotav15.py
    
    * Update 3x performance on dotav15
    
    * Create h2rbox-le90_r50_fpn_adamw-3x_dotav2.py
    
    * update 3x performance on dotav2
    
    * Add H2Rbox in README
    
    * Add h2rbox in model zoo
    
    * Update test_dota.py
    
    * Create metafile.yml
    
    * Update weights and logs
    
    * Fix
    
    * Update __init__.py
    
    * Create h2rbox-le90_r50_fpn_adamw-1x_dior.py
    
    * Update performance on dior
    
    * Fix wrong param name
    
    Co-authored-by: Yue Zhou <[email protected]>
    yangxue0827 and zytx121 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    22320aa View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. [Fix][dev-1.x] sklearn depreated, install scikit-learn (#659)

    * [Fix] sklearn depreated, install scikit-learn
    
    * lint
    
    * fix sklearn
    nijkah committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    529fb00 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. CodeCamp #38 RTMDet-R (#662)

    * Add DistributionAngleCoder
    
    * fix keepdim
    
    * rtm init
    
    * fix distribution angle coder
    
    * clean
    
    * clean
    
    * add probiou
    
    * add hrsc cfg
    
    * fix GDLoss with empty input
    
    * add probiou cfg
    
    * add mixup mosaic cfg
    
    * Add DistributionAngleCoder
    
    * fix keepdim
    
    * rtm init
    
    * fix distribution angle coder
    
    * clean
    
    * clean
    
    * add probiou
    
    * add hrsc cfg
    
    * fix GDLoss with empty input
    
    * add probiou cfg
    
    * add mixup mosaic cfg
    
    * fix mmdeploy vis error
    
    * add function_rewriter for deploy
    
    * fix hrsc config
    
    * remove deploy
    
    * move distance2obb to transforms, remove useless code
    
    * refactor configs
    
    * fix readme
    
    * fix readme
    
    * clean
    
    * add docstring
    
    * add unittest
    
    * update metafile
    
    * remove useless code
    
    * add img height
    
    * typo
    
    * update results
    
    * fix table
    
    * optimize tables
    
    * add
    
    * fix config
    
    * upload
    
    * update pth link
    
    * add readme pth
    
    * update readme
    
    * update readme
    
    * remove useless cfg
    
    * fix ut on cpu
    
    * fix comment
    
    * add comment for change
    
    * add cite
    liuyanyi committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    447b30d View commit details
    Browse the repository at this point in the history
  2. [CI] Add torch 1.13 (#661)

    zytx121 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ce079b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Modify keys in dataset.metainfo to lower case. (#654)

    * init
    
    * Update dota.py
    zytx121 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    c404050 View commit details
    Browse the repository at this point in the history
  2. [Fix] Deprecating old type alias due to new version of numpy (#674)

    * deprecating `np.int` type alias
    
    * deprecating `np.bool` type alias
    RangeKing committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    b88863d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    af1041e View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.0.0rc1 (#676)

    * update
    
    * fix lint
    
    * update
    
    * update
    
    * update
    
    * Update test.yml
    
    * Update __init__.py
    
    * fix CLASSES
    zytx121 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a109800 View commit details
    Browse the repository at this point in the history
  3. limit numpy version (#682)

    RangiLyu committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c961274 View commit details
    Browse the repository at this point in the history
  4. Fix CI error when 'numpy >= 1.24.0' (#683)

    * Update merge_stage_test.yml
    
    * Update re_fpn.py
    
    * Update re_fpn.py
    zytx121 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    5d0491c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. [Fix] Add missing models in model index (#702)

    * fix model-index
    
    * add missing model index
    
    * fix convnext
    
    * fix h2rbox
    liuyanyi committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    d35700d View commit details
    Browse the repository at this point in the history
  2. Update get_started.md (#694)

    完成了文档的翻译,但是请注意我没有搞懂 []() 的链接方式,翻译后的文档中在“需要准备的依赖环境”下的note中有一个失败的链接;在“在Google Colab上安装”的第三步中也有一个失败的链接与一次失败的``引用;我很苦恼解决不了这三个问题。
    qianlian-mozi committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0af1c26 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Update ICLR2023 papers (#718)

    * update
    
    * date
    
    * year
    
    * update
    zytx121 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    bff5160 View commit details
    Browse the repository at this point in the history
  2. fix img_shape (#719)

    liuyanyi committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    4922856 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Set e2cnn as an optional dependency (#724)

    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * Update re_resnet.py
    
    * fix lint
    
    * Update test.yml
    
    * fix circleCI
    
    * Update test.yml
    
    * Update test.yml
    zytx121 committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    367326f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    35c766e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    fc4c792 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13965d9 View commit details
    Browse the repository at this point in the history
  3. Add PSC in README.md (#732)

    zytx121 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    53fc8b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Update CVPR2023 paper (#747)

    * update
    
    * Update README.md
    zytx121 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    d2f8e9b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. [Projects] Support RR360 (Rotated Rectangle 360) Detection in TRR360D (

    …#731)
    
    * init headet
    
    * feat: add train and test
    
    * feat:update readme
    
    * feat: add h180
    
    * docs: update readme
    
    * feat: update readme
    
    * feat: add datatsets
    
    * docs: update h180 comments
    
    * feat: add configs-ic19-obb-obb configs
    
    * feat: update metric
    
    * feat: update metric
    
    * feat: delete unnecessary
    
    * feat: init rtmdet
    
    * feat: update datasets
    
    * feat: update local_visualizer comments
    
    * feat: add benchmark.py
    
    * docs: update
    
    * docs: update
    
    * feat: update angle h180 in rtmdet
    
    * feat: add roi_trans
    
    * feat: add 180
    
    * docs: update RotatedBoxes
    
    * feat: add r_l1_loss
    
    * feat: add rl1 loss config
    
    * feat: update checkpoint hook
    
    * feat: change the weight
    
    * feat: update the loss weight 5
    
    * fix: reletive import
    
    * feat: fix the APH metric
    
    * fix: fix the regularize_boxes
    
    * fix: fix the edge_swap=False
    
    * feat: init the tests in headet
    
    * feat: strict the loss
    
    * update interval
    
    * feat: update logger config
    
    * feat: support rtmdet 360
    
    * feat: delete unnecessery comment
    
    * feat: init the ic19 datasets
    
    * feat: init ic19 datasets
    
    * feat: add rotated_rtmdet_x3
    
    * feat: add rotated_rtmdet_x3_r
    
    * feat: update rtmdet
    
    * feat: add a1l1 loss
    
    * docs: update readme
    
    * rename headet to RR360 Det
    
    * feat: refactor the config
    
    * docs: update readme
    
    * fix: headet to RR360
    
    * fix: delete unuse
    
    * add test script
    
    * feat: update readme
    
    * fdocs: update script
    
    * docs: update
    
    * docs: update
    
    * docs: update
    
    * docs: update
    
    * docs: update
    
    * remove the configs180
    
    * docs: update
    
    * delete the unuse
    
    * delete the unuse
    
    * delete the unuse
    
    * feat: delete the unuse
    
    * docs: delete the unuse
    
    * delete unuse
    
    * delete the unuse
    
    * delete the unuse
    
    * fix: replace h180 with r360
    
    * feat: delete the Unnecessary Comments
    
    * feat: add rotated_retinanet
    
    * fix: DOTAHeadMetric to DOTAR360Metric
    
    * fix: hangle_thr to angle_thr
    
    * fix: ORLocalVisualizer to RR360LocalVisualizer
    
    * fix: delete the mmcls.models
    
    * fix: delete the benckmark
    
    * fix: pre-commit
    
    * fix: delete unuse
    
    * fix: dota_head_metric to dota_r360_metric
    
    * fix: AP(T<xxxx)
    
    * [Fix]: mAPH to mAP
    
    * docs: update readme
    
    * docs: update
    
    * fix: ICDAR2019_MTD_HOQ to TRR360D
    
    * fix: delete the unuse a l1 loss
    
    * fix: delete the unuse model import
    
    * docs: update
    
    * fix: disable wandb
    
    * feat: add without l1_loss
    
    * docs: update en docs
    
    * docs: update the datasets link
    
    * docs: add todo
    vansin committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    607db84 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Fix loss NaN bug when training HRSID dataset. (#760)

    * Update hrsid.py
    
    * Update configs/_base_/datasets/hrsid.py
    
    Co-authored-by: RangiLyu <[email protected]>
    
    ---------
    
    Co-authored-by: RangiLyu <[email protected]>
    zytx121 and RangiLyu committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    c1aa0f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    45f2036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17f8abc View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. [Project] Support LSKNet (#782)

    * LSKNet implementation
    
    * passed by pre-commit
    
    * update configs
    
    * Update lsknet.py
    
    * Update projects/LSKNet/README.md
    
    Co-authored-by: Yue Zhou <[email protected]>
    
    * Update projects/LSKNet/README.md
    
    Co-authored-by: Yue Zhou <[email protected]>
    
    * Update projects/LSKNet/README.md
    
    Co-authored-by: Yue Zhou <[email protected]>
    
    * Update projects/LSKNet/README.md
    
    Co-authored-by: Yue Zhou <[email protected]>
    
    * Update projects/LSKNet/README.md
    
    Co-authored-by: Yue Zhou <[email protected]>
    
    * update
    
    * update ckpt download link
    
    * update ckpt links
    
    * update pretrained weight link
    
    * update pretrained weight link
    
    * update pretrained weight link
    
    * update pretrained weight link
    
    * pre-commit checked
    
    ---------
    
    Co-authored-by: Yue Zhou <[email protected]>
    zcablii and zytx121 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    0d5a004 View commit details
    Browse the repository at this point in the history
  2. [Feature] File I/O migration and reconstruction (#783)

    * update
    
    * Update dota_coco.py
    
    * update
    
    * fix
    zytx121 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d92844a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. [doc] add social network links (#789)

    * [doc]:add more social network links
    
    * [doc]:add more social network links
    fengshiwest committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8b30525 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Support H2RBox-v2 (#805)

    * Support H2RBox-v2
    
    * Update README
    
    * Add figure in README
    
    * Update figure in README
    
    * Fix README lint problem
    yuyi1005 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    542457c View commit details
    Browse the repository at this point in the history
  2. [Feature] Semi automated with label studio (#815)

    * [doc]:add more social network links
    
    * [doc]:add more social network links
    
    * [Feature] support semi-automatic annotation base Label-Studio
    
    * [fix] change the name and url to mmrotate
    
    * [fix] resolve conflict
    fengshiwest committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    65a9a2c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    e3c87de View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. [Fix] fix LSKNet error in import (#839)

    * fix lsknet
    
    * fix some comment
    liuyanyi committed May 8, 2023
    Configuration menu
    Copy the full SHA
    b55be23 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    0e88d2d View commit details
    Browse the repository at this point in the history
  2. update README.md (#855)

    Li-Qingyun committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    886fdae View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. [Fix] Fix confusion_matrix (#870)

    * fix confusion_matrix
    
    * fix opencv error
    liuyanyi committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    a860946 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. fix box error in h2rbox_head.py (#881)

    There seems to be a lack of indentation, resulting in an assignment bug when square classes are not processed.
    Li-Qingyun committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4aae1fc View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. [Fix] Fix nan loss in RotatedIoULoss when using AmpOptimizer (#889)

    * [Fix] Fix nan loss in RotatedIoULoss when using AmpOptimizer
    
    * Fix lint
    jamiechoi1995 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d50ab76 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. refine tutorial (#899)

    CSberlin committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3500994 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. [Fix] update mmdet maximum version to enable latest mmdet-3.1.0 (#918)

    * update version in __init__.py
    
    * update version in mminstall.txt
    
    * update version in en faq.md
    
    * update version in zh_cn faq.md
    Li-Qingyun committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    12de380 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd60bef View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    b4f50a7 View commit details
    Browse the repository at this point in the history
  2. Update homepage

    Li-Qingyun committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    fabef42 View commit details
    Browse the repository at this point in the history
  3. Update abs

    Li-Qingyun committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    58c069b View commit details
    Browse the repository at this point in the history
  4. Update abs

    Li-Qingyun committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    9f91d91 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Update README.md

    yuyi1005 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ec80524 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #952 from Li-Qingyun/patch-2

    Update NIPS information of h2rbox-v2
    yuyi1005 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3ff004e View commit details
    Browse the repository at this point in the history