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

Update the r3det with new changes in mmdetection #36

Open
wants to merge 1,159 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 24, 2022

  1. [Feature] ResNet Strikes Back. (#7001)

    * [Feature] ResNet Strikes Back.
    
    * add more cfg
    
    * add readme
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    RangiLyu authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    cf342d8 View commit details
    Browse the repository at this point in the history
  2. Maskformer Visualization (#7247)

    * maskformer visualization
    
    * compatible with models that do not contain arg of pretrained
    
    * compatible with models that do not contain arg of pretrained
    chhluo authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    8dbda8e View commit details
    Browse the repository at this point in the history
  3. Bump versions to v2.22.0 (#7240)

    * Bump versions to v2.22.0
    
    * Fix comments and add the latest PRs
    
    * fix the id of contributor
    
    * relax the version of mmcv
    
    * Add ResNet Strikes Back
    
    * Update README_zh-CN.md
    
    * Update README.md
    
    * fix typo
    
    * Update README_zh-CN.md
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    AronLin and ZwwWayne authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    3e204f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db4195e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    e7d05e9 View commit details
    Browse the repository at this point in the history
  2. [Fix] Fix Open Images testunit to avoid error in Windows CI (#7252)

    * [Feature] support openimage group of eval
    
    * [Feature] support openimage group of eval
    
    * support openimage dataset
    
    * support openimage challenge dataset
    
    * fully support OpenImages-V6 and OpenImages Challenge 2019
    
    * Fix some logic error
    
    * update config file
    
    * fix get data_infos error
    
    * fully support OpenImages evaluation
    
    * update OpenImages config files
    
    * [Feature] support OpenImages datasets
    
    * fix bug
    
    * support load image metas from pipeline
    
    * fix bug
    
    * fix get classes logic error
    
    * update code
    
    * support get image metas
    
    * support openimags
    
    * support collect image metas
    
    * support Open Images
    
    * fix openimages logic
    
    * minor fix
    
    * add a new function to compute openimages tpfp
    
    * minor fix
    
    * fix ci error
    
    * minor fix
    
    * fix indication
    
    * minor fix
    
    * fix returns
    
    * fix returns
    
    * fix returns
    
    * fix returns
    
    * fix returns
    
    * minor fix
    
    * update readme
    
    * support loading image level labels and fix some logic
    
    * minor fix
    
    * minor fix
    
    * add class names
    
    * minor fix
    
    * minor fix
    
    * minor fix
    
    * add openimages test unit
    
    * minor fix
    
    * minor fix
    
    * fix test unit
    
    * minor fix
    
    * fix logic error
    
    * minor fix
    
    * fully support openimages
    
    * minor fix
    
    * fix docstring
    
    * fix docstrings in readthedocs
    
    * update get image metas script
    
    * label_description_file -> label_file
    
    * update openimages readme
    
    * fix test unit
    
    * fix test unit
    
    * minor fix
    
    * update readme file
    
    * Update get_image_metas.py
    
    * fix oid testunit to avoid some error in windows
    
    * minor fix to avoid some error in windows
    
    * minor fix
    
    * add comments in oid test unit
    
    * minor fix
    BIGWangYuDong authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    7b2b7fe View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Bump version to v2.22.0

    Bump version to v2.22.0
    ZwwWayne authored Feb 26, 2022
    Configuration menu
    Copy the full SHA
    52a3276 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Fix broken doc link (#7293)

    * Update README.md
    
    * Update README.md
    
    Co-authored-by: Haofan Wang <[email protected]>
    ZwwWayne and haofanwang authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    01e67b8 View commit details
    Browse the repository at this point in the history
  2. Fix VOC unit test not to remove data directory (#7270)

    * Fix VOC unit test not to remove data directory
    
    * Fix CI
    shinya7y authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    01b55b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

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

Commits on Mar 3, 2022

  1. [Docs] Add Chinese version of onnx2tensorrt.md (#7219)

    * Fix bug of docs
    
    * translate onnx2tensorrt.md
    
    * fix
    
    * fix end-of-file-fixer
    
    * fix some bugs
    
    * 修复链接跳转
    
    * 修复链接跳转
    
    * 修复链接跳转-测试1
    
    * 修复链接跳转-测试2
    
    * 修复链接跳转-测试2
    
    * 修复链接跳转-测试3
    
    * 修复链接跳转-测试5
    
    * Fix
    
    Co-authored-by: jbwang1997 <[email protected]>
    triple-Mu and jbwang1997 authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    b9fe216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1872bc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. [Enhancement]: Update colab tutorials (#7310)

    * update colab tutorials
    
    * update
    
    * fix
    
    * fix wrong CUDA explaination
    
    * resolve comments
    
    * resolve comments
    ZwwWayne authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    6ddbff8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Update information about Localization Distillation (#7350)

    * update LD info
    
    * update ld info
    
    * update readme_zhcn
    HikariTJU authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    70f6d9c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    6b87ac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b54873 View commit details
    Browse the repository at this point in the history
  3. delete -sv (#7277)

    Co-authored-by: Wenwei Zhang <[email protected]>
    zytx121 and ZwwWayne committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    bf5afe5 View commit details
    Browse the repository at this point in the history
  4. [Docs] Add Chinese version of finetune (#7178)

    * [Fix] Fix wrong img name in onnx2tensorrt.py (#7157)
    
    * [Docs] fix albumentations installed way (#7143)
    
    * Update finetune.md
    
    Translate the finetune.md doc to Chinese
    
    * Update finetune.md
    
    * Update finetune.md
    
    * Update finetune.md
    
    * fix lint
    
    * fx lint
    
    * fix pr
    
    Co-authored-by: Jamie <[email protected]>
    Co-authored-by: BigDong <[email protected]>
    3 people authored and ZwwWayne committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    58714f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c475fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d7da43 View commit details
    Browse the repository at this point in the history
  7. [Enhance] add cpu_num in cocopanoptic for pq computing (#7315)

    * add cpu_num in cocopanoptic for pq computing
    
    * cpu_num -> nproc
    
    * move nproc to evaluate
    chhluo authored and ZwwWayne committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    2fc25f1 View commit details
    Browse the repository at this point in the history
  8. [Enhancement] Allow to set channel_order in LoadImageFromFile (#7258)

    * allow to set channel_order when loading images
    
    * fix lint
    
    * fix unit test
    
    * fix lint
    JingweiZhang12 authored and ZwwWayne committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    e76117b View commit details
    Browse the repository at this point in the history
  9. [Fix] Force the inputs of get_bboxes in yolox_head to float32. (#7324)

    * Fix softnms bug
    
    * Add force_fp32 in corner_head and centripetal_head
    jbwang1997 authored and ZwwWayne committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    62feea5 View commit details
    Browse the repository at this point in the history
  10. [Fix] Fix typo in FPN neck (#7347)

    * update readme and pretrained related (#7301)
    
    * [Docs] Add Chinese version of onnx2tensorrt.md (#7219)
    
    * Fix bug of docs
    
    * translate onnx2tensorrt.md
    
    * fix
    
    * fix end-of-file-fixer
    
    * fix some bugs
    
    * 修复链接跳转
    
    * 修复链接跳转
    
    * 修复链接跳转-测试1
    
    * 修复链接跳转-测试2
    
    * 修复链接跳转-测试2
    
    * 修复链接跳转-测试3
    
    * 修复链接跳转-测试5
    
    * Fix
    
    Co-authored-by: jbwang1997 <[email protected]>
    
    * Update useful_tools.md (#7180)
    
    * [Enhancement]: Update colab tutorials (#7310)
    
    * update colab tutorials
    
    * update
    
    * fix
    
    * fix wrong CUDA explaination
    
    * resolve comments
    
    * resolve comments
    
    * fix typo
    
    Co-authored-by: Cedric Luo <[email protected]>
    Co-authored-by: tripleMu <[email protected]>
    Co-authored-by: jbwang1997 <[email protected]>
    Co-authored-by: kira <[email protected]>
    Co-authored-by: Wenwei Zhang <[email protected]>
    6 people committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    ab16260 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c546b50 View commit details
    Browse the repository at this point in the history
  12. [Enhance] Take point sample related functions out of mask_point_head (#…

    …7353)
    
    add point sample
    
    replace function in mask_point_head
    chhluo authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    c576e5d View commit details
    Browse the repository at this point in the history
  13. [Enhance] Add instance evalutation for coco_panoptic (#7313)

    update comments
    
    rename function and replace condition
    
    rename
    
    add message for proposal_fast when instance segmentation evaluation
    
    set cocoGt as arg
    
    update comments
    
    update comments
    
    update docstring and rename
    
    add unit test
    
    update docstring
    
    add assert for instance eval
    chhluo authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    eaf79b6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    57f63bc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a23b6b1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    95f199c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. [Enchance] Supplementary notes of sync_random_seed (#7440)

    * Supplementary Notes
    
    * update
    
    * update
    
    * update
    hhaAndroid authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    86c7d8d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

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

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    6e9f157 View commit details
    Browse the repository at this point in the history
  2. [Fix] Adding comments for MaxIoUAssigner (#7464)

    * Add comments
    
    * update url
    
    * Add description in docstring
    
    * Update sphinx
    
    * update commit
    jbwang1997 authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    4a960ec View commit details
    Browse the repository at this point in the history
  3. [Enhance] Update docstring of cross entropy loss (#7472)

    * update docstring of ce loss
    
    update docstring
    
    * update docstring
    chhluo authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    7f5849c View commit details
    Browse the repository at this point in the history
  4. [Enchance] Added documentation on mmdet using mmcls‘s backbone (#7438)

    * add how-to docs
    
    * update
    
    * update index.rst
    
    * update
    
    * update
    hhaAndroid authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    661356e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Update README.md (#7498)

    osbm authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    b857faa View commit details
    Browse the repository at this point in the history
  2. fix typos (#7510)

    ceroytres authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    a03fc76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb86b65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb0ca87 View commit details
    Browse the repository at this point in the history
  5. [Doc] Mosaic documentation enhancements (#7470)

    * Mosaic documentation enhancements
    
    - Added Mosaic and MultiImageMixDataset must be used together in FAQ document
    - Added the demo configuration of Faster R-CNN using Mosaic
    
    * Mosaic doc enhancements
    
    correct some errors as suggested
    
    * Remove unnecessary Settings
    
    a little change
    
    * update some details
    
    * update-mosaic-to-how-to
    
    * Mosaic documentation enhancements
    
    - Added Mosaic and MultiImageMixDataset must be used together in FAQ document
    - Added the demo configuration of Faster R-CNN using Mosaic
    
    * Mosaic doc enhancements
    
    correct some errors as suggested
    
    * Remove unnecessary Settings
    
    a little change
    
    * update some details
    
    * rebase dev branch
    
    delete the mosaic in fap.md since it is in how_to.md
    
    * rebase dev
    
    * Mosaic documentation enhancements
    
    - Added Mosaic and MultiImageMixDataset must be used together in FAQ document
    - Added the demo configuration of Faster R-CNN using Mosaic
    
    * Mosaic doc enhancements
    
    correct some errors as suggested
    
    * Remove unnecessary Settings
    
    a little change
    
    * update some details
    
    * rebase dev branch
    
    delete the mosaic in fap.md since it is in how_to.md
    
    * Mosaic documentation enhancements
    
    - Added Mosaic and MultiImageMixDataset must be used together in FAQ document
    - Added the demo configuration of Faster R-CNN using Mosaic
    
    * Mosaic doc enhancements
    
    correct some errors as suggested
    
    * Remove unnecessary Settings
    
    a little change
    
    * update some details
    
    * rebase dev
    bunge-bedstraw-herb authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    f2552e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Bug fix: RuntimeError: Expected all tensors to be on the same device,…

    … but found at least two devices, cuda:0 and cuda:2! (#7521)
    
    修复Free anchor Retinanet网络训练时,可能会遇到计算得到的anchor与pre_bboxes不在同一个cuda device的bug。
    Youth-Got authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    04906e8 View commit details
    Browse the repository at this point in the history
  2. [Feature] Torchvision high-precision ResNet model (#7489)

    * Update tnr model
    
    * Update README
    
    * Update README
    
    * Update comments
    
    * Update metafile.yml
    
    * Update model URL
    jbwang1997 authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    1a9087b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. add msdeformattn pixel decoder (#7466)

    fix typo
    
    rm img_metas
    
    rename in pixel_decoder
    
    update comments
    
    rename
    
    fix typo
    
    generae points with MlvlPointGenerator
    chhluo authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    0932ab7 View commit details
    Browse the repository at this point in the history
  2. [Enhance] MaskFormer refactor (#7471)

    * maskformer refactor
    
    update docstring
    
    update docstring
    
    update unit test
    
    update unit test
    
    update unit test
    
    * remove redundant code
    
    * update unit test
    chhluo authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    4bb184b View commit details
    Browse the repository at this point in the history
  3. [Feature] Support efficientnet in mmdetection. (#7514)

    * Initial implementation
    
    * Add missing import
    
    * Add MemoryEfficientSwishImplementation. Add docstrings
    
    * Add efficientnet2mmdet tool
    
    * Add config folder
    
    * Flake8
    
    * Flake8
    
    * Flake8
    
    * Fix config
    
    * Requested changes
    
    * docformatter
    
    * Update train config from https://github.com/google/automl/blob/master/efficientdet
    
    * Run pre-commit
    
    * Fix schedule
    
    * Set by_epoch=False in scheduler
    
    * Train 80 epochs
    
    * Remove duplicated arg
    
    * Update README.md
    
    * efficient3 efficient0
    
    * efficientNet imports
    
    * efficientNet
    
    * config edit path for eff3 and dropout for eff0
    
    * efficientnet review2
    
    * fix model_converter location and drop path
    
    * fix model converter  and efficientnet import
    
    * register memoryefficietnswish
    
    * eff0, eff3
    
    * fix  flake8 yapf isort
    
    * same padding in tensorflow and edit drop path rate
    
    * fix init of utils
    
    * Align mmdet utils with mmcls
    
    * Align mmdet.models.utils with mmcls
    
    * Use mmcls efficientnet backbone
    
    * Update
    
    * Update
    
    * Update metafile
    
    Co-authored-by: David de la Iglesia Castro <[email protected]>
    Co-authored-by: David de la Iglesia Castro <[email protected]>
    Co-authored-by: jiangyitong <[email protected]>
    Co-authored-by: jiangyitong <[email protected]>
    5 people authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    3f0f2a0 View commit details
    Browse the repository at this point in the history
  4. [Fix] Fix reduction=mean in CELoss. (#7449)

    * [Fix] Fix ignore in CELoss.
    
    * add ut
    
    * fix and add comments
    
    * add avg_non_ignore option
    
    * bce avg
    
    * fix lint
    RangiLyu authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    3b2e965 View commit details
    Browse the repository at this point in the history
  5. [Enhance] update pascal voc result (#7503)

    * [Enhance] update pascal voc result
    
    * minor fix
    BIGWangYuDong authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    1c8cdef View commit details
    Browse the repository at this point in the history
  6. [Feature] Support to set data root through commands (#7386)

    * Fix #6915: Support to set data root through commands
    
    * Support #6915: seperate function in tools/utils.py, support test.py and browse_dataset.py
    
    * update #6915: refactor the code ref @hhaAndroid advice
    
    * support #6915: fix format problem
    
    * supoort corresponding scripts and update doc @hhaAndroid
    
    * updata misc.py as @ZwwWayne and @hhaAndroid
    
    * Update mmdet/utils/misc.py
    
    Co-authored-by: Haian Huang(深度眸) <[email protected]>
    
    * fix mmdet/utils/misc.py format problem
    
    Co-authored-by: Haian Huang(深度眸) <[email protected]>
    CCODING04 and hhaAndroid authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    fc8fb16 View commit details
    Browse the repository at this point in the history
  7. [Feature] Add Mask2Former to mmdet (#6938)

    update doc
    
    update doc format
    
    deepcopy pixel_decoder cfg
    
    move mask_pseudo_sampler cfg to config file
    
    move part of postprocess from head to detector
    
    fix bug in postprocessing
    
    move class setting from head to config file
    
    remove if else
    
    move mask2bbox to mask/util
    
    update docstring
    
    update docstring in result2json
    
    fix bug
    
    update class_weight
    
    add maskformer_fusion_head
    
    add maskformer fusion head
    
    update
    
    add cfg for filter_low_score
    
    update maskformer
    
    update class_weight
    
    update config
    
    update unit test
    
    rename param
    
    update comments in config
    
    rename variable, rm arg, update unit tests
    
    update mask2bbox
    
    add unit test for mask2bbox
    
    replace unsqueeze(1) and squeeze(1)
    
    add unit test for maskformer_fusion_head
    
    update docstrings
    
    update docstring
    
    delete \
    
    remove modification to ce loss
    
    update docstring
    
    update docstring
    
    update docstring of ce loss
    
    update unit test
    
    update docstring
    
    update docstring
    
    update docstring
    
    rename
    
    rename
    
    add msdeformattn pixel decoder
    
    maskformer refactor
    
    add strides in config
    
    remove redundant code
    
    remove redundant code
    
    update unit test
    
    update config
    
    update
    chhluo authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    14f0e95 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Configuration menu
    Copy the full SHA
    5091eab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    664e7be View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    f863100 View commit details
    Browse the repository at this point in the history
  2. Fix pointrend missing get_uncertainty function bug (#7550)

    * [Fix] Adjust the order of get_classes and FileClient. (#7276)
    
    * delete -sv (#7277)
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    
    * [Docs] Add Chinese version of finetune (#7178)
    
    * [Fix] Fix wrong img name in onnx2tensorrt.py (#7157)
    
    * [Docs] fix albumentations installed way (#7143)
    
    * Update finetune.md
    
    Translate the finetune.md doc to Chinese
    
    * Update finetune.md
    
    * Update finetune.md
    
    * Update finetune.md
    
    * fix lint
    
    * fx lint
    
    * fix pr
    
    Co-authored-by: Jamie <[email protected]>
    Co-authored-by: BigDong <[email protected]>
    
    * set unmap_results=True in ssd_head (#7328)
    
    * Update YOLOX log for non square input (#7235)
    
    * [Enhance] add cpu_num in cocopanoptic for pq computing (#7315)
    
    * add cpu_num in cocopanoptic for pq computing
    
    * cpu_num -> nproc
    
    * move nproc to evaluate
    
    * [Enhancement] Allow to set channel_order in LoadImageFromFile (#7258)
    
    * allow to set channel_order when loading images
    
    * fix lint
    
    * fix unit test
    
    * fix lint
    
    * [Fix] Force the inputs of `get_bboxes` in yolox_head to float32. (#7324)
    
    * Fix softnms bug
    
    * Add force_fp32 in corner_head and centripetal_head
    
    * [Fix] Fix typo in FPN neck (#7347)
    
    * update readme and pretrained related (#7301)
    
    * [Docs] Add Chinese version of onnx2tensorrt.md (#7219)
    
    * Fix bug of docs
    
    * translate onnx2tensorrt.md
    
    * fix
    
    * fix end-of-file-fixer
    
    * fix some bugs
    
    * 修复链接跳转
    
    * 修复链接跳转
    
    * 修复链接跳转-测试1
    
    * 修复链接跳转-测试2
    
    * 修复链接跳转-测试2
    
    * 修复链接跳转-测试3
    
    * 修复链接跳转-测试5
    
    * Fix
    
    Co-authored-by: jbwang1997 <[email protected]>
    
    * Update useful_tools.md (#7180)
    
    * [Enhancement]: Update colab tutorials (#7310)
    
    * update colab tutorials
    
    * update
    
    * fix
    
    * fix wrong CUDA explaination
    
    * resolve comments
    
    * resolve comments
    
    * fix typo
    
    Co-authored-by: Cedric Luo <[email protected]>
    Co-authored-by: tripleMu <[email protected]>
    Co-authored-by: jbwang1997 <[email protected]>
    Co-authored-by: kira <[email protected]>
    Co-authored-by: Wenwei Zhang <[email protected]>
    
    * Fix pointrend missing get_uncertainty function bug
    
    Co-authored-by: Wencheng Wu <[email protected]>
    Co-authored-by: Yue Zhou <[email protected]>
    Co-authored-by: Wenwei Zhang <[email protected]>
    Co-authored-by: MingJian.L <[email protected]>
    Co-authored-by: Jamie <[email protected]>
    Co-authored-by: BigDong <[email protected]>
    Co-authored-by: Cedric Luo <[email protected]>
    Co-authored-by: Yosuke Shinya <[email protected]>
    Co-authored-by: Cedric Luo <[email protected]>
    Co-authored-by: Jingwei Zhang <[email protected]>
    Co-authored-by: jbwang1997 <[email protected]>
    Co-authored-by: Xiangxu-0103 <[email protected]>
    Co-authored-by: tripleMu <[email protected]>
    Co-authored-by: kira <[email protected]>
    15 people authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    7d1ce22 View commit details
    Browse the repository at this point in the history
  3. fix docstring in bbox_nms.py (#7547)

    * Create init_cfg.md
    
    * Update docs/zh_cn/tutorials/init_cfg.md
    
    Co-authored-by: Haian Huang(深度眸) <[email protected]>
    
    * update init_cfg.md
    
    * update init_cfg.md
    
    * update init_cfg.md
    
    * update init_cfg.md
    
    * fix docstring
    
    * fix docstring
    
    Co-authored-by: Haian Huang(深度眸) <[email protected]>
    yarkable and hhaAndroid authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    cfeb39a View commit details
    Browse the repository at this point in the history
  4. [Doc] Add doc for COCO panoptic segmentation test results submission (#…

    …7430)
    
    * [Doc] Add doc for coco panoptic segmentation test results submission
    
    * add example
    
    * add script
    
    * update comments
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    chhluo authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    a3d3dd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Bump versions to v2.23.0 (#7555)

    * Bump versions to v2.23.0
    
    * update log
    
    * replace two Efficientnet
    
    * update mask2former log
    
    * add maskformer and mask2former in README_zh-CN.md
    
    * add efficientnet in README.md and  README_zh-CN.md
    
    * update changelog
    
    * simplify highlights
    
    * update changelog.
    
    * update changelog again
    
    * add some highlights
    Czm369 authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    bab144c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Release of v2.23.0

    Release of v2.23.0
    ZwwWayne authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    3e26931 View commit details
    Browse the repository at this point in the history
  2. [Enhancement] update faster rcnn c4 config file (#7435)

    * [Enhancement] update faster rcnn c4 config file
    
    * update link
    BIGWangYuDong authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    ed36049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    875db50 View commit details
    Browse the repository at this point in the history
  4. Update from-scratch install script in get_started.md (#7575)

    * update readme
    
    * Revert "update readme"
    
    This reverts commit e7260c9.
    
    * update
    
    * delete torchvison version
    
    * update
    
    * update
    zytx121 authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    43e24b9 View commit details
    Browse the repository at this point in the history
  5. [Feature] Support specifying interpolation of resize in transforms.py (

    …#7585)
    
    * [Feature] Support specifying interpolation of resize in transforms.py
    
    * Update transforms.py
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    jamiechoi1995 and ZwwWayne authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    42287c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Fix a minor typo in data_pipeline docs (#7591)

    Co-authored-by: Wenwei Zhang <[email protected]>
    nestiank and ZwwWayne authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    8fdf2ea View commit details
    Browse the repository at this point in the history
  2. [Doc] How to train fast_rcnn model. (#7549)

    * Update README.md
    
    * Update README.md
    
    * Update README.md
    zytx121 authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    1a01566 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. [Feature] Support automatically scaling LR according to GPU number an…

    …d samples per GPU (#7482)
    
    * Add default_gpu_number flag in config : default_runtime.py
    
    * Support automatically scaling LR according to GPU number
    
    * Improve code comments
    
    * Improve code comments
    
    * Imporve variable naming
    
    * Improve log message for scale lr, add print samples_per_gpu
    
    * Modify formula for scale lr
    
    * using function to encapsulate scale LR
    
    * Add special flag for GPU and samples_per_gpu on config and will be used when scaling LR
    
    * Add distributed flag in function scale_lr
    
    * Docs add Learning rate automatically scale and Add disable_auto_scale_lr flag
    
    * Update doc
    
    * Use len(cfg.gpu_ids) to get gpu number when distributed mode
    
    * Update doc about Learning rate automatically scale
    
    * Using default batch size instead of GPU x Sample per GPU, Add flag in each config which not equal default batch size
    
    * Using default_batch_size or mmdet_official_special_batch_size to scale the LR
    
    * Add argument --auto-scale-lr  to enable auto scale lr.
    
    * Update doc about learning rate automatically scale
    
    * Use default_batch_size in each config file instead of mmdet_official_special_batch_size
    
    * make if branch better
    
    * Not set default batch size in dataset config
    
    * Default batch size set to 16, Fix some code lint
    
    * undo some change
    
    * Fix lint problem
    
    * Doc add the function of default_batch_size and enable_auto_scale_lr
    
    * remove `f` where is no variable.
    
    * Updata doc about the default_batch_size setting
    
    * Update explanation about default_batch_size
    
    * Update explanation about default_batch_size
    
    * Add default_batch_size in config files which default batch size is not 16. Update Doc
    
    * Update Doc
    
    * fix lint : double quoted strings
    
    * Improve the naming of some variables
    
    * Updata doc about the Learning rate automatically scale
    
    * According to configs/cityscapes, set default_batch_size = 8 in config files
    
    * Fix some comments according to the review
    
    * Fix some doc according to the review
    
    * Fix some doc according to the review
    
    * Not using assert in the function autoscale_lr
    
    * Imporve variable naming : enable_auto_scale_lr to auto_scale_lr
    
    * Using world_size to get gpu number when is distributed.
    
    * function autoscale_lr rename to auto_scale_lr for unifying
    
    * Fix lint problem
    
    * Fix lint problem
    
    * Add warning message when can not find default_batch_size
    
    * Add warning message when can not find default_batch_size
    
    * Improve the doc accroding to the review
    
    * Add `default_initial_lr` for auto scal lr. Using auto_scale_lr_config dict to contain all setting of auto scale lr
    
    * Improve coding style
    
    * Improve Doc
    
    * Improve doc
    
    * Remove a previous `default_batch_size`
    
    * Fix doc bug
    
    * Add warming message when cfg.optimizer.lr != default_initial_lr
    
    * Always use `cfg.optimizer.lr` to calculate the new LR
    
    * Fix lint problem
    
    * warning message version change to 2.24
    
    * Fix logger info line
    
    * Set None when can't find value
    
    * Fix num_gpu when using distributed
    
    * Improve doc
    
    * Add more detail for `optimizer.lr` and `auto_scale_lr_config.auto_scale_lr`
    
    * Fix lint problem
    
    * Using new config dict `auto_scale_lr`
    
    * auto_scale_lr logic using `auto_scale_lr`
    
    * Improve doc about new auto_scale_lr
    
    * Fix logger string
    
    * Improve logger info
    
    * Fix lint problem
    
    * delete some blank lines
    
    * Imporve coding
    
    * Add the `auto_scale_lr` to those config files which `sample_per_gpu` is not `2` and number of GPU is not specifying in README at the same time
    
    * Add the `auto_scale_lr` to those config files which `sample_per_gpu` is not `2` and number of GPU is not specifying in README at the same time
    PeterH0323 authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    28022ba View commit details
    Browse the repository at this point in the history
  2. [Enchance] Add a probability parameter to Mosaic transform (#7371)

    * [Fix] Adjust the order of get_classes and FileClient. (#7276)
    
    * delete -sv (#7277)
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    
    * [Docs] Add Chinese version of finetune (#7178)
    
    * [Fix] Fix wrong img name in onnx2tensorrt.py (#7157)
    
    * [Docs] fix albumentations installed way (#7143)
    
    * Update finetune.md
    
    Translate the finetune.md doc to Chinese
    
    * Update finetune.md
    
    * Update finetune.md
    
    * Update finetune.md
    
    * fix lint
    
    * fx lint
    
    * fix pr
    
    Co-authored-by: Jamie <[email protected]>
    Co-authored-by: BigDong <[email protected]>
    
    * set unmap_results=True in ssd_head (#7328)
    
    * Update YOLOX log for non square input (#7235)
    
    * [Enhance] add cpu_num in cocopanoptic for pq computing (#7315)
    
    * add cpu_num in cocopanoptic for pq computing
    
    * cpu_num -> nproc
    
    * move nproc to evaluate
    
    * [Enhancement] Allow to set channel_order in LoadImageFromFile (#7258)
    
    * allow to set channel_order when loading images
    
    * fix lint
    
    * fix unit test
    
    * fix lint
    
    * [Fix] Force the inputs of `get_bboxes` in yolox_head to float32. (#7324)
    
    * Fix softnms bug
    
    * Add force_fp32 in corner_head and centripetal_head
    
    * [Fix] Fix typo in FPN neck (#7347)
    
    * update readme and pretrained related (#7301)
    
    * [Docs] Add Chinese version of onnx2tensorrt.md (#7219)
    
    * Fix bug of docs
    
    * translate onnx2tensorrt.md
    
    * fix
    
    * fix end-of-file-fixer
    
    * fix some bugs
    
    * 修复链接跳转
    
    * 修复链接跳转
    
    * 修复链接跳转-测试1
    
    * 修复链接跳转-测试2
    
    * 修复链接跳转-测试2
    
    * 修复链接跳转-测试3
    
    * 修复链接跳转-测试5
    
    * Fix
    
    Co-authored-by: jbwang1997 <[email protected]>
    
    * Update useful_tools.md (#7180)
    
    * [Enhancement]: Update colab tutorials (#7310)
    
    * update colab tutorials
    
    * update
    
    * fix
    
    * fix wrong CUDA explaination
    
    * resolve comments
    
    * resolve comments
    
    * fix typo
    
    Co-authored-by: Cedric Luo <[email protected]>
    Co-authored-by: tripleMu <[email protected]>
    Co-authored-by: jbwang1997 <[email protected]>
    Co-authored-by: kira <[email protected]>
    Co-authored-by: Wenwei Zhang <[email protected]>
    
    * Add prob parameter in Mosaic
    
    * Update transforms.py
    
    * Update default prob of Mosaic transform
    
    default prob is set to 0.5
    
    * Add unit test to prob of Mosaic
    
    * Update default prob of Mosaic transform
    
    Set default prob=1.
    
    * Update auto_augment.py
    
    fix f-string
    
    * Update test_transform.py
    
    Co-authored-by: Wencheng Wu <[email protected]>
    Co-authored-by: Yue Zhou <[email protected]>
    Co-authored-by: Wenwei Zhang <[email protected]>
    Co-authored-by: MingJian.L <[email protected]>
    Co-authored-by: Jamie <[email protected]>
    Co-authored-by: BigDong <[email protected]>
    Co-authored-by: Cedric Luo <[email protected]>
    Co-authored-by: Yosuke Shinya <[email protected]>
    Co-authored-by: Cedric Luo <[email protected]>
    Co-authored-by: Jingwei Zhang <[email protected]>
    Co-authored-by: jbwang1997 <[email protected]>
    Co-authored-by: Xiangxu-0103 <[email protected]>
    Co-authored-by: tripleMu <[email protected]>
    Co-authored-by: kira <[email protected]>
    15 people authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    838996d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. [Docs]fix wrong path (#7624)

    Fix wrong path of source code of classbalanceddataset
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    Y-M-Y and ZwwWayne authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    b0c1c53 View commit details
    Browse the repository at this point in the history
  2. Fixed spelling errors (#7610)

    Co-authored-by: Wenwei Zhang <[email protected]>
    mattcasey02 and ZwwWayne authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ba82ad7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. [Fix] Release efficientnet backbone pretrain model (#7646)

    * Upload efficientnet pretrain model
    
    * Update
    
    * Fix tnr model log url
    jbwang1997 authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    05837d2 View commit details
    Browse the repository at this point in the history
  2. [Docs] How to unfreeze the backbone network (#7570)

    * how to unfreeze the backbone network
    
    * custom_hooks should be a list
    
    * pre-commit code
    
    * only valid for resnet
    Czm369 authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    b252574 View commit details
    Browse the repository at this point in the history
  3. [Fix] Allow mixed precision training with SimOTAAssigner (#7516)

    * Convert valid_pred_scores to float32 in sim_ota_assigner
    
    Workaround to resolve `RuntimeError: "sqrt" "_vml_cpu" not implemented for 'Half'`
    
    * Add unit test for SimOTAAssigner
    
    * Cast output of binary_cross_entropy back to float16 if needed
    
    Also fix yapf lint issue.
    
    * Lint for yapf
    
    * More lint fixes on test_assigner.py
    
    * Cast cls_scores back to float16 directly
    
    Co-Authored-By: Wenwei Zhang <[email protected]>
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    weiji14 and ZwwWayne authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    0af7f25 View commit details
    Browse the repository at this point in the history
  4. [Enhancement] support file client in OpenImages dataset (#7433)

    * [Enhancement] support file client in OpenImages dataset
    
    * minor fix
    
    * minor fix
    
    * minor fix
    BIGWangYuDong authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    acfcf81 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Release mask2former (#7595)

    * Release checkpoints of Mask2Former and MaskFormer
    
    * update config link
    
    Co-authored-by: luochunhua <[email protected]>
    ZwwWayne and chhluo authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    a9f144e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c3391 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. [Fix] end_level is the index of the end input backbone level (#7502)

    * end_level is the index of the end input backbone level
    
    * Add unit test for end_level == self.num_ins - 1 for FPN
    
    * pre-commit
    
    * add unit tests for fpn, fpg, fpn_carafe, nas_fpn and nasfcos_fpn
    
    * fix unit tests
    
    * add some unit tests
    Czm369 authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    992b198 View commit details
    Browse the repository at this point in the history
  2. [Feature] Support splitting COCO data for Semi-supervised object dete…

    …ction. (#7431)
    
    * Split COCO data for Semi-supervised object detection.
    
    * import mmcv and use f-string
    
    * add a parser out_dir to set the path of semi-annos
    
    * Support multiprocessing
    
    * use mmcv.track_parallel_progress
    
    * fix
    
    * rename some variables
    Czm369 authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    04db930 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Fix typos. (#7679)

    Co-authored-by: Wenwei Zhang <[email protected]>
    Yulv-git and ZwwWayne authored Apr 9, 2022
    Configuration menu
    Copy the full SHA
    62d7fae View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. [Fix] Avoid invalid bbox after deform_sampling (#7567)

    * Avoid invalid bbox after deform_sampling
    
    * replace in-place opertion with torch.where, update docstring
    
    * Update
    jbwang1997 authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b403751 View commit details
    Browse the repository at this point in the history
  2. [Enhance] Add param out_file in image_demo.py (#7676)

    * [Enhance] add arg `out_file` in image_demo
    
    * update
    chhluo authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    4034904 View commit details
    Browse the repository at this point in the history
  3. [Fix] Fix the issue that argument color_theme does not take effect wh…

    …en exporting confusion matrix (#7701)
    
    Fix Bug #7700
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    xiefeifeihu and ZwwWayne authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    fc599f5 View commit details
    Browse the repository at this point in the history
  4. Dice cost (#7716)

    * add solo style dicecost
    
    * deiceloss
    
    * add dicecost that knet used by set naive_dice to False to use it
    
    * fix test_assigner config
    
    * add some description of the naive_dice of DiceCost and remove MaskCost which is same to CrossEntropyLossCost
    
    * add some description of the naive_dice of DiceCost and remove MaskCost which is same to CrossEntropyLossCost
    
    * add test for dicecost that naive_dice is False
    
    * add test for dicecost that naive_dice is False
    
    * remove the test of no gt masks for the naive_dice option of DiceCost is False
    
    * remove the test of no gt masks for the naive_dice option of DiceCost is False
    
    * remove the test of no gt masks for the naive_dice option of DiceCost is False
    
    * add test of DiceCost that naive_dice is False
    
    * add a discribition of why we use the shape of mask_pred
    
    * add a discribition of why we use the shape of mask_pred
    
    Co-authored-by: mengwg <[email protected]>
    Co-authored-by: fms <[email protected]>
    3 people authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    2545767 View commit details
    Browse the repository at this point in the history
  5. [Enhance] Add comments for proposals in deformable detr (#7690)

    * add comments for proposals in deformable detr
    
    * update
    
    * update
    chhluo authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    5baac66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55a6fe1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. [Fix] fix the bug that mix_results may be None in MultiImageMixDataset (

    #7530)
    
    * fix the bug that mix_results may be None
    
    * confirm results is not None
    
    * fix a bug
    
    * refine commits
    
    * refine some commits and add a RuntimeError
    
    * fix
    
    * refine some commits
    Czm369 authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    061460c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. [Docs] how to get channels of a new backbone (#7642)

    * update how to get channels of a new backbone
    
    * Update
    
    * Add zh_en for unfreeze
    
    * Update
    jbwang1997 authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    b14eb9f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. [Feature] Support Pathlib for Config.fromfile (#7685)

    * Support Path for Config.fromfile
    
    * Fix docstring
    
    * Lint
    
    * Fix docstring
    
    * Fix docstring2
    
    * Add test code for init_detector
    
    * Fix bug in test code
    
    * Fix bug in test code 2
    
    * Fix bug in test code 3
    
    * Remove redundant checkpoint download
    
    * Remove redundant tests
    
    * use more plausible error
    nijkah authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    01fbd7f View commit details
    Browse the repository at this point in the history
  2. [Feature] Support simple copy paste with some configs. (#7501)

    * Testing pre-commit hooks
    
    * Added base code in transforms
    
    * Added Simple Copy Paste working version
    
    * Added checks to simple copy paste
    
    * refactor simplecopypaste and provide some configs
    
    * remove lvis-api in .gitignore
    
    * refactor simplecopypaste and use resize/flip/pad in load_pipeline
    
    * pre-commit
    
    * add README.md for simplecopypaste
    
    * add some unit tests
    
    * rename some variables
    
    * add a blend_fn
    
    * add some unit tests
    
    * add some comments
    
    * delete blend_fn
    
    * simplify some commits
    
    Co-authored-by: Sudarshan Kamath <[email protected]>
    Czm369 and sudz123 authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    9a166a3 View commit details
    Browse the repository at this point in the history
  3. [Feature] Support memory profile hook (#7560)

    * add memory profile hook
    
    * update
    
    * update
    
    * update
    
    * test importerror
    chhluo authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    eac25ec View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. [Feature] Support set dataloader args in config and and add function …

    …to handle config compatibility (#7668)
    
    * add cfg_compatibility and support loader args
    
    * resolve comments
    
    * add unitest
    
    * resolve comments
    
    * delete all warning
    jshilong authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    dc14675 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c0852 View commit details
    Browse the repository at this point in the history
  3. support iter mode in gather_models (#7740)

    update
    
    remove print
    chhluo authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    623d946 View commit details
    Browse the repository at this point in the history
  4. Add RetinaNet configuration using ResNet18 as the backbone. (#7387)

    * fix #6682: Add RetinaNet configuration using ResNet18 as the backbone.
    
    * support #6682: update config and readme
    
    * support #6682: pre-commit
    
    * update metafile.yml
    
    * Update configs/retinanet/metafile.yml
    
    Co-authored-by: Haian Huang(深度眸) <[email protected]>
    
    * add retinanet_r18_fpn_1x8 and retinanet_r18_fpn_8x2 cfg
    
    Co-authored-by: Haian Huang(深度眸) <[email protected]>
    
    * update retinanet/metafile.yml and retinanet/README.md
    
    * update Retinanet_r18 with 8x2(GPUsxBatch_size) and delete useless config
    
    * add configs/retinanet/retinanet_r18_fpn_1x8_1x_coco.py
    
    * update retinanet_r18 lr with better performance
    
    * update retinanet/metafile.yml
    
    * support auto_scale_lr
    
    * update
    
    Co-authored-by: Haian Huang(深度眸) <[email protected]>
    Co-authored-by: Wenwei Zhang <[email protected]>
    3 people authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    c8270c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Fix requirements.txt. (#7768)

    Czm369 authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    4ac39a2 View commit details
    Browse the repository at this point in the history
  2. Enhance load_json_logs of analyze_logs.py (#7732)

    * Enhance load_json_logs of analyze_logs.py
    
    * [Fix] flake8 check in analyze_logs.py
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    SheffieldCao and ZwwWayne authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    668265d View commit details
    Browse the repository at this point in the history
  3. [Tools] Support respliting data_batch with tag (#7641)

    * support respliting data_batch with tag
    
    * add citations
    
    * add a unit test
    
    * fix lint
    Czm369 authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    c6f467f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    c72bc70 View commit details
    Browse the repository at this point in the history
  2. feat(mlu): Support PyTorch backend on MLU. (#7578)

    * feat(mlu): Support PyTorch backend on MLU.
    
    * Mmdet support PyTorch backend on MLU (with Cambricon PyTorch).
    
    * Add mlu Tensor-like methods in GeneralData.
    
    * refactor(mlu): Repackaging build_dp and build_ddp function.
    
    * refactor(mlu): refactor build_dp and build_ddp.
    
    Co-authored-by: zhangsanfeng2022 <[email protected]>
    Co-authored-by: zhangsanfeng2022 <[email protected]>
    3 people authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    c8a1873 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. fix lint (#7793)

    BIGWangYuDong authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    24f2fdb View commit details
    Browse the repository at this point in the history
  2. [Feature] Support Class Aware Sampler (#7436)

    * [Feature] Support Class Aware Sampler
    
    * minor fix
    
    * minor fix
    
    * rename get_label_dict to get_index_dict
    
    * fix cas logic
    
    * minor fix
    
    * minor fix
    
    * minor fix
    
    * minor fix
    
    * minor fix
    BIGWangYuDong authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    4aaaf4d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

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

Commits on Apr 26, 2022

  1. Add changelog of v2.24.0 (#7807)

    * add change log of v2.24.0
    
    * refine changelog
    
    * fix typo
    
    * resolve comments
    
    * fix lint
    
    * update
    ZwwWayne authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    7d1c097 View commit details
    Browse the repository at this point in the history
  2. Release of v2.24.0

    ZwwWayne authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    1376e77 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. [Fix] Fix no attribute 'samples_per_gpu' bug in auto_scale_lr (#7862)

    * Fix
    
    * update docstring
    jbwang1997 authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    41ba2f4 View commit details
    Browse the repository at this point in the history
  2. [Fix] Fix KeyError: 'ori_filename' when using --show-dir with centern…

    …et_resnet18_dcnv2_140e_coco.py (#7865)
    jbwang1997 authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    e283bae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be4c06b View commit details
    Browse the repository at this point in the history
  4. update readme (#7867)

    chhluo authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    178b9fd View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Bump version to v2.24.1 (#7884)

    * bump version to v2.24.1
    
    * update dockerfile version
    ZwwWayne authored Apr 30, 2022
    Configuration menu
    Copy the full SHA
    73b4e65 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. [Fix] Fix GPG key error in CI and docker (#7890)

    * Update build.yml
    
    * Update build.yml
    
    * Update build.yml
    zytx121 authored May 1, 2022
    Configuration menu
    Copy the full SHA
    0e7e9e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a60672 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. add model zoo statistics (#6696)

    * fix path issue of stat.py
    
    * fix url issue
    
    * fix url issue
    
    * fix url issue
    ZwwWayne authored May 2, 2022
    Configuration menu
    Copy the full SHA
    172f9b9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. Configuration menu
    Copy the full SHA
    2a643e4 View commit details
    Browse the repository at this point in the history
  2. [FIX] Enable YOLOX training on different devices (#7912)

    * Enable yolox training on different devices
    
    * Enable yolox resize test on cpu
    solyaH authored May 8, 2022
    Configuration menu
    Copy the full SHA
    5146c3b View commit details
    Browse the repository at this point in the history
  3. [Enhance] Support reading gpu_collect from cfg.evaluation.gpu_colle…

    …ct (#7672)
    
    * feat: read from cfg.evaluation.gpu_collect
    
    * chore: yapf
    
    * fix: gpu_collect not in config
    LutingWang authored May 8, 2022
    Configuration menu
    Copy the full SHA
    280cc7d View commit details
    Browse the repository at this point in the history
  4. Speedup the Video Inference by Accelerating data-loading Stage (#7832)

    * add a faster inference for video
    
    * Fix typos
    
    * modify typo
    
    * modify the numpy array to torch gpu
    
    * fix lint
    
    * add description
    
    * add documents
    
    * fix typro
    
    * fix lint
    
    * fix lint
    
    * fix lint again
    
    * fix a mistake
    chenxinfeng4 authored May 8, 2022
    Configuration menu
    Copy the full SHA
    b1f40ef View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. [Tools] Support replacing the ${key} with the value of cfg.key (#7492)

    * Support replacing config
    
    * Support replacing config
    
    * Add unit test for replace_cfig
    
    * pre-commit
    
    * fix
    
    * modify the docstring
    
    * rename function
    
    * fix a bug
    
    * fix a bug and simplify the code
    
    * simplify the code
    
    * add replace_cfg_vals for some scripts
    
    * add replace_cfg_vals for some scripts
    
    * add some unit tests
    Czm369 authored May 11, 2022
    Configuration menu
    Copy the full SHA
    0db1b9b View commit details
    Browse the repository at this point in the history
  2. Fix text errors in the tutorials (#7959)

    * Fix text errors in the tutorials
    
    * Add a blank line.
    Chenastron authored May 11, 2022
    Configuration menu
    Copy the full SHA
    ad5776c View commit details
    Browse the repository at this point in the history
  3. [Enhance] Accelerate analyze result (#7891)

    * analyze_time
    
    * accelerate
    
    * update
    
    * fix bug
    
    * update
    
    * unmerge
    
    * update comments
    
    * add unit test
    chhluo authored May 11, 2022
    Configuration menu
    Copy the full SHA
    541222d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    240d7a3 View commit details
    Browse the repository at this point in the history
  5. Parameters of DilatedEncoder (#7812)

    * Parameters of DilatedEncoder
    
    Add the original fixed parameter block_dilations as an incoming parameter
    
    * [Fix] Add default value to block_dilations parameter of DilatedEncoder and fully function annotation
    
    * [Fix] The incoming parameter of calling DilatedEncoder in the test_dilated_encoder function is missing block_dilations
    
    * Update test_necks.py
    
    [fix] tests/test_models/test_necks.py:237:80: E501 line too long (84 > 79 characters)
    Shanyaliux authored May 11, 2022
    Configuration menu
    Copy the full SHA
    d7734dd View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. [Doc] Rewrite the installation guide (#7897)

    * rewrite the installation guide
    
    * move installation trouble shooting to the FAQ page
    
    * fix typo
    
    * fix the config file path in the demo codes
    
    * minor rephrases
    
    * minor update of the doc format
    
    * typo fix
    
    * update fap link
    
    * fix a typo
    
    * update config to fix the error with anchors
    hellock authored May 13, 2022
    Configuration menu
    Copy the full SHA
    cb3e694 View commit details
    Browse the repository at this point in the history
  2. Fix the log plot error when evaluation interval != 1 (#7784)

    * Fix eval_interval 
    
    Enhance the robustness when evaluation interval != 1
    
    * Add eval_interval in docs/tools/log_analysis
    Y-M-Y authored May 13, 2022
    Configuration menu
    Copy the full SHA
    110aa13 View commit details
    Browse the repository at this point in the history
  3. [Feature] Release dyhead big model. (#7733)

    * Release dyhead with big model
    
    * Update new config
    
    * Update config
    
    * Fix lint
    
    * Update
    
    * Update
    jbwang1997 authored May 13, 2022
    Configuration menu
    Copy the full SHA
    6dbca90 View commit details
    Browse the repository at this point in the history
  4. [Docs] userful hooks (#7810)

    * update docstring
    
    * update
    
    * add useful_hook
    
    * update
    
    * update
    
    * add a space
    
    * update
    
    * fix link
    
    * update
    
    * update
    
    * update
    
    * fix lint
    chhluo authored May 13, 2022
    Configuration menu
    Copy the full SHA
    48226ea View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    12036d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a828499 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. [Feature] Support ConvNeXt (#7281)

    * update
    
    * update
    
    * fix init_cfg
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update1
    
    * final
    
    * update
    
    * update
    
    * fix lint
    
    * fix backbone config
    
    * update cascade_mask_rcnn
    
    * update and fix lint
    
    * update
    
    * fix DefaultOptimizerConstructor error
    
    * update
    
    * update
    
    * update
    
    * fix year
    
    * update
    
    * fix lint
    hhaAndroid authored May 24, 2022
    Configuration menu
    Copy the full SHA
    1fd48f7 View commit details
    Browse the repository at this point in the history
  2. [Feature] Support DDOD: Disentangle Your Dense Object Detector(ACM MM…

    …2021 oral) (#7279)
    
    * add ddod feature
    
    * add ddod feature
    
    * modify new
    
    * [Feature] modify ddod code0225
    
    * [Feature] modify ddod code0226
    
    * [Feature] modify ddod code0228
    
    * [Feature] modify ddod code0228#7279
    
    * [Feature] modify ddod code0301
    
    * [Feature] modify ddod code0301 test draft
    
    * [Feature] modify ddod code0301 test
    
    * [Feature] modify ddod code0301 extra
    
    * [Feature] modify ddod code0301 delete src/mmtrack
    
    * [Feature] modify ddod code0302
    
    * [Feature] modify ddod code0302(2)
    
    * [Feature] modify ddod code0303
    
    * [Feature] modify ddod code0303(2)
    
    * [Feature] modify ddod code0303(3)
    
    * [Feature] modify ddod code0305
    
    * [Feature] modify ddod code0305(2) delete diou
    
    * [Feature] modify ddod code0305(3)
    
    * modify ddod code0306
    
    * [Feature] modify ddod code0307
    
    * [Feature] modify ddod code0311
    
    * [Feature] modify ddod code0311(2)
    
    * [Feature] modify ddod code0313
    
    * update
    
    * [Feature] modify ddod code0319
    
    * fix
    
    * fix lint
    
    * [Feature] modify ddod code0321
    
    * update readme
    
    * [0502] compute common vars at once for get_target
    
    * [0504] update ddod conflicts
    
    * [0518] seperate reg and cls loss and get_target compute
    
    * [0518] merge ATSSCostAssigner to ATSSAssigner
    
    * [0518] refine ATSSAssigner
    
    * [0518] refine ATSSAssigner 2
    
    * [0518] refine ATSSAssigner 2
    
    * [0518] refine ATSSAssigner 3
    
    * [0519] fix bugs
    
    * update
    
    * fix lr
    
    * update weight
    
    Co-authored-by: hha <[email protected]>
    Irvingao and hhaAndroid authored May 24, 2022
    Configuration menu
    Copy the full SHA
    151a803 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. [Feature] Support SOLOv2 (#7441)

    * solov2 init
    
    * solov2 r18 lightweight
    
    * add model docstrings and reformat the code
    
    * add docstrings to model method
    
    * add solov2 big model config and correct some errors in the docstring
    
    * fix linting issues
    
    * refactor code and configs
    
    * rename variables according to the convention
    
    * add and enhance solov2 logic
    
    * add doc strings
    
    * update solov2 config files
    
    * fix norm_cfg in mask head
    
    * minor fix
    
    * update configs
    
    Co-authored-by: BIGWangYuDong <[email protected]>
    zhanggefan and BIGWangYuDong authored May 25, 2022
    Configuration menu
    Copy the full SHA
    d18cdb1 View commit details
    Browse the repository at this point in the history
  2. [Feature] Add AvoidOOM to avoid OOM (#7434)

    * [Feature] Add AvoidOOM to avoid OOM
    
    * support multiple outputs
    
    * add docs in faq
    
    * add docs in faq
    
    * fix logic
    
    * minor fix
    
    * minor fix
    
    * minor fix
    
    * minor fix
    
    * add the tutorials of using avoidoom as a decorator
    
    * minor fix
    
    * add convert tensor type test unit
    
    * minor fix
    
    * minor fix
    BIGWangYuDong authored May 25, 2022
    Configuration menu
    Copy the full SHA
    7b03639 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c32894e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Add SOLOv2 to Overview of Benchmark and Model Zoo (#8050)

    * Add SOLOv2 to Model Zoo
    
    * Sort CentripetalNet by submission date
    Keiku authored May 27, 2022
    Configuration menu
    Copy the full SHA
    775b2e3 View commit details
    Browse the repository at this point in the history
  2. [Enhance] Mask2Former Instance Segm Only (#7571)

    * Mask2Former/MaskFormer instance only training/eval
    
    * obsolete config names
    
    * if cond is None fix
    
    * white space
    
    * fix tests
    
    * yapf formatting fix
    
    * semantic_seg None docstring
    
    * original config names
    
    * pan/ins unit test
    
    * show_result comment
    
    * pan/ins head unit test
    
    * redundant test
    
    * inherit configs
    
    * correct gpu #
    
    * revert version
    
    * BaseDetector.show_result comment
    
    * revert more versions
    
    * clarify comment
    
    * clarify comment
    
    * add FilterAnnotations to data pipeline
    
    * more complete Returns docstring
    
    * use pytest.mark.parametrize decorator
    
    * fix docstring formatting
    
    * lint
    
    * Include instances passing mask area test
    
    * Make FilterAnnotations generic for masks or bboxes
    
    * Duplicate assertion
    
    * Add pad config
    
    * Less hard coded padding setting
    
    * Clarify test arguments
    
    * Additional inst_seg configs
    
    * delete configs
    
    * Include original dev branch configs
    
    * Fix indent
    
    * fix lint error from merge conflict
    
    * Update .pre-commit-config.yaml
    
    * Rename mask2former_r50_lsj_8x2_50e_coco.py to mask2former_r50_lsj_8x2_50e_coco-panoptic.py
    
    * Update and rename mask2former_r101_lsj_8x2_50e_coco.py to mask2former_r101_lsj_8x2_50e_coco-panoptic.py
    
    * Update and rename mask2former_swin-b-p4-w12-384-in21k_lsj_8x2_50e_coco.py to mask2former_swin-b-p4-w12-384-in21k_lsj_8x2_50e_coco-panoptic.py
    
    * Update and rename mask2former_swin-b-p4-w12-384_lsj_8x2_50e_coco.py to mask2former_swin-b-p4-w12-384_lsj_8x2_50e_coco-panoptic.py
    
    * Update and rename mask2former_swin-l-p4-w12-384-in21k_lsj_16x1_100e_coco.py to mask2former_swin-l-p4-w12-384-in21k_lsj_16x1_100e_coco-panoptic.py
    
    * Update and rename mask2former_swin-s-p4-w7-224_lsj_8x2_50e_coco.py to mask2former_swin-s-p4-w7-224_lsj_8x2_50e_coco-panoptic.py
    
    * Update and rename mask2former_swin-t-p4-w7-224_lsj_8x2_50e_coco.py to mask2former_swin-t-p4-w7-224_lsj_8x2_50e_coco-panoptic.py
    
    * Create mask2former_r50_lsj_8x2_50e_coco.py
    
    * Create mask2former_r101_lsj_8x2_50e_coco.py
    
    * Create mask2former_swin-s-p4-w7-224_lsj_8x2_50e_coco.py
    
    * Create mask2former_swin-t-p4-w7-224_lsj_8x2_50e_coco.py
    
    * Update test_forward.py
    
    * remove gt_sem_seg
    
    Co-authored-by: Cedric Luo <[email protected]>
    PeterVennerstrom and chhluo authored May 27, 2022
    Configuration menu
    Copy the full SHA
    2469f78 View commit details
    Browse the repository at this point in the history
  3. Realse instance segmentation models of Mask2Former (#8032)

    * rename
    
    * add configs for mask2former instance segmentation
    
    * rename panoptic seg related and add instance seg related
    
    * update readme
    
    * fix bug in gather_model.py
    
    * fix link
    
    * fix link
    
    * update readme
    
    * update config
    
    * update readme
    
    * update readme
    chhluo authored May 27, 2022
    Configuration menu
    Copy the full SHA
    1623686 View commit details
    Browse the repository at this point in the history
  4. [Feature] Support panoptic segmentation result analysis (#7922)

    * support analyze panoptic segmentation result
    
    * fix lint
    
    * update docstring
    
    * update docstring
    
    * set print_log=False by default
    
    * update
    
    * fix bug 8035
    chhluo authored May 27, 2022
    Configuration menu
    Copy the full SHA
    f3a451a View commit details
    Browse the repository at this point in the history
  5. [Feature] Dedicated WandbLogger for MMDetection (#7459)

    * [Fix] Adjust the order of get_classes and FileClient. (#7276)
    
    * delete -sv (#7277)
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    
    * wandb-integration
    
    * docstring
    
    * lint
    
    * log config+handle segmentation results
    
    * remove val logging
    
    * segmentation logging
    
    * metadata logging improved + remove best metadata
    
    * remove extra arg
    
    * train.py conflict
    
    * shuffle eval data+remove config
    
    * wandb config file
    
    * iter based logging + cleanup
    
    * minor update
    
    * minor update
    
    * minor fix
    
    * epoch and iter eval table
    
    * save and log config
    
    * Delete mask_rcnn_r50_fpn_1x_wandb_iter_coco.py
    
    Co-authored-by: Wencheng Wu <[email protected]>
    Co-authored-by: Yue Zhou <[email protected]>
    Co-authored-by: Wenwei Zhang <[email protected]>
    4 people authored May 27, 2022
    Configuration menu
    Copy the full SHA
    b637c99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbff67c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

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

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    d5c8c74 View commit details
    Browse the repository at this point in the history
  2. Update README (#7996)

    jbwang1997 authored May 31, 2022
    Configuration menu
    Copy the full SHA
    3b24fdd View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Release SimpleCopyPaste Mask R-CNN (#8104)

    * Release SimpleCopyPaste Mask R-CNN
    
    * set Version: v2.25.0
    
    * fix a link
    
    * Modify model accuracy.
    Czm369 authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    44af55f View commit details
    Browse the repository at this point in the history
  2. Fix ResourceWarning in Wandb and Update README.md (#8103)

    * add hint in wandb
    
    * update readme
    
    * update readme
    
    * update hint of wandb
    hhaAndroid authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    51ad7cb View commit details
    Browse the repository at this point in the history
  3. Add changelog of v2.25.0 (#8071)

    * bump to v2.25.0
    
    * update
    
    * update
    
    * update
    
    * update date
    
    * update
    
    * reset
    
    * reset
    
    * reset
    
    * reset
    
    * reset
    chhluo authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    5970e09 View commit details
    Browse the repository at this point in the history
  4. Bump version to v2.25.0

    Bump version to v2.25.0
    ZwwWayne authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    ca11860 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Add anchor pruning to projects documentation. (#8120)

    Co-authored-by: Wenwei Zhang <[email protected]>
    Mxbonn and ZwwWayne authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    8f3a593 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

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

Commits on Jun 14, 2022

  1. Fix 1 GPU distributed training of cuda device specifying (#8176)

    modified: mmdet/utils/util_distribution.py
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    Youth-Got and ZwwWayne authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    ee79605 View commit details
    Browse the repository at this point in the history
  2. [Fix] FilterAnnotations bug (#8136)

    * Bug fix: #8131
    
    * The better solution from chhluo
    
    * #8136
    
    since we changed the filtering type from mask to indexes, we can no longer use ```keep.any()``` to check, because it does not work at index zero.
    But we can use
    
    ```
    if keep.size == 0:
                 if self.keep_empty:
                     return None
    ```
    
    * add a unit test for filtering PolygonMasks
    
    * W293 blank line contains whitespace
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    Co-authored-by: m.stepanov <[email protected]>
    3 people authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    2b05497 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    3940957 View commit details
    Browse the repository at this point in the history
  2. [Fix] Fix mdformat version to support python3.6 (#8195)

    * Update
    
    * Update
    jbwang1997 authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    c80f99c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    eeb0e80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ee3caf View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Fix testing commands of mim in CI (#8240)

    * fix typo
    
    * fix metafile
    chhluo authored Jun 25, 2022
    Configuration menu
    Copy the full SHA
    2796771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7471229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3d4519 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    2d9f81a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56e42e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. [Fix] Fix metafile and release new models (#8294)

    * update reppoints readme and metafile
    
    * update openimages metafile
    
    * update faster rcnn readme and metafile
    
    * update convnext readme and metafile
    
    * update guided_anchoring metafile
    
    * update groie metafile and readme
    
    * update reppoints readme and metafile
    
    * update metafile
    
    * update metafile
    
    * release ld and mask_rcnn models
    
    * update metafile
    
    * update regnet metafile
    
    * fix markdown format
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * update md format
    
    * release lad
    chhluo authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    35effe9 View commit details
    Browse the repository at this point in the history
  2. Update maskformer.py and Update maskformer_head.py (#8263)

    * Update maskformer.py
    
    * Update maskformer_head.py
    
    * Update maskformer.py
    
    * fix lint
    
    * fix lint
    
    Co-authored-by: Cedric Luo <[email protected]>
    duanzhihua and chhluo authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    a5f9ed3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Update qq group qrcode in README_zh-CN.md (#8370)

    * [Fix]: Fix WandbLogger Hook Error (#8273)
    
    * Delete qq_group_qrcode.jpg
    
    * Update README_zh-CN.md
    
    Co-authored-by: Ayush Thakur <[email protected]>
    STLAND-admin and ayulockin authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    0f57742 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    29e1650 View commit details
    Browse the repository at this point in the history
  2. Add checkpoint file download link in doc (#8391)

    * tiny add
    
    * fix
    xiaoyuan0203 authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    b9f7c28 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. [Fix] fix runtime error of "+=" inplace operation in PyTorch 1.10 (#8439

    )
    
    * fix runtime error of "+=" inplace operation in PyTorch 1.10
    
    * minor fix
    BIGWangYuDong authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    0c9d05b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c526f3 View commit details
    Browse the repository at this point in the history
  3. Add changelog of v2.25.1 (#8428)

    * Add changelog of v2.25.1
    
    * update changelog
    BIGWangYuDong authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    065ef4d View commit details
    Browse the repository at this point in the history
  4. Release v2.25.1

    Release v2.25.1
    ZwwWayne authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    3b72b12 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. [Doc]: introduce 3.x in 2.x readme (#8677)

    * introduce 3.x in 2.x readme
    
    * introduce 3.x in 2.x readme
    
    * update
    RangiLyu authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    df28da9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

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

Commits on Sep 9, 2022

  1. Upgrade onnxsim to at least 0.4.0 (#8383)

    * Upgrade onnxsim to 0.4.0
    
    * Update pytorch2onnx.py
    
    * Update pytorch2onnx.py
    daquexian authored and ZwwWayne committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e62c01f View commit details
    Browse the repository at this point in the history
  2. Add .github/workflow/stale.yml (#8445)

    * Add .github/workflow/stale.yml
    
    * modify prompt message in stale.yml
    
    * modify check strategy 
    
    now, issues and prs with any of 'invalid', 'awaiting response' will be checked
    lyq10085 authored and ZwwWayne committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e9c621f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13c9683 View commit details
    Browse the repository at this point in the history
  4. Fix typo in HTC link (#8487)

    Fix HTC link
    fbagci authored and ZwwWayne committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d929c63 View commit details
    Browse the repository at this point in the history
  5. Fix DyDCNv2 RuntimeError (#8485)

    the parameter of offset is not set as continuous will trigger the runtime error: offset must be continuous
    BubblyYi authored and ZwwWayne committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e9ca9d3 View commit details
    Browse the repository at this point in the history
  6. Fix method doc (#8512)

    fbagci authored and ZwwWayne committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    80a1c7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98d4eff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20afc72 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce948b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9cd074a View commit details
    Browse the repository at this point in the history
  11. [fix]: Fix swin backbone absolute pos_embed (#8127)

    * Fix swin backbone absolute pos_embed resizing
    
    * fix lint
    
    * fix lint
    
    * add unit test
    
    * Update swin.py
    
    Co-authored-by: Cedric Luo <[email protected]>
    2 people authored and ZwwWayne committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    03a6244 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ec952f View commit details
    Browse the repository at this point in the history
  13. Fix floordiv warning. (#8648)

    * Fix floordiv warning.
    
    * Add floordiv wrapper.
    JiayuXu0 authored and ZwwWayne committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    aa39be7 View commit details
    Browse the repository at this point in the history
  14. [Docs] Update Config Doc to Add WandB Hook (#8663)

    * logger hooks samples updated
    
    * [Docs] MMDetWandB LoggerHook Details Added
    
    * [Docs] lint test passed
    Nourollah authored and ZwwWayne committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    00efd24 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    ba69d69 View commit details
    Browse the repository at this point in the history
  2. [Doc]: update issue template (#8802)

    * update issue template
    
    * update issue template
    RangiLyu authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1c702cc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Bump version to 2.25.2 (#8806)

    * update v2.25.2 changelog
    
    * update v2.25.2 changelog
    RangiLyu authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    9d3e162 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. [Doc]: update BoundedIoULoss config in readme (#8808)

    * messages
    
    * messages
    Zheng-LinXiao authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    4f47302 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

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

Commits on Sep 21, 2022

  1. Fix typo in warning (#8844)

    fbagci authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c92f323 View commit details
    Browse the repository at this point in the history
  2. [Docs] Fix Faster R-CNN Readme (#8803)

    * [Docs] Fix Faster R-CNN Readme
    
    * [Docs] Fix Faster R-CNN Readme
    
    * [Docs] Fix Faster R-CNN Readme
    
    * Solve the conflict
    
    Co-authored-by: sudo_Aimer <[email protected]>
    Co-authored-by: Czm369 <[email protected]>
    3 people authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    1abe291 View commit details
    Browse the repository at this point in the history
  3. [Doc] update location of test_cfg and train_cfg (#8792)

    * Update config.md
    
    * Update config.md
    DrRyanHuang authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    1e6b36d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    225ae6c View commit details
    Browse the repository at this point in the history
  2. [CI]: Upgrade pre commit hooks in master (#8964)

    * Upgrade the versions of pre-commit-hooks
    
    * Upgrade setup.cfg
    
    * Upgrade setup.cfg
    wanghonglie authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    a502d8f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. [CI] Fix CI for timm, pycocotools, onnx (#9034)

    * Fix CI by removing timm that requires torch>=1.7
    
    * Fix CI for pycocotools and onnx
    shinya7y authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    ea2c599 View commit details
    Browse the repository at this point in the history
  2. [Doc]: Update random_sampler.py (#9033)

    neg_pos_up -> neg_pos_ub
    minor typo fix
    Ryoo72 authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    8750d0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a249dfe View commit details
    Browse the repository at this point in the history
  4. [Doc]: Update README.md (#9041)

    fix `mmdetection/edit/master/configs/fpg/README.md` box AP error
    gy-7 authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    09bc48c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. [Enhancement]: fix jpg to png bug when using seg maps (#9078)

    * fix jpg->png
    
    * fix jpg->png again
    
    * add suffix
    
    * fix lint
    
    * rm img_suffix
    
    * rename
    
    Co-authored-by: Neesky <[email protected]>
    wanghonglie and Neesky authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    92dd59e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. [Enhancement] improve issue template (#9125)

    * [Enhancement] improve issue template
    
    * update
    hhaAndroid authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e422ee9 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

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

Commits on Oct 28, 2022

  1. [Fix] Fix readthedocs by freezing the dependency versions (#9154)

    * [Fix] Fix readthedocs.
    
    * update sphinx version
    RangiLyu authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    22d53ef View commit details
    Browse the repository at this point in the history
  2. [Fix] Fix RPN visualization (#9151)

    * [Fix] Fix RPN visualization
    
    * [Fix] Fix RPN visualization
    RangiLyu authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    f70164d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a12be71 View commit details
    Browse the repository at this point in the history
  4. [Feats]: support copy paste based on bbox when there is no gt mask (#…

    …8905)
    
    * copypaste_based_on_bbox
    
    * docformatter
    
    * formatter again
    
    * fix bug of dict get method in check_gt_masks
    
    * test copypaste based on bbox
    
    * change mask generating method
    
    * docformatter
    
    * docformatter
    
    * update comment 'result' to 'results'
    
    * rename
    
    * Update transforms.py
    
    * Update transforms.py
    
    * Update transforms.py
    
    * rename 'mask_gen' to 'using_cutmix'
    
    * yapf
    
    * Add files via upload
    
    * yapf
    
    * paste_by_box
    
    drop parameter "using_cutmix"
    add indicator "paste_by_box"
    JarvisKevin authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    1f8b195 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d06246 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. [Fix] Fix solov2 cannot dealing with empty gt image (#9185)

    * [Fix] Fix solov2 cannot dealing with empty gt image
    
    * minor fix
    BIGWangYuDong authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    13f8683 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

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

Commits on Nov 3, 2022

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

Commits on Nov 4, 2022

  1. [Enhance] Add MMEval in README (#9217)

    * [Enhance] Add MMEval in README
    
    * update
    BIGWangYuDong authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    8b4edbd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

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

Commits on Nov 21, 2022

  1. [CI]: Update issue owner (#9355)

    * Update .owners.yml
    
    * Update .owners.yml
    zytx121 authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6712131 View commit details
    Browse the repository at this point in the history
  2. [Fix]: complement necessary argument of seg_suffix of cityscapes (#9330)

    Issue: #9329
    A new entry `seg_suffix` is added for CustomDataset.__init__()
    but missing in `self_coco = CocoDataset` in function `evaluate()`,
    `mmdet/datasets/cityscapes.py`.
    
    Signed-off-by: Shengjiang QUAN <[email protected]>
    
    Signed-off-by: Shengjiang QUAN <[email protected]>
    sjiang95 authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    91f47c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c82b7e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. [Feature] add docs with NPU backend (#9333)

    * update npu doc
    
    * add ssdlite_mbv2 result
    
    * update url
    wangjiangben-hw authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    5fb38fa View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Bump version to v2.26.0 (#9373)

    * init
    
    * Update changelog.md
    
    * Update README.md
    
    * Update README_zh-CN.md
    
    * Update changelog.md
    
    * Update docs/en/changelog.md
    
    Co-authored-by: RangiLyu <[email protected]>
    
    Co-authored-by: RangiLyu <[email protected]>
    zytx121 and RangiLyu authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    31c8495 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

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

Commits on Dec 12, 2022

  1. [Doc]: Fix Faster RCNN FP16 config link in README (#9366)

    * README: Faster RCNN fp16 config link fix
    
    README: Faster RCNN fp16 config link fix
    
    * Update README.md
    
    * Update README.md
    
    Co-authored-by: Yue Zhou <[email protected]>
    apatsekin and zytx121 authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    97edaac View commit details
    Browse the repository at this point in the history
  2. [CI]: add minimum GitHub token permissions for workflows (#8928)

    * ci: add minimum GitHub token permissions for workflows
    Signed-off-by: Ashish Kurmi <[email protected]>
    
    * removing yaml comments
    
    Signed-off-by: Ashish Kurmi <[email protected]>
    
    Signed-off-by: Ashish Kurmi <[email protected]>
    ashishkurmi authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    0dfe3f0 View commit details
    Browse the repository at this point in the history
  3. [Fix]: Fix deadlock issue related with MMDetWandbHook (#9476)

    Co-authored-by: WangYudong <[email protected]>
    
    Co-authored-by: WangYudong <[email protected]>
    MilkClouds and Fizzez authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    cc9513f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

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

Commits on Dec 22, 2022

  1. [Fix]: Deprecate np.bool Type Alias (#9498)

    * deprecating np.bool type alias
    
    * updating the flake8 version to fix flake8 bug
    zachcoleman authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    604be70 View commit details
    Browse the repository at this point in the history
  2. Support receptive field search of CNN models. (TPAMI paper rf-next) (#…

    …8191)
    
    * support rfsearch and convnext
    
    * update config and readme for rfnext
    
    * update config path
    
    * update config path
    
    * format readme
    
    * rm convnext
    
    * revise script
    
    * rm extra import of mmcv
    
    * fix model init on new mmdet version
    
    * update config files
    
    * update code
    
    * update code
    
    * update code
    
    * update readme
    
    * panoptic
    
    * hrnet config
    
    * update pre-commit
    
    * solve conflicts
    
    * solve conflicts
    
    * merge
    
    * update code following rf-mmcv
    
    * Update configs/rfnext/README.md
    
    Co-authored-by: jbwang1997 <[email protected]>
    
    * change config link to openmmlab
    
    * initlize rf-next in train and test
    
    * add rfnext metafile
    
    * README
    
    * add Collections
    
    * add model-index
    
    * add model and log links
    
    * add modelzoo
    
    * Update README.md
    
    * Update README.md
    
    * fix lint
    
    * update links in metafile
    
    Co-authored-by: Zhongyu Li <[email protected]>
    Co-authored-by: lzyhha <[email protected]>
    Co-authored-by: jbwang1997 <[email protected]>
    4 people authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    c02c63b View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Bump version to v2.27.0 (#9531)

    * Add changelog of v2.27.0
    
    * update rc5
    
    * fix
    
    * fix
    
    * sync
    RangiLyu authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    dcac7dd View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

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

Commits on Jan 5, 2023

  1. [CI]: Fix circle ci (#9560)

    * fix master circle ci
    
    * update
    
    * update
    
    * update
    
    * update
    
    * fix
    
    * cmake
    
    * onnx
    
    * fix albu install
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * update
    
    * fix
    
    * fix
    
    * fix
    
    * update
    
    * fix
    
    * update
    
    * fix
    
    * fix
    
    * finally fix ci
    RangiLyu authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    db63ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94afcdc View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. [Fix] Fix inconsistent float precision between mmdet and mmcv (#9570)

    * [Fix] Fix inconsistent float precision between mmdet and mmcv in coco.py
    
    * [Fix] Fix inconsistent float precision between mmdet and mmcv in lvis.py
    
    * Fix pytest in test_panoptic_dataset.py
    jamiechoi1995 authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    334e70f View commit details
    Browse the repository at this point in the history
  2. [DOC] update NPU doc (#9535)

    * add new results
    
    * sync npu.md on doc/zh_cn.
    
    * Update docs/en/device/npu.md
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    
    * Update docs/en/device/npu.md
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    
    * Update docs/en/device/npu.md
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    
    * Update docs/en/device/npu.md
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    
    * Update docs/zh_cn/device/npu.md
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    
    * move star
    
    * move star
    
    * Update npu.md
    
    * Update npu.md
    
    * Update npu.md
    
    * Update docs/en/device/npu.md
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    
    * Update docs/zh_cn/device/npu.md
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    
    * Update docs/zh_cn/device/npu.md
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    
    * Update npu.md
    
    * Update npu.md
    
    * Update npu.md
    
    Co-authored-by: Wenwei Zhang <[email protected]>
    wangjiangben-hw and ZwwWayne authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5ce2600 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    4a43e68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    721e115 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91a4539 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

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

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    60ddc13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9054e4c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

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

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    08f77b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd76d2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b955832 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    eb773be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b02faf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea29a1e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

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

Commits on Jan 31, 2023

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

Commits on Feb 1, 2023

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

Commits on Feb 6, 2023

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

Commits on Feb 7, 2023

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

Commits on Feb 16, 2023

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

Commits on Feb 17, 2023

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

Commits on Feb 19, 2023

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

Commits on Feb 22, 2023

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

Commits on Feb 28, 2023

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