-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Adding FC-DenseNet (Tiramisu) to models. #364
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
Comments
Sounds awesome! Does your code use the efficient densenet memory model or the naive one? I'm not on this project, but I can give typical general answers that others can confirm or correct as needed.
Yes, since single label problems can't run on image segmentation problems
Ideally reuse as much as possible, particularly if a small but clear and easy to understand API change can retain backwards compatibility while enabling the new functionality need for a problem with this model.
If you have something that produces better results you can use that, but be sure to evaluate and provide the performance metrics on a standardized evaluation dataset and the code in your PR should enable others to reproduce the model.
I don't know their policy, but if you're adding a segmentation model there should be at least one segmentation dataset. |
Sorry for the delayed response on this, I think proving an examples PR for this would also be good as well as a Dataset for CAMVID. However, I'll hand this over to @fmassa who probably has more ideas around segmentation tasts/dataset and models |
any advance? |
We currently only provide pre-trained models for image classification in pytorch (which are trained using For reproducibility, it would be necessary to have a reference implementation that is open source and used to train the models that we add. I'm still figuring out if we want to add those mode specific models to torchvision or to dedicated repos. |
Uh oh!
There was an error while loading. Please reload this page.
I'm using a custom pytorch implementation of DenseNet Tiramisu at work. I'd like to know what are the steps needed to add a pretrained instance of the model to this repo.
I read in #321 and #260 some requirements like that the model should be trained using pytorch and torchvision.
I have no problem with this but I'm not sure about what code should be included along with the pretrained weights:
examples/imagenet
do not apply here, I think)?The text was updated successfully, but these errors were encountered: