Skip to content
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

Create near state of the art object detection example #202

Closed
georgedahl opened this issue Apr 13, 2020 · 4 comments
Closed

Create near state of the art object detection example #202

georgedahl opened this issue Apr 13, 2020 · 4 comments
Assignees
Labels
Priority: P2 - no schedule Best effort response and resolution. We have no plan to work on this at the moment.

Comments

@georgedahl
Copy link

An object detection example would be extremely useful. A very good single-stage detection model that runs on Microsoft COCO would be an extremely useful starting point for flax users who need to do detection.

The single-stage detection models get pretty good results these days and should be simpler to implement, but it would be good if someone who is familiar with the detection literature could comment on this issue and suggest something that isn't too far from the state of the art (at least as good or better than RetinaNet).

@avital
Copy link
Contributor

avital commented Oct 8, 2020

I believe that @DanGraur has just finished implementing one -- Dan, is it open sourced yet?

@DanGraur
Copy link
Contributor

DanGraur commented Oct 9, 2020

It should be finished, yes. It is, however, still parked in PR #427. I think the reason for this is that I have to write a Colab script which shows the results of the inference, and I haven't managed to do this yet due to the fact that downloading the MS-COCO dataset is not viable inside the Colab VM (takes too long, and it's too big for the storage). I've received some GCP resources, so hopefully they will help with this, and with providing some final eval numbers.

Regardless, the code is still good, and can be used as a base for object detection projects. I also have some extra commits to push (they're ready and waiting) after this PR gets merged, which includes some useful operations like Non-Maximum Suppression, Top-K selection and filtering.

@avital avital added this to the Improve Examples milestone Dec 12, 2020
@BertrandRdp BertrandRdp added the Priority: P2 - no schedule Best effort response and resolution. We have no plan to work on this at the moment. label Jan 14, 2021
@avital
Copy link
Contributor

avital commented Jan 18, 2022

@georgedahl -- I think Scenic has object detection models, have you taken a look there?

@avital
Copy link
Contributor

avital commented Feb 3, 2022

Closing because at this point there are many good Flax models implemented outside of the official flax/examples directory, and I think Scenic is probably the best place to look for one of these.

@avital avital closed this as completed Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: P2 - no schedule Best effort response and resolution. We have no plan to work on this at the moment.
Projects
None yet
Development

No branches or pull requests

7 participants