-
Notifications
You must be signed in to change notification settings - Fork 54
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
Collaborate + Submit to keras-contrib + see Keras-FCN #5
Comments
I will look into this / your comments, let me know if there is one specific one that's hot-burning I can look at for you also. See I realized that in terms of the model, my previous implementation of the SegNet with further complexity can do wonders. However, at the meantime, I'm implementing Mask R-CNN, but I want to replicate the result this time around 😄 (hopefully) I'm running into 2 problems, 1. I can't fit the model into memory 😄 (I think switching backend to TF all the sudden is causing some trouble) All in all, if that works out :), I can guarantee better results for same tasks. PS: I just looked at (keras-team/keras-contrib#63)
OH and also, the paper has a little tiny mistake on the Diagram, keep that in mind for calculating the Param m, which the growth rate. |
keras-contrib is where new functionality now goes for Keras until it is ready for prime time: Kept replies numbered below so we can refer back to them, the best version of the DenseNetFCN model code is in ahundt/keras-contrib with the densenet-atrous branch, and Keras-FCN. The most hot burning of any item is (4), since I've got evidence it works in Keras-FCN with ResNets, but this is not DenseNetFCN specific.
|
|
A lot of good stuff here, i will get to it tonight : ) |
Hello, |
Thanks :) |
Might you be interested in a pull request of this code to the official keras-contrib repository which is the upstream source for Keras, and has a DensenetFCN implementation?
These keras-contrib issues are also relevant to this repository:
Keras-FCN, which I was planning to adapt for a merge into keras-contrib also has a SegDataGenerator implementation with some of the features you are looking for in your comments, plus additional models and experimental support for coco.
I figured it might be worth collaborating because it appears we are working on the same thing (training DenseNetFCN), and both running into the same accuracy limitations even with independent implementations.
The text was updated successfully, but these errors were encountered: