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

[MMSIG]支持 DeblurGANv2 inference #1955

Merged
merged 52 commits into from
Aug 8, 2023
Merged

[MMSIG]支持 DeblurGANv2 inference #1955

merged 52 commits into from
Aug 8, 2023

Commits on Jun 2, 2023

  1. 1st

    xiaomile committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    feac9ba View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. debug

    xiaomile committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b100239 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. 20230710 调整

    xiaomile committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b080671 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

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

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    5f055e9 View commit details
    Browse the repository at this point in the history
  2. 支持 DeblurGANv2 inference

    demo 示例
    python mmagic\demo\mmagic_inference_demo.py --model-name deblurganv2 --model-comfig ../configs/deblurganv2/deblurganv2_fpn_inception.py --model-ckpt 权重文件路径 --img 测试图片路径 --device cpu --result-out-dir ./out.png
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    02a0619 View commit details
    Browse the repository at this point in the history
  3. 支持 DeblurGANv2 inference

    fix CI test
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    cbbea41 View commit details
    Browse the repository at this point in the history
  4. 支持 DeblurGANv2 inference

    fix CI test
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e836c69 View commit details
    Browse the repository at this point in the history
  5. 支持 DeblurGANv2 inference

    fix CI test
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0be4fde View commit details
    Browse the repository at this point in the history
  6. 支持 DeblurGANv2 inference

    update model-index
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    cafc451 View commit details
    Browse the repository at this point in the history
  7. 支持 DeblurGANv2 inference

    Fix CI Test
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0a9e274 View commit details
    Browse the repository at this point in the history
  8. 支持 DeblurGANv2 inference

    CI test fix and update readme.md
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    61aadee View commit details
    Browse the repository at this point in the history
  9. 支持 DeblurGANv2 inference

    fix CI test and update readme.md
    xiaomile committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    80bf698 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. 支持 DeblurGANv2 inference

    Fix CI test
    xiaomile committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    33c7751 View commit details
    Browse the repository at this point in the history
  2. 支持 DeblurGANv2 inference

    yapf 修正
    xiaomile committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2b0bbf2 View commit details
    Browse the repository at this point in the history
  3. 支持 DeblurGANv2 inference

    代码调整,参数名保持一致
    xiaomile committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ee28acf View commit details
    Browse the repository at this point in the history
  4. 支持 DeblurGANv2 inference

    doc string coverage
    xiaomile committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    eab4f43 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. 支持 DeblurGANv2 inference

    add some doc string
    xiaomile committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6623669 View commit details
    Browse the repository at this point in the history
  2. 支持 DeblurGANv2 inference

    add some doc string
    xiaomile committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1e91d3f View commit details
    Browse the repository at this point in the history
  3. 支持 DeblurGANv2 inference

    xiaomile committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    25d133d View commit details
    Browse the repository at this point in the history
  4. 支持 DeblurGANv2 inference

    xiaomile committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b4ae7b8 View commit details
    Browse the repository at this point in the history
  5. 支持 DeblurGANv2 inference

    xiaomile committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f828049 View commit details
    Browse the repository at this point in the history
  6. 支持 DeblurGANv2 inference

    xiaomile committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    320ca05 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. 支持 DeblurGANv2 inference

    add unit test
    xiaomile committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b933ba9 View commit details
    Browse the repository at this point in the history
  2. 支持 DeblurGANv2 inference

    add unit test
    xiaomile committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b1ac1df View commit details
    Browse the repository at this point in the history
  3. 支持 DeblurGANv2 inference

    add unit test
    xiaomile committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d333d56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcb5987 View commit details
    Browse the repository at this point in the history
  5. 支持 DeblurGANv2 inference

    fix unit test
    xiaomile committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    76187c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

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

Commits on Jul 30, 2023

  1. Update .gitignore

    Co-authored-by: Yanhong Zeng <[email protected]>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    8a1dadc View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    Co-authored-by: Yanhong Zeng <[email protected]>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    49a45cc View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    Co-authored-by: Yanhong Zeng <[email protected]>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    2bdfedf View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    Co-authored-by: Yanhong Zeng <[email protected]>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    8dbf240 View commit details
    Browse the repository at this point in the history
  5. Update .gitignore

    Co-authored-by: Yanhong Zeng <[email protected]>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    420de7e View commit details
    Browse the repository at this point in the history
  6. Update .gitignore

    Co-authored-by: Yanhong Zeng <[email protected]>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    8809347 View commit details
    Browse the repository at this point in the history
  7. Update .gitignore

    Co-authored-by: Yanhong Zeng <[email protected]>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    b9fe117 View commit details
    Browse the repository at this point in the history
  8. Update configs/deblurganv2/README.md

    Co-authored-by: Yanhong Zeng <[email protected]>
    xiaomile and zengyh1900 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    3bd19e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. 支持 DeblurGANv2 inference

    move the implementation of loss function to mmagic/models/losses
    add quick start to readme
    xiaomile committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    84f9592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64800e5 View commit details
    Browse the repository at this point in the history
  3. 支持 DeblurGANv2 inference

    fix unit test
    xiaomile committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b262ca6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4fb484 View commit details
    Browse the repository at this point in the history
  5. 支持 DeblurGANv2 inference

    re run unit test
    xiaomile committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    52fdc15 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    6856137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb281d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1211530 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5de913e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bd0803 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f18bb29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c97de1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f21e10f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. 支持 DeblurGANv2 inference

    fix some url and path
    add README_zh-CN
    add Deblurring task into mmagic/apis/inferencers/__init__.py
    xiaomile committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    98741ee View commit details
    Browse the repository at this point in the history