Description
I saw these scary news:
https://github.com/fizyr/keras-retinanet#warning-deprecated
What does this mean?
- are you closing the repository to any new issues & PR? This doesn't seem the case, I can still see new commits.
- are you planning to stop to add new features, but you will continue to support external PR, and help resolving new issues?
- something else?
Can I also ask the reason why? Internal reasons you cannot disclose, issues with new tf.keras, you just got bored 😉 etc.?
Also, you state that this repository is deprecated in favor of torchvision. Does this mean that you plan to add new features to the RetinaNet implementation of torchvision, or is it just meant as a general suggestion, i.e. "we decided to stop working on keras_retinanet to embark on new endeavors. If you're looking for a RetinaNet implementation that will keep being updated, we saw torchvision and we're pleased with what we saw".
Last but not least, I want to say an heartfelt "thank you!" for this repository. It made a big difference for my project: I gave back in my own little way with a few PRs based on my fork of keras_retinanet
, and I may continue to do so for a little while, if you choose option 1 🙂
Best of luck with your new projects!