- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using mvNCCompile v2.00 and want to compile this https://github.com/fizyr/keras-retinanet to use in Movidius.
The problem is, I need the tensorflow.image.resize_images but it doesn't support in mvNCCompile.
- Tags:
- Keras
- Tensorflow
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @DableUTeeF
There are operations and layers that Keras models use that are not supported by mvnCCompile. You must first convert your Keras model to a Tensorflow model, then compile into an NCS graph, and _then_ deploy on your NCS1. Here is a good guide on how to convert from keras to .pb.
Please let me know if you have any further questions.
Best Regards,
Sahira
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page