在 Windows 中导出等效项以使用 Tensorflow 对象检测 API [英] Export equivalent in windows for using Tensorflow object Detection API

查看:26
本文介绍了在 Windows 中导出等效项以使用 Tensorflow 对象检测 API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在尝试安装 Tensorflow Object Detection API,但遇到了以下错误:

I've been trying to install Tensorflow Object Detection API, and I've encountered the following error:

import error :no module named ' nets ' and the solution is by setting the python path like this :export PYTHONPATH=$PYTHONPATH:`pwd`:`pwd`/slim

但是在 Windows 中,它的等价物是什么?

But what is the equivalent of this in Windows?

推荐答案

这应该有效:

set PYTHONPATH=$PYTHONPATH:`../tensorflow/model`:`../tensorflow/models/slim`

这篇关于在 Windows 中导出等效项以使用 Tensorflow 对象检测 API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆