forked from open-mmlab/mmdetection
-
Notifications
You must be signed in to change notification settings - Fork 42
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
StrongAlexZhu
wants to merge
1,159
commits into
SJTU-Thinklab-Det:master
Choose a base branch
from
open-mmlab:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [Feature] ResNet Strikes Back. * add more cfg * add readme * update * update * update * update * update * update
* maskformer visualization * compatible with models that do not contain arg of pretrained * compatible with models that do not contain arg of pretrained
* 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]>
* [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
Bump version to v2.22.0
* Update README.md * Update README.md Co-authored-by: Haofan Wang <[email protected]>
* Fix VOC unit test not to remove data directory * Fix CI
* 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 colab tutorials * update * fix * fix wrong CUDA explaination * resolve comments * resolve comments
* update LD info * update ld info * update readme_zhcn
Co-authored-by: Wenwei Zhang <[email protected]>
* [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]>
* add cpu_num in cocopanoptic for pq computing * cpu_num -> nproc * move nproc to evaluate
* allow to set channel_order when loading images * fix lint * fix unit test * fix lint
* Fix softnms bug * Add force_fp32 in corner_head and centripetal_head
* 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]>
…7353) add point sample replace function in mask_point_head
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
…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]>
* Add changelog of v2.27.0 * update rc5 * fix * fix * sync
* 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
* [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
* 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]>
Co-authored-by: RangiLyu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit version is 800 commits behind