Commit Graph

914 Commits (c923f4d25b66544bc18bc7a1355b153f0d4003bf)
 

Author SHA1 Message Date
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
Miao Zheng 7927591a22
Merge pull request #2259 from kitecats/dev-1.x
Add MMEval projects like in README
2022-11-08 13:35:52 +08:00
kitecats 4d6d74e915
Update README_zh-CN.md 2022-11-03 21:17:28 +08:00
kitecats c2b4798d63
Update README.md 2022-11-03 21:16:19 +08:00
Miao Zheng 124ec8200f
Merge pull request #2088 from MengzhangLI/transforms_doc
[Doc] Update transforms Doc
2022-11-03 00:10:06 +08:00
Miao Zheng 0c87f7a0c9
Merge pull request #2253 from open-mmlab/dev-1.x
Merge MMSegmentation 1.x development branch dev-1.x to main branch 1.x
2022-11-02 18:34:40 +08:00
MeowZheng 96996271f2 lint 2022-11-02 18:14:20 +08:00
MeowZheng e9a1c7e0ae Merge branch '1.x' into dev-1.x 2022-11-02 18:09:15 +08:00
Miao Zheng eafb5da877
Merge pull request #2252 from MeowZheng/v1.0.0rc1
Bump V1.0.0rc1
2022-11-02 17:30:22 +08:00
MeowZheng 38c3145f4b refine changelog 2022-11-02 17:15:46 +08:00
MeowZheng ab26606214 typo 2022-11-02 17:12:16 +08:00
MeowZheng ddd2d6f27b fix 2022-11-02 17:00:32 +08:00
MeowZheng 84ed033246 Bump 1.0.0rc1 2022-11-02 16:49:12 +08:00
MeowZheng 85455100d5 Bump 1.0.0rc1 2022-11-02 16:48:28 +08:00