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

SSD for Object Detection - Full-Precision, No Compression #177

Merged
merged 35 commits into from
Jan 7, 2019

Conversation

jiaxiang-wu
Copy link
Contributor

@jiaxiang-wu jiaxiang-wu commented Jan 7, 2019

We have re-produced the SSD model for object detection. Our implementation is heavily based on this repo:
https://github.com/HiKapok/SSD.TensorFlow
We would like to thank the author for this highly scalable and high-performance re-implementation. Besides, the following repo and its author @jyhengcoder have contributed a lot to this PR:
https://github.com/jyhengcoder/PocketFlow

The full-precision model's mAP ranges from 0.774 to 0.779, which matches the results reported in the above repo (0.778) and the original SSD paper (0.772).

We are now working on modifying all the existing learners to support compression on the SSD model.

@jiaxiang-wu jiaxiang-wu merged commit a065660 into Tencent:master Jan 7, 2019
@jiaxiang-wu jiaxiang-wu deleted the ssd-fullprec branch January 7, 2019 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant