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

[Refactor] Add simple_test to dense heads #5061

Closed
wants to merge 16 commits into from

Commits on Apr 25, 2021

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

Commits on Apr 26, 2021

  1. Move test methods of RPN

    shinya7y committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    5d9138d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Fix assert

    shinya7y committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    af9cdbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebdff63 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

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

Commits on May 28, 2021

  1. move fun and add docstr

    hhaAndroid committed May 28, 2021
    Configuration menu
    Copy the full SHA
    a185bbf View commit details
    Browse the repository at this point in the history
  2. Move parameter position

    hhaAndroid committed May 28, 2021
    Configuration menu
    Copy the full SHA
    d396dc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4a2021 View commit details
    Browse the repository at this point in the history
  4. add yolact docstr

    hhaAndroid committed May 28, 2021
    Configuration menu
    Copy the full SHA
    23b5ff3 View commit details
    Browse the repository at this point in the history
  5. (1) Provide more detailed error information; (2) fix centernet aug er…

    …ror (3) fix point_rend aug error
    hhaAndroid committed May 28, 2021
    Configuration menu
    Copy the full SHA
    0e6c6cc View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    69a4ed7 View commit details
    Browse the repository at this point in the history
  2. Supports for exporting CornerNet to ONNX with dynamic shapes and comp…

    …arable performance (open-mmlab#5136)
    
    * Supports for exporting CornerNet to ONNX with dynamic shapes and comparable performance
    
    * add docs for exporting cornernet, and simplify code
    
    * fix doc
    
    * format doc
    
    * fix docstring
    v-qjqs authored May 31, 2021
    Configuration menu
    Copy the full SHA
    2e635eb View commit details
    Browse the repository at this point in the history
  3. Fix torch.chunk int32 overflow (open-mmlab#5191)

    * Update fcn_mask_head.py
    
    * Update fcn_mask_head.py
    
    * Update fcn_mask_head.py
    
    * Resolve format issues
    
    Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
    ypwhs and ZwwWayne authored May 31, 2021
    Configuration menu
    Copy the full SHA
    52c935d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. [Feature]: Evaluation with TensorRT backend (open-mmlab#5198)

    * evaluate trt models
    
    * update version of onnx
    
    * update maskrcnn results
    
    * add backend argument
    
    * update fcos results
    
    * update
    
    * fix bug
    
    * update  doc
    RunningLeon authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    8d40aef View commit details
    Browse the repository at this point in the history
  2. Bump version to v2.13.0 (open-mmlab#5262)

    * update changelog
    
    * update changelog
    
    * Improvements
    
    * Improvements
    
    * update for v2.13.0
    
    Co-authored-by: hhaAndroid <1286304229@qq.com>
    jshilong and hhaAndroid authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a8c681d View commit details
    Browse the repository at this point in the history
  3. resolve conflict and move bbbox2results to one_stage

    zhangshilong committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    90656ee View commit details
    Browse the repository at this point in the history