keras2cpp
keras2cpp copied to clipboard
Looking for a way to receive MSCOCO's Architecture JSON File
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?
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 ?