# Infernce Demos Input data format: - Each line contains a single record - Each record's format is ``` \t ``` Follow the C++ codes in `vis_demo.cc`. ## MobileNet To execute the demo, simply run ```sh ./mobilenet_inference_demo --modeldir --data ``` ## SE-ResNeXt-50 To execute the demo, simply run ```sh ./se_resnext50_inference_demo --modeldir --data ``` ## OCR To execute the demo, simply run ```sh ./ocr_inference_demo --modeldir --data ```