whooray
10979986a6
Support for occludedface for external use ( #2463 )
...
## Motivation
Please describe the motivation of this PR and the goal you want to
achieve through this PR.
support get_classes, get_palette for Occluded Face dataset.
## Modification
Please briefly describe what modification is made in this PR.
add occludedface_classes()
add occludedface_palette()
modified dataset_aliases
2023-01-11 11:52:46 +08:00
Miao Zheng
558ccf9e6a
[Fix]Fix circile ci env ( #2467 )
...
## Motivation
1. circle ci failed without zlib1g-dev installation
3. add approve button
## Modification
1. .circleci/
2023-01-10 17:04:59 +08:00
谢昕辰
fd5c202bf5
[Projects] Add 'Projects/' folder, and the first example project in 0.x ( #2457 )
...
## Motivation
Introducing new models and features into OpenMMLab's algorithm libraries
has long been complained to be troublesome due to the rigorous
requirements on code quality, which could hinder the fast iteration of
SOTA models and might discourage potential contributors from sharing
their latest outcome here.
Ref: https://github.com/open-mmlab/mmsegmentation/pull/2412
## Modification
This PR adds a new `projects/` folder, which will be a place for some
experimental models/features. Implementations inside might be not quite
perfect but already fine to produce some exciting results. We hope that
this PR can help us better embrace the contribution from our community.
We also add the first example project to illustrate what we expect a
good project to have.
2023-01-09 12:37:33 +08:00
Vinson
9625c9b89c
Fix the docstring error in the class PascalContextDataset59 ( #2450 )
...
## Motivation
The docstring in the class PascalContextDataset59 is misleading. Try to fix it.
## Modification
The docstring in the class PascalContextDataset59 is changed.
2023-01-03 13:19:44 +08:00
whooray
d777068ff0
Add high quality synthetic face occlusion dataset link to readme. ( #2453 )
...
## Motivation
Add link for high quality synthetic face occlusion dataset.
## Modification
readme.md
2023-01-01 21:58:49 +08:00
Miao Zheng
5f4360bc0c
[Fix]Fix the deprecation of np.float and fix ci configuration ( #2451 )
...
## Motivation
1. numpy from 1.24 deprecated the aliases np.object, np.bool, np.float,
np.complex, np.str, and np.int
https://numpy.org/devdocs/release/1.24.0-notes.html
2. timm needs to pytorch>=1.7, so ignore test timm in pytorch 1.5 and
1.6
3. Remove install pillow as it doesn't test torchvision < 0.5
## Modification
1. np.float->np.float32
2. torch >= '1.7.0' -> matrix.torch != '1.5.1+cu101' && matrix.torch !=
'1.6.0+cu101' (as '1.10' < '1.7'
3. Remove install pillow
2023-01-01 21:56:58 +08:00
Miao Zheng
2cbff70167
Merge pull request #2398 from MilkClouds/mmsegwandbhook_deadlock_fix
...
Fixed deadlock issue related with MMSegWandbHook
2022-12-13 12:34:56 +08:00
MilkClouds
e2fd5c0135
Fixed deadlock issue related with MMSegWandbHook
...
Co-authored-by: WangYudong <yudong.wang@akane.waseda.jp>
2022-12-12 15:02:38 +09:00
Miao Zheng
77dbecd5f7
Merge pull request #2333 from MengzhangLI/fix_knet_master
...
[Fix] Fix KNet IterativeDecodeHead bug in master branch
2022-12-01 11:05:19 +08:00
Miao Zheng
a2e9191016
Merge pull request #2347 from smttsp/master
...
BUG FIX in test_cfg for U-Net _base_ scripts
2022-11-28 12:07:26 +08:00
Samet
bd87c92571
Merge pull request #1 from smttsp/ISSUE-2337/bug/unet_param
...
[FIX] fixing bug in `test_cfg` for U-Net _base_ script
2022-11-24 12:09:54 -05:00
smttsp
9387455d5b
[FIX] fixing bug in `test_cfg` for U-Net _base_ script
...
tuples were required as default input, but int was given
2022-11-24 11:58:17 -05:00
MengzhangLI
91440718de
add comment
2022-11-22 22:38:10 +08:00
Miao Zheng
1bb58de01a
Merge pull request #2331 from xiexinch/add-torch1.13-in-ci
...
[CI] Add torch1.13 checking in CI
2022-11-22 20:30:14 +08:00
xiexinch
f660c64dbf
remove coverage and fix cuda version
2022-11-22 14:33:52 +08:00
MengzhangLI
589d8ac224
[Fix] Fix KNet IterativeDecodeHead bug in v0.x branch
2022-11-22 12:40:19 +08:00
xiexinch
bd725fd536
add torch1.13 in ci
2022-11-21 20:12:52 +08:00
Miao Zheng
180ad08824
Merge pull request #2309 from jinwonkim93/fix/flake8
...
gitlab.com/pycqa/flake8 no longer exists
2022-11-15 16:54:00 +08:00
jinwonkim93
cdd58964b0
gitlab.com/pycqa/flake8 no longer exists
2022-11-15 08:08:23 +00:00
Miao Zheng
6b4c7ff966
Merge pull request #2194 from jinwonkim93/custom/face_occlusion
...
[Feature] Support Delving into High-Quality Synthetic Face Occlusion Segmentation Datasets
2022-11-11 15:06:35 +08:00
whooray
70b2853c62
Update dataset_prepare.md
...
PR fix version to original repository. change to original repository.
2022-11-10 22:30:12 +09:00
whooray
62bcc1ae6c
Merge branch 'open-mmlab:master' into custom/face_occlusion
2022-11-08 19:13:41 +09:00
Miao Zheng
7b09967fcc
Merge pull request #2257 from xiexinch/bumpv0.29.1
...
bumpv0.29.1
2022-11-03 16:19:52 +08:00
xiexinch
47c7ed5dec
bumpv0.29.1
2022-11-03 14:37:38 +08:00
jinwonkim93
dd59be3583
update downloading process
2022-11-02 05:02:39 +00:00
jinwonkim93
2aaa757960
fix typo error for doc
2022-11-01 13:38:51 +00:00
whooray
280b1755c4
Merge branch 'open-mmlab:master' into custom/face_occlusion
2022-11-01 22:28:22 +09:00
Jinhee Lee
eb5ea47d9c
Update customize_datasets.md ( #2249 )
2022-11-01 19:14:36 +08:00
MengzhangLI
b42c487767
[Doc] Update FAQ doc about binary segmentation and ReduceZeroLabel ( #2206 )
...
* [Doc] Update FAQ doc about binary segmentation and ReduceZeroLabel
* update
* modify
* fix typo and add modification
* fix typo
* fix comments
* fix order
* fix
* fix
* Update docs/en/faq.md
* Update docs/zh_cn/faq.md
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-10-28 21:44:37 +08:00
谢昕辰
6db09358f0
modify results ( #2114 )
2022-10-27 13:08:34 +08:00
whooray
c222684c29
Merge branch 'open-mmlab:master' into custom/face_occlusion
2022-10-26 22:48:58 +09:00
zhijiejia
8dbbdd8c17
[Feature] Add model ensemble tools ( #2218 )
...
* [Feature] Add model ensemble tool
* [Enhance] Add en and zh_cn instructions for model_ensemble
* [Enhance] Add default-value for --out and modify instruction
* [Enhance] Add arg-type for --out
* [Enhance] Delete redundant code
2022-10-24 19:03:48 +08:00
whooray
f537397658
Merge branch 'open-mmlab:master' into custom/face_occlusion
2022-10-24 09:37:37 +09:00
Xu Lin
76a5138ac8
add MMYOLO desc in README ( #2219 )
2022-10-21 19:57:39 +08:00
MengzhangLI
a68e7c2823
[Fix] Fix PoolFormer mIoU result ( #2190 )
2022-10-18 22:58:21 +08:00
谢昕辰
04afdb3f27
use syncbn ( #2207 )
2022-10-18 20:13:53 +08:00
jinwonkim93
1fc898c7df
formatting
2022-10-18 08:49:07 +09:00
jinwonkim93
e4a9dd790a
formatting
2022-10-18 00:45:58 +09:00
jinwonkim93
69b49cddbb
update prepare.md
2022-10-17 15:30:23 +00:00
jinwonkim93
1ca1780f5a
fix format
2022-10-17 01:47:59 +00:00
jinwonkim93
33156d0e94
Merge branch 'custom/face_occlusion' of https://github.com/jinwonkim93/mmsegmentation into custom/face_occlusion
2022-10-16 05:48:15 +00:00
jinwonkim93
e1cc8008a0
add face occlusion dataset
2022-10-16 05:45:44 +00:00
whooray
f4022fbd0d
Merge pull request #1 from jinwonkim93/face_occlusion
...
add config file for occlusion face
2022-10-16 14:18:54 +09:00
jinwonkim93
23c9fd7358
add config file for occlusion face
2022-10-16 05:14:49 +00:00
whooray
d5e79fa0ef
Merge branch 'open-mmlab:master' into custom/face_occlusion
2022-10-11 14:58:01 +09:00
谢昕辰
356215bf58
Bump v0.29.0 ( #2167 )
...
* bump v0.29.0
* remove 2159
2022-10-10 14:06:25 +08:00
Miao Zheng
5811b3f74d
[Fix] Ignore timm test in ircleCI ( #2162 )
2022-10-09 16:13:08 +08:00
Miao Zheng
abb0932966
Fix lint ( #2159 )
2022-10-08 17:36:56 +08:00
mangelroman
963b8edc32
Add missing dependencies to torchserve docker file ( #2133 )
2022-10-08 16:33:03 +08:00
Edward
2eb13c6906
Improve structure and readability for FCNHead ( #2142 )
2022-10-08 16:31:17 +08:00