腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
4
回答
从utils导入label_map_util导入错误:没有名为utils的模块
、
、
、
、
它运行得很好,但在..models/research/
object_detection
文件夹
中
运行时,主要问题是当我试图
在
另一个目录中使用适当的sys.append运行这段代码时,最后会出现以下错误:文件夹导入到另一个目录
中
的python程序
中
,那么最终会出现更多的错误,如下所示: 文件"classify_image.py",第10行文件"/home/saikishor/<e
浏览 10
提问于2017-09-29
得票数 13
回答已采纳
1
回答
运行"python eval.py“NewRandomAccessFile无法创建/打开时出错
、
、
(
tensorflow
1) C:\
tensorflow
1\models\research\
object_detection
>python legacy/eval.py --logtostderr --checkpoint_dir=C:/
tensorflow
1/models/research/
object_detection
/training/ --eval_dir=C:/
tensorflow
1/
浏览 0
提问于2018-10-01
得票数 0
11
回答
protoc
object_detection
/protos/*.proto:没有这样的文件或目录
、
、
、
但是每当我输入命令"C:/Program Files/protoc/bin/protoc“
object_detection
/protos/.proto --python_out=.我得到一个错误,显示
object_detection
浏览 311
提问于2017-09-29
得票数 16
1
回答
Android下
Tensorflow
目标检测性能下降
、
、
、
我最近使用
Tensorflow
1.15训练了一个对象检测模型,使用Python的测试结果很好。然而,
在
将其转换为.tflite格式后,
在
安卓上运行该模型后,其性能急剧下降。
在
模型转换为tf-lite的过程中会出现性能损失吗?有没有办法
在
转换过程
中
避免这种性能损失?参考资料: 培训来源:https://github.com/
tensorflow
/models/tree/master/research&
浏览 34
提问于2020-01-24
得票数 1
回答已采纳
2
回答
如何修复这个“属性错误,:load_multiclass_scores"?
pipeline_config_path=training/faster_rcnn_inception_v2_pets.config 代码: import functools import json import os import
tensorflow
tf.logging.set_verbosity(tf.logging.INFO) flags.DEFINE_string('master', '', 'Name of the
TensorFlow<
浏览 10
提问于2019-04-17
得票数 1
1
回答
ModuleNotFoundError:没有名为‘net’的模块(我已经
在
文件夹中有了网)
、
object_detection.utils导入visualization_utils作为viz_utils ~\AppData\Roaming\Python\Python37\site-packages\
object_detection
浏览 5
提问于2021-03-28
得票数 0
1
回答
如何解决“
tensorflow
”没有属性“init_scope”的问题
、
、
我
在
windows中使用的是
TensorFlow
1.8。我
在
我的项目中使用了
object_detection
示例,当我运行train.py时,我得到了这个错误:WARNING:
tensorf
浏览 7
提问于2019-07-30
得票数 1
回答已采纳
1
回答
tensorflow
.python.framework.errors_impl.NotFoundError: data/kitti_label_map.pbtxt;没有这样的文件或目录
、
、
在
输入命令之后: python
object_detection
/dataset_tools/create_kitti_tf_record.py --lable_map_path=
object_detection
/site-packages/
tensorflow
/python/platform/app.py",行126
中
,
在
run _sys.exit(main(argv))文件"
objec
浏览 0
提问于2018-05-18
得票数 1
1
回答
在
Windows上编译协议缓冲区
Tensorflow
对象检测API
、
、
这里是我的位置:我安装了所有的
Tensorflow
依赖项和protoc (版本3.7)可执行文件,但是当我运行行
object_detection
/protos/*.proto --python_out=下面是我从命令行,从models目录
中
运行的内容: D:\training\
Tensorflow
\protoc\bin\protoc
object_detection
/protos/*.proto --我也尝试过D:\training\
Tensorflow</
浏览 0
提问于2019-05-21
得票数 0
回答已采纳
1
回答
如何利用
tensorflow
夜间和
tensorflow
对象检测模型建立码头图像
、
、
、
、
但是,当我从
object_detection
安装包时,我的夜间
tensorflow
包会被作为来自
object_detection
的依赖项的版本覆盖。我
在
Google Colab上遵循了同样的步骤,但是我的
tensorflow
夜间并没有被覆盖,所以我不知道我错过了什么.\ python -m pip install
浏览 2
提问于2020-12-01
得票数 1
回答已采纳
1
回答
ModuleNotFoundError:没有名为“official.modeling.optimization”的模块
已经创建了路径"
Tensorflow
\models\research\
object_detection
\model_main_tf2.py",跟踪(最近一次调用):文件第32行,从
object_detection
导入model_lib_v2文件的第31行,从
object_detection
导入model_lib文件的第34行,
在
“从"D:\Code_kida\ANPR\
Tensorflow
浏览 1
提问于2021-07-18
得票数 0
1
回答
使用
tensorflow
1.8进行目标检测
、
、
(
tensorflow
2) C:\
tensorflow
2\models\research\
object_detection
>python train.py --logtostderr --train_dirWARNING:
tensorflow
:From C:\
tensorflow
1\models\research\
object_detection
\legacy\trainer.py:266: create_global_step(images, true_image_shapes)
浏览 71
提问于2019-06-11
得票数 0
1
回答
ModuleNotFoundError:没有名为“object_detection.protos”的模块
、
我按照说明(https://
tensorflow
-object-detection-api-tutorial.readthedocs.io/en/latest/training.html)安装了
Tensorflow
我
在
ubuntu18.4上使用了Anaconda,说明
中
的所有步骤似乎都完成得很好。import model_lib_v2 File "/home/chanitda/Desktop/
Tensorflow
浏览 93
提问于2020-09-14
得票数 2
1
回答
导入错误:无法从'
object_detection
‘导入名称'model_lib_v2’
、
、
、
、
我正在研究google colab
中
的一个对象检测模型,我正在遵循here
中
概述的大部分说明。 为了训练模型,我尝试使用: !python model_main_tf2.py 2021-06-28 11:33:33.510377: I
tensorflow
import model_lib_v2 ImportError: cannot import n
浏览 68
提问于2021-06-28
得票数 0
回答已采纳
1
回答
没看到文件吗?(我做错事了)
、
、
、
、
在
tensorflow
> models > research >
object_detection
> protos内部的protoc目录
中
,它将返回
object_detection
/protos/multiscale_anchor_generator.proto: File not found.
object_detection
浏览 4
提问于2020-10-29
得票数 1
2
回答
Tensorflow
对象检测API / ImportError:无法导入名称“keypoint_box_coder_pb2”
、
、
我按照指示()安装了
Tensorflow
对象检测API。我
在
Windows 10上使用Anaconda,说明
中
的所有步骤似乎都完成了OK。跟踪(最近一次调用):"
object_detection
/builders/model_builder_test.py",第21行,
在
object_detection.builders导入model_builder\builders\model_builder.py",第18行
中
,在从"C:\
浏览 7
提问于2017-11-07
得票数 0
2
回答
在用protobuf编译时,是否可以将.proto文件转换为.py文件?
、
、
、
我正在做/试图做的事情:遵循这个()教程,我设法
在
edureka上做了一些事情: C:\Users\yourusername\Desktop\
TensorFlow
\protoc-3.5.1-win32C:\Users\
浏览 0
提问于2019-01-13
得票数 1
回答已采纳
1
回答
ImportError:不能在
tensorflow
使用EdjeElectronics教程训练图像时导入名称“coco”
、
、
在
cmd
中
运行以下命令时, \
object_detection
\model_lib.py", line 27, in from
object_detection</em
浏览 0
提问于2019-03-11
得票数 0
回答已采纳
1
回答
Object_Detection
在
tensorflow
中
不起作用
、
、
、
、
我是张量流的新手,我训练了面罩模型,并在网络摄像头上尝试了它,但它显示了类似这样的东西。 ? 有没有人可以帮我,我使用了100+图像和2-3个小时的训练,我在哪里犯了错,有人能帮我吗? 最近使用的2 cmd python train.py --train_dir=training/ --pipeline_config_path=training/ssd_mobilenet_v1_pets.config --logtostderr python export_inference_graph.py --input_type image_tensor --pipeline_config_p
浏览 9
提问于2020-10-25
得票数 0
1
回答
TensorFlow
的对象检测API
中
缺少的训练模块和属性
、
、
' has no attribute 'v1'我怀疑我可能缺少一个应该安装在我的环境
中
的包,但我不确定它会是什么。当我
在
18:01运行命令时,我的问题就发生了。我意识到上面提供
浏览 6
提问于2020-02-06
得票数 2
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
在TensorFlow中实现胶囊网络
finecms v中category标签order不起作用
TensorFlow Lite在Kika Keyboard中的应用案例分享
TensorFlow中的多线程
用 TensorFlow.js 在浏览器中训练神经网络
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券