-
Notifications
You must be signed in to change notification settings - Fork 613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dense predictions for semantic segmentation (fully convolutional) #23
Comments
cool |
@ahundt Are you working on a specific fork? |
@bhack yes as linked above https://github.com/ahundt/keras-resnet/tree/dense_predictions should be resuming work a bit this week. |
Hi @ahundt, any status on the progress? |
Full details are at keras-team/keras-contrib#63 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: