keras-resnet icon indicating copy to clipboard operation
keras-resnet copied to clipboard

Dense predictions for semantic segmentation (fully convolutional)

Open ahundt opened this issue 7 years ago • 5 comments

FYI I'm planning on working on converting this to work with dense predictions based on the resnet v2 in tensorflow models via the use of AtrousConvolutions2D in Keras.

It will be in this branch https://github.com/ahundt/keras-resnet/tree/dense_predictions

And I'm hoping to train/test on camvid and coco, some scripts to load camvid are in this keras segnet implementation.

I might also try the same with this densenet implementation if all goes well https://github.com/titu1994/DenseNet

ahundt avatar Dec 18 '16 22:12 ahundt

cool

raghakot avatar Dec 19 '16 19:12 raghakot

@ahundt Are you working on a specific fork?

bhack avatar Jan 07 '17 12:01 bhack

@bhack yes as linked above https://github.com/ahundt/keras-resnet/tree/dense_predictions should be resuming work a bit this week.

ahundt avatar Jan 09 '17 15:01 ahundt

Hi @ahundt, any status on the progress?

Ssica avatar Apr 06 '17 16:04 Ssica

Full details are at https://github.com/farizrahman4u/keras-contrib/issues/63

ahundt avatar Apr 08 '17 19:04 ahundt