Skip to content
vuiseng9 edited this page Apr 6, 2019 · 12 revisions

Checklist to supported samples/demos

MO_TF
- [x] Converting YOLO from DarkNet to Tensorflow and then to IR
- [ ] Converting FaceNet from TensorFlow
- [ ] Converting DeepSpeech from TensorFlow
- [ ] Converting Language Model on One Billion Word Benchmark from TensorFlow
- [ ] Converting Neural Collaborative Filtering Model from TensorFlow*
- [x] Converting TensorFlow* Object Detection API Models
- [x] Converting TensorFlow*-Slim Image Classification Model Library Models
- [ ] Converting CRNN Model from TensorFlow*


# [Samples](https://docs.openvinotoolkit.org/latest/_docs_IE_DG_Samples_Overview.html)

- [ ] Automatic Speech Recognition С++ Sample
- [x] Hello Autoresize Classification С++ Sample
- [x] Hello Infer Request Classification С++ Sample 
- [x] Hello Shape Infer SSD С++ Sample
- [x] Image Classification С++ Sample Async
- [x] Image Classification С++ Sample
- [ ] (ZBB) LeNet Network Graph Builder С++ Sample - (why we need this? model arch is coded in source code
- [ ] Neural Style Transfer С++ Sample - Style Transfer sample (the sample supports only images as inputs).
- [x] Object Detection for SSD С++ Sample
- [ ] Perfcheck Sample - Performance estimation using asynchronous mode.
- [x] Benchmark Application
- [ ] Validation Application - validation scoring, quite long

Clone this wiki locally