msracver / FCIS

Fully Convolutional Instance-aware Semantic Segmentation
MIT License
1.56k stars 415 forks source link

How to use FCIS training 4-channel 16bit dataset #80

Open HeroManBY opened 6 years ago

HeroManBY commented 6 years ago

I have a 4-channel 16bit dataset from the remote sensing image, I would like to use fcis network to extract football stadium, I would like to ask which documents and parameters should be amended? @Oh233 @daijifeng001

liyi14 commented 6 years ago

the training images are read through this function https://github.com/msracver/FCIS/blob/master/lib/segmentation/segmentation.py#L20