Ptit x Naver
Indoor Segmantic segmentation
python >=3.6
pip install -r requirements.txt
You can download the datasets in the DRIVER
To use dataset, your dataset must be organized as follow:
data5
├── image
├──── 40027089_1575338780779869.jpg
├──── 40027089_1575338780779869.jpg
.......
├── mask
├──── 40027089_1575338780779869.png
├──── 40027089_1575338780779869.png
.....
The pixel of the label has a value from 0 to 23 corresponding to the list
['background','air_conditioner','bicycle','cabinet','celling','chair','door','floor','guard_rail','light','monitor','person',
'placard','seat','sign','stairs','telephone','trash_can','unknown','vending_machine','wall','window','metro','shelf']
python train.py --model deeplabv3 --loss focal
python predict.py
python test.py