SimJeg / FC-DenseNet

Fully Convolutional DenseNets for semantic segmentation.
489 stars 146 forks source link

config/FC-DenseNet103.py settings #36

Closed SergeMv closed 6 years ago

SergeMv commented 6 years ago

I use images of 320x320 px with 2 classes (background and foreground) with no cropping. What should I set in the following variables:

SergeMv commented 6 years ago

The answers are as follows:

train_crop_size is a parameter passed to data loader, and if you implement your own data loader, then you take it into account.

input_shape=(None, 3, None, None) works fine

n_classes should be 2