文件名称:CPP-Call-Tensorflow:从C ++调用(TensorFlow)Python程序
文件大小:108KB
文件格式:ZIP
更新时间:2024-05-28 07:30:08
python tensorflow keras calling C++
从C ++调用TensorFlow Python程序 该演示将展示如何调用预训练的imagenet模型来预测C ++中的图片。 ├─ prediction.cpp % C++ file ├─ vgg_model.py % TensorFlow vgg model ├─ makefile % Compile file ├─ little_demo % An simple Demo └─ test_pic/ % Test pictures ├─ cat.jpeg ├─ puzzle.jpeg └─ tiger.jpeg python脚本 首先,我们需要一个Python脚本,该脚本
【文件预览】:
CPP-Call-Tensorflow-master
----CMakeLists.txt(812B)
----prediction.cpp(1KB)
----little_demo()
--------add.cpp(3KB)
--------makefile(128B)
--------evaluate.py(65B)
--------add(13KB)
----vgg_model.py(2KB)
----makefile(147B)
----test_pic()
--------puzzle.jpeg(9KB)
--------cat.jpeg(80KB)
--------tiger.jpeg(12KB)
----readme.md(3KB)