AdorableJiang
91f47c5ca0
[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 <qsj287068067@126.com>
Signed-off-by: Shengjiang QUAN <qsj287068067@126.com>
3 years ago
Yue Zhou
671213116e
[CI]: Update issue owner ( #9355 )
...
* Update .owners.yml
* Update .owners.yml
3 years ago
wangjiangben-hw
3e36d5cfd4
[Feature]: support training mmdet on NPU ( #9267 )
3 years ago
BigDong
8b4edbdeb3
[Enhance] Add MMEval in README ( #9217 )
...
* [Enhance] Add MMEval in README
* update
3 years ago
BigDong
bea71f0118
Update mmcv version upper bound ( #9215 )
3 years ago
BigDong
a81474aad3
[Enhance] Make scipy as a default dependency in runtime ( #9186 )
3 years ago
BigDong
13f86830ba
[Fix] Fix solov2 cannot dealing with empty gt image ( #9185 )
...
* [Fix] Fix solov2 cannot dealing with empty gt image
* minor fix
3 years ago
BainOuO
5d06246154
[Fix]: Delete redundant Chinese characters in docs ( #9175 )
3 years ago
JarvisKevin
1f8b195f72
[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"
3 years ago
wanghonglie
a12be714e9
[Fix]: add cfg.device in colab tutorial to compat the most recent mmdet ( #9112 )
3 years ago
RangiLyu
f70164d2c6
[Fix] Fix RPN visualization ( #9151 )
...
* [Fix] Fix RPN visualization
* [Fix] Fix RPN visualization
3 years ago
RangiLyu
22d53ef4f1
[Fix] Fix readthedocs by freezing the dependency versions ( #9154 )
...
* [Fix] Fix readthedocs.
* update sphinx version
3 years ago
RangiLyu
e71b499608
Add changelog of v2.25.3 ( #9127 )
3 years ago
Wenwei Zhang
c5c7aad686
[CI]: update issue owners ( #9136 )
3 years ago
Haian Huang(深度眸)
e422ee93a8
[Enhancement] improve issue template ( #9125 )
...
* [Enhancement] improve issue template
* update
3 years ago
wanghonglie
92dd59e9ff
[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 <945823487@qq.com>
3 years ago
gy77
09bc48c1bb
[Doc]: Update README.md ( #9041 )
...
fix `mmdetection/edit/master/configs/fpg/README.md` box AP error
3 years ago
Akshay Gulabrao
a249dfe8d6
[Doc]: fix wrong imaeg linked on line 93 ( #9054 )
3 years ago
Ryoo Kwangrok
8750d0d951
[Doc]: Update random_sampler.py ( #9033 )
...
neg_pos_up -> neg_pos_ub
minor typo fix
3 years ago
Yosuke Shinya
ea2c59948f
[CI] Fix CI for timm, pycocotools, onnx ( #9034 )
...
* Fix CI by removing timm that requires torch>=1.7
* Fix CI for pycocotools and onnx
3 years ago
wanghonglie
a502d8fc62
[CI]: Upgrade pre commit hooks in master ( #8964 )
...
* Upgrade the versions of pre-commit-hooks
* Upgrade setup.cfg
* Upgrade setup.cfg
3 years ago
RangiLyu
225ae6c823
[Doc]: fix issue template ( #8966 )
3 years ago
Ryan
1e6b36d6ad
[Doc] update location of `test_cfg` and `train_cfg` ( #8792 )
...
* Update config.md
* Update config.md
3 years ago
Qiangqiang Huang
1abe291db1
[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 <sudo_aimer@qq.com>
Co-authored-by: Czm369 <1341807343@qq.com>
3 years ago
Furkan BAĞCI
c92f3231a5
Fix typo in warning ( #8844 )
3 years ago
i-aki-y
282559845e
[Fix]: Fix to skip remote sync when wandb is offline ( #8755 )
3 years ago
LinXiao
4f4730274b
[Doc]: update BoundedIoULoss config in readme ( #8808 )
...
* messages
* messages
3 years ago
RangiLyu
9d3e162459
Bump version to 2.25.2 ( #8806 )
...
* update v2.25.2 changelog
* update v2.25.2 changelog
3 years ago
RangiLyu
1c702cc0de
[Doc]: update issue template ( #8802 )
...
* update issue template
* update issue template
3 years ago
HWR
ba69d69261
[DOCS]Add mmengine in readme ( #8799 )
3 years ago
AmirMasoud Nourollah
00efd24440
[Docs] Update Config Doc to Add WandB Hook ( #8663 )
...
* logger hooks samples updated
* [Docs] MMDetWandB LoggerHook Details Added
* [Docs] lint test passed
3 years ago
JiayuXu
aa39be73c3
Fix floordiv warning. ( #8648 )
...
* Fix floordiv warning.
* Add floordiv wrapper.
3 years ago
Oleg Durygin
7ec952fa8b
[Fix]: Fix get train_pipeline method of val workflow ( #8575 )
3 years ago
Norman Mu
03a62441a2
[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 <luochunhua1996@outlook.com>
3 years ago
Kaixin Li
9cd074afc6
[Doc]: Fix mistakes in formula ( #8607 )
3 years ago
ceasona
ce948b49fb
[fix]: fix repeated import of CascadeRPNHead ( #8578 )
3 years ago
Shunchi Zhang
20afc72a45
Added missed Chinese tutorial link ( #8563 ) ( #8564 )
3 years ago
FAThomson
98d4eff9bf
Add tuple support in formatting results ( #8549 )
3 years ago
Furkan BAĞCI
80a1c7e262
Fix method doc ( #8512 )
3 years ago
James
e9ca9d314f
Fix DyDCNv2 RuntimeError ( #8485 )
...
the parameter of offset is not set as continuous will trigger the runtime error: offset must be continuous
3 years ago
Furkan BAĞCI
d929c630a0
Fix typo in HTC link ( #8487 )
...
Fix HTC link
3 years ago
Wenwei Zhang
13c96834e9
[Doc]: fix markdown version ( #8408 )
3 years ago
lyq10085
e9c621f097
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
3 years ago
daquexian
e62c01fb2a
Upgrade onnxsim to at least 0.4.0 ( #8383 )
...
* Upgrade onnxsim to 0.4.0
* Update pytorch2onnx.py
* Update pytorch2onnx.py
3 years ago
Rockey
f8bbba2fe7
[Doc] Fix the wrong shape comments of the mask2former head ( #8733 )
3 years ago
RangiLyu
df28da9892
[Doc]: introduce 3.x in 2.x readme ( #8677 )
...
* introduce 3.x in 2.x readme
* introduce 3.x in 2.x readme
* update
3 years ago
Wenwei Zhang
3b72b12fe9
Release v2.25.1
...
Release v2.25.1
3 years ago
BigDong
065ef4dc21
Add changelog of v2.25.1 ( #8428 )
...
* Add changelog of v2.25.1
* update changelog
3 years ago
BigDong
4c526f3e81
[Fix] update mmcv max version in init to fix CI ( #8440 )
3 years ago
BigDong
0c9d05b883
[Fix] fix runtime error of "+=" inplace operation in PyTorch 1.10 ( #8439 )
...
* fix runtime error of "+=" inplace operation in PyTorch 1.10
* minor fix
3 years ago