谢昕辰
|
163277bfe0
|
[Feature] Support Mask2former in MMSeg 1.x (#2255)
* init commits
* fix crop size
* add seg_data2instance_data method
* add ut and update requirement
* update configs and readme
* add model-indel
* update optional requirements
* fix results
* fix lint error
* update results
* update results
* remove mmdet from requirements/optional.txt
* use try import and update README
* add docstring to overwrtied method
* minor change
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
|
2022-12-05 18:34:24 +08:00 |
MengzhangLI
|
933e4d3cb6
|
[Feature] Support MaskFormer(NeurIPS'2021) in MMSeg 1.x (#2215)
* [Feature] Support MaskFormer(NeurIPS'2021) in MMSeg 1.x
* add mmdet try except logic
* refactor config files
* add readme
* fix config
* update models & logs
* add MMDET installation and fix info
* fix comments
* fix
* fix config norm optimizer setting
* update models & logs & unittest
* add docstring of MaskFormerHead
* wait for mmdet 3.0.0rc4
* replace seg_mask with seg_logits & add docstring for batch_input_shape
* use mmdet3.0.0rc4
* fix readme and modify config comments
* add mmdet installation in pr_stage_test.yml
* update mmcv version in pr_stage_test.yml
* add mmdet in build_cpu of pr_stage_test.yml
* modify mmdet& mmcv installation in merge_stage_test.yml
* fix typo
* update test.yml
* update test.yml
|
2022-12-01 19:03:10 +08:00 |
谢昕辰
|
925faea5bf
|
[Fix] Fix the problem of post-processing not removing padding (#2367)
* add img_padding_size
* minor change
* add pad_shape to data_samples
|
2022-12-01 16:35:39 +08:00 |
MengzhangLI
|
90c816b6de
|
[Enchancement] Delete mmcls in runtime.txt in dev-1.x (#2368)
* [Enchancement] Delete mmcls in runtime.txt in dev-1.x
* fix mmcv minimal version
|
2022-12-01 16:35:22 +08:00 |
Miao Zheng
|
0cdab7297e
|
Merge pull request #2339 from xiexinch/resize-shortest-edge
[Feature] Add ResizeShortestEdge transform
|
2022-12-01 16:06:23 +08:00 |
xiexinch
|
3b731edbd3
|
update copyright
|
2022-12-01 13:58:17 +08:00 |
xiexinch
|
5a62b0335f
|
fix h,w order
|
2022-12-01 11:25:00 +08:00 |
Miao Zheng
|
383826fec9
|
Merge pull request #2362 from MengzhangLI/scipy_1.x
[Enhance] Make scipy as a default dependency in runtime in dev-1.x
|
2022-11-30 23:14:01 +08:00 |
MengzhangLI
|
925110044c
|
[Enhance] Make scipy as a default dependency in runtime in dev-1.x
|
2022-11-30 21:51:38 +08:00 |
MengzhangLI
|
e98231ba5f
|
[Enhance] Make scipy as a default dependency in runtime 1.x
|
2022-11-30 20:11:14 +08:00 |
Miao Zheng
|
aefcab3749
|
Merge pull request #2298 from matrixgame2018/patch-1
[Doc] Translate the visualization.md
|
2022-11-29 19:25:32 +08:00 |
xiexinch
|
6d3464a613
|
fix lint
|
2022-11-29 19:20:25 +08:00 |
MingJian.L
|
ccc20052ee
|
Update visualization.md
|
2022-11-29 18:49:14 +08:00 |
MingJian.L
|
5d3ecd1686
|
Update visualization.md
|
2022-11-29 14:34:28 +08:00 |
xiexinch
|
721afaec31
|
add docstring
|
2022-11-24 16:22:07 +08:00 |
xiexinch
|
1910dffd6c
|
minor change
|
2022-11-24 15:02:50 +08:00 |
xiexinch
|
68e3b25560
|
use mmcv.RandomChoiceResize as entry
|
2022-11-24 14:55:25 +08:00 |
xiexinch
|
721f4d01f3
|
add ut
|
2022-11-23 15:15:38 +08:00 |
MingJian.L
|
840b5b7320
|
Update visualization.md
|
2022-11-23 13:04:48 +08:00 |
Miao Zheng
|
d62774c96e
|
Merge pull request #2336 from MengzhangLI/fix_gitignore_dev1.x
[Fix] Add ``data`` string in .gitignore file in dev-1.x branch
|
2022-11-22 23:09:01 +08:00 |
Miao Zheng
|
b19e54cb73
|
Merge pull request #2334 from MengzhangLI/fix_knet_dev1.x
[Fix] Fix KNet IterativeDecodeHead bug in dev-1.x branch
|
2022-11-22 23:07:50 +08:00 |
MengzhangLI
|
14a1bb639e
|
[Fix] Add data string in .gitignore file
|
2022-11-22 22:54:29 +08:00 |
MengzhangLI
|
25abd9e92b
|
delete data link
|
2022-11-22 22:44:56 +08:00 |
MengzhangLI
|
8b61820751
|
add comment
|
2022-11-22 22:42:11 +08:00 |
xiexinch
|
056edc8e1a
|
init
|
2022-11-22 19:51:38 +08:00 |
MengzhangLI
|
58e73c3fab
|
[Fix] Fix KNet IterativeDecodeHead bug in dev-1.x branch
|
2022-11-22 12:46:24 +08:00 |
Miao Zheng
|
6d7af0707d
|
Merge pull request #2332 from MengzhangLI/fix_basesegdataset_ignoreid
[Fix] Fix ignore class id from -1 to 255 in BaseSegDataset in 1.x
|
2022-11-22 10:49:02 +08:00 |
MengzhangLI
|
cfab5b39c0
|
[Fix] Fix ignore class id from -1 to 255 in BaseSegDataset in 1.x
|
2022-11-22 00:52:36 +08:00 |
Miao Zheng
|
8ea777e245
|
Merge pull request #2326 from VoyagerXvoyagerx/dev-1.x
Fixe the bug in the visualization step.
|
2022-11-21 11:55:06 +08:00 |
Miao Zheng
|
ca1dc717ee
|
Update demo/MMSegmentation_Tutorial.ipynb
|
2022-11-21 11:09:08 +08:00 |
Miao Zheng
|
2b4dbcfb15
|
Update demo/MMSegmentation_Tutorial.ipynb
|
2022-11-21 11:08:26 +08:00 |
Miao Zheng
|
5ef9f6218e
|
Update demo/MMSegmentation_Tutorial.ipynb
|
2022-11-21 11:07:44 +08:00 |
VoyagerXvoyagerx
|
3bf399eb2f
|
Add PyTorch installation before import torch.
|
2022-11-21 11:03:08 +08:00 |
VoyagerXVoyagerXisavailable
|
bc013fbb05
|
fixed the AttributeError in show_result_pyplot()
|
2022-11-19 19:47:59 +08:00 |
Miao Zheng
|
c56a299571
|
Merge pull request #2290 from xiexinch/fix_gt_padding
[Enhancement] Support padding in testing
|
2022-11-19 18:24:59 +08:00 |
xiexinch
|
4e12bcd053
|
fix data sample is None
|
2022-11-19 18:08:19 +08:00 |
xiexinch
|
f915df4b0c
|
remove gt padding
|
2022-11-19 17:38:10 +08:00 |
Miao Zheng
|
2f15bfe795
|
Merge pull request #2322 from MengzhangLI/fix_basesegdataset_typo
[Fix] Fix typo of BaseSegDataset docstring
|
2022-11-19 15:57:18 +08:00 |
MengzhangLI
|
2d4b113b5d
|
[Fix] Fix typo of BaseSegDataset docstring
|
2022-11-18 17:20:03 +08:00 |
MingJian.L
|
fd0fffc509
|
Update visualization.md
|
2022-11-18 10:58:43 +08:00 |
xiexinch
|
8fed7f543f
|
add data_preprocessor ut
|
2022-11-17 11:10:40 +08:00 |
Miao Zheng
|
a06bf4d663
|
Merge pull request #2304 from xiexinch/fix_swin_load
[Fix] Fix swin load state_dict
|
2022-11-15 21:56:42 +08:00 |
xiexinch
|
26e9729a84
|
fix swin load statedict
|
2022-11-15 16:55:49 +08:00 |
Miao Zheng
|
a39b16f0f6
|
Merge pull request #2308 from xiexinch/fix_lint
[Fix] fix lint and pre-commit
|
2022-11-15 16:17:52 +08:00 |
xiexinch
|
921fdde032
|
fix lint
|
2022-11-15 15:58:24 +08:00 |
MingJian.L
|
2b854e64f1
|
Update visualization.md
|
2022-11-13 12:43:05 +08:00 |
MingJian.L
|
ef0f56d88b
|
Update visualization.md
|
2022-11-12 21:01:38 +08:00 |
xiexinch
|
d33af5215a
|
fix ut
|
2022-11-10 18:42:18 +08:00 |
xiexinch
|
d0b35cdacd
|
fix get gt data
|
2022-11-10 14:28:20 +08:00 |
xiexinch
|
70daaaad59
|
support padding in test and fix remove gt padding at post_process
|
2022-11-10 14:21:05 +08:00 |