简体   繁体   English

如何在其他PC上使用Tensorflow(GPU)的Frozen_inference_graph.pb文件?

[英]How to use frozen_inference_graph.pb file of tensorflow (GPU) at some other PC?

Working on TensorFlow object detection API, I trained faster RCNN model for ship recognition at my PC on tensorFlow (GPU) and generated frozen_inference_graph.pb file. 使用TensorFlow对象检测API,我在tensorFlow(GPU)上的PC上训练了更快的RCNN模型以用于船只识别,并生成了Frozen_inference_graph.pb文件。 Now I want to use this model on my laptop which has tensorFlow(CPU). 现在我想在具有tensorFlow(CPU)的笔记本电脑上使用此模型。 How could I use this frozen_inference_graph.pb file. 我如何使用这个Frozen_inference_graph.pb文件。 Is there any other way? 还有其他办法吗? what files do I need? 我需要什么文件?

只需运行检测器,就需要按照指南进行操作

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从 Tensorflow Objectdetection 2 中的检查点导出 frozen_inference_graph.pb - How to export frozen_inference_graph.pb from a checkpoint in Tensorflow Objectdetection 2 定制的frozen_inference_graph.pb 不起作用? - Custom made frozen_inference_graph.pb not working? frozen_inference_graph.pb 和saved_model.pb 有什么区别? - What is difference frozen_inference_graph.pb and saved_model.pb? 如何使用 tensorflow 2 生成frozen_inference_graphe.pb 和.pbtxt 文件 - How to generate frozen_inference_graphe.pb and .pbtxt files with tensorflow 2 Tensorflow:加载 .pb 文件,然后将其保存为冻结图问题 - Tensorflow: Load a .pb file and then save it as a frozen graph issues 如何将基于 tensorflow 构建的修改模型(用于迁移学习,in.ckpt 格式)导出到冻结图(.pb 文件) - How to export a modified model(used for transfer learning, in .ckpt format) built on tensorflow to a frozen graph(.pb file) 将元数据添加到 tensorflow 冻结图 pb - Add metadata to tensorflow frozen graph pb 将 Tensorflow Frozen Graph 转换为 UFF 以进行 TensorRT 推理 - Converting Tensorflow Frozen Graph to UFF for TensorRT inference 有没有办法下载PoseNet的冻结图(.pb文件)? - is there a way to download the frozen graph ( .pb file ) of PoseNet? 如何使用来自 Google AutoML Vision Classification 的 TensorFlow Frozen GraphDef (single saved_model.pb) 进行推理和迁移学习 - How to do Inference and Transfer Learning with TensorFlow Frozen GraphDef (single saved_model.pb) from Google AutoML Vision Classification
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM