Semantic Image Segmentation
1
stars
0
forks
source link
Semantic Image Segmentation
Data
- Original data : file01.png, file02.png, ...
- Labeled data : file01_L.png, file02_L.png
Class
- Total 11 class + Void class
- Pole, SignSymbol, Bicyclist, Pedestrian, Building, Fence, Pavement, Road, Car, Sky, Tree
- Class Distrubution
Model
file
- run.py : Files that you run.
- model.py : Define Model Structure.
- labels.py : About pixel and label values in data.
- helpers.py : For calculation of iou, acc, loss, etc.
Test set result
Environments
- CPU : Intel Core i9-10900X (10 Core / 20 Thread)
- RAM : Samsung 2666 (94G)
- GPU : GeForce RTX 2080 Ti (11G)
Member
- 김아경 : bzxz55@gmail.com
- 유소영 : yoosomail@gmail.com
reference