Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

[ GSOC 2018 ] Added keras support for ssd architectures #29

Merged
merged 1 commit into from
May 14, 2018
Merged

[ GSOC 2018 ] Added keras support for ssd architectures #29

merged 1 commit into from
May 14, 2018

Conversation

vinay0410
Copy link
Collaborator

@vinay0410 vinay0410 commented May 10, 2018

This pull request adds keras support to DetectionSuite for SSD architectures and resolves #25 .
For running inference using keras one would need a full model dumped in HDF file. An example to dump a model is given here.
Also, some sample models are given here.
Working is same as TensorFlow, doesn't require cfg file, can be used foo cfg file.

@chanfr chanfr merged commit 7968dcf into JdeRobot:master May 14, 2018
@chanfr
Copy link
Member

chanfr commented May 14, 2018

Once again... great job!

@vinay0410 vinay0410 changed the title Added keras support for ssd architectures [ GSOC ] Added keras support for ssd architectures Aug 8, 2018
@vinay0410 vinay0410 changed the title [ GSOC ] Added keras support for ssd architectures [ GSOC 2018 ] Added keras support for ssd architectures Aug 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Keras (python) inference should be added
2 participants