Feature Request : Segmentation model
See original GitHub issueThe paper lists an easy way to use the model for segmentation. I really hope there is enough flexibility in your code to allow for that alteration.
Following [16], we modify our EfficientDet model to keep feature level {P2,P3,...,P7} in BiFPN, but only use P2 for the fi- nal per-pixel classification. For simplicity, here we only evaluate a EfficientDet-D4 based model, which uses a Ima- geNet pretrained EfficientNet-B4 backbone (similar size to ResNet-50). We set the channel size to 128 for BiFPN and 256 for classification head. Both BiFPN and classification head are repeated by 3 times.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Filter Feature Requests by Customer Attributes - Savio
Filter feature requests by user and company attributes. ... When Savio imports your customers from Intercom or Segment, Savio also pulls in any...
Read more >Feature Requests: How to Collect Them and Engage Users in ...
Feature requests are an important window into your customers desires and priorities. Here's how to make the most of them, and handle the ......
Read more >Feature request votes alone are as useful as a chocolate teapot | by ...
Most SaaS companies have a price plan model meaning you can segment feedback from customers based on their value. Having this information available...
Read more >Latest Feature requests topics - 3D Slicer Community
Topic Replies Views Activity
About the Feature requests category 1 643 March 25, 2021
Some words are not extracted to crowdin · i18n 2 143...
Read more >Feature requests · Issue #228 · divamgupta/image ... - GitHub
Hi all, If you have any requests for new features, models etc, ... Maybe we can setup a new image-segmentation-keras package (new repo)...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@rwightman, @bluesky314, How will be its diagram if we add segmentation also to EfficientDet in order to get results like Mask R-CNN? The paper has explained briefly but I couldn’t get that.
@rwightman Do u have plan to switch Yolact backbone to efficientnet to do instance segmentation? It’s also most same in terms of objecet detection part (only difference is backbone and FPN) both retina architecture and design. it would be very awsome if instance segmentation implemented upon efficientdet. (I believe Yolact is at the bottle neck of it’s detector, but it’s simplicity and speed quite amazing)