Skip to content

Commit ad387ae

Browse files
committed
ADD: Adding support for egohands (hand segmentation) dataset and utility script to convert dataset to mmsegmentation format
1 parent 7fd4092 commit ad387ae

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_base_ = [
2+
'../_base_/models/deeplabv3plus_r50-d8.py',
3+
'../_base_/datasets/egohands.py', '../_base_/default_runtime.py',
4+
'../_base_/schedules/schedule_40k.py'
5+
]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
_base_ = [
2+
'../_base_/models/fcn_r50-d8.py', '../_base_/datasets/egohands.py',
3+
'../_base_/default_runtime.py', '../_base_/schedules/schedule_40k.py'
4+
]

0 commit comments

Comments
 (0)