pplonski / keras2cpp

This is a bunch of code to port Keras neural network model into pure C++.
MIT License
679 stars 153 forks source link

Looking for a way to receive MSCOCO's Architecture JSON File #34

Open Benz-Tracxpoint opened 6 years ago

Benz-Tracxpoint commented 6 years ago

Hi, I would like to use your solution for convertion of the MS-COCO RCNN to CPP I have the following http://academictorrents.com/details/f993c01f3c268b5d57219a38f8ec73ee7524421a which contains MS-COCO H5 Weights file but I am not sure how should i get its Architecutre JSON in order to continue and convert it to cpp any ideas?

pplonski commented 6 years ago

hey! I'm not sure if all layer types from your model are implemented in keras2cpp - you will need to check it and add missing layer types. Maybe, it will be easier to you use your model directly with tensorflow cpp ?