首页 热点专区 小学知识 中学知识 出国留学 考研考公
您的当前位置:首页正文

tensorflow关于Google的object detect

2024-12-06 来源:要发发知识网

首先下载models文件

对模型进行编译

protoc object_detection/protos/*.proto --python_out=.

这时在object_detection目录下会产生很多.py文件

测试

python object_detection/builders/model_builder_test.py

添加nets和deployment

image.png

实现物体检测

显示全文