Home

Awesome

DFANet

This repo is an unofficial pytorch implementation of DFANet:Deep Feature Aggregation for Real-Time Semantic Segmentation

log

Installation

Dataset and pretrained model

Download CityScape dataset and unzip the dataset into data folder.Then run the command 'python utils/preprocess_data.py' to create labels.

Train the network without pretrained model.

Modify your configuration in main.py.

run the command  'python main.py'

curvs on CityScape set

#

inference speed

platforminput sizebatch sizeinference time /ms
rk3399320*2001960
rk3399200*1001589
rk339980*801259
rk339972*721161
20801024*1024440
20801024*1024116
20802048*1024117
20802048*1024239
2080512*512139
2080512*5121644

Some experimental results was provided by @ShaoqingGong

To do

Thanks