码迷,mamicode.com
首页 > Windows程序 > 详细

windows环境下使用EfficientDet(一)

时间:2020-05-03 13:06:24      阅读:329      评论:0      收藏:0      [点我收藏+]

标签:int   pat   otool   lan   NPU   google   https   targe   uda   

1、安装TensorFlow 2.1.0、cuda10.1、cudnn7.6.5

  参见:https://www.cnblogs.com/zhengbiqing/p/12554992.html

2、安装pycocotools

  参见:https://www.cnblogs.com/zhengbiqing/p/12552775.html

3、下载预训练模型:

  https://storage.googleapis.com/cloud-tpu-checkpoints/efficientdet/coco/efficientdet-d6.tar.gz

4、识别一张图片:

  打开命令行,执行:

  SET PYTHONPATH=.

  python model_inspect.py --runmode=infer --model_name=efficientdet-d6 --ckpt_path=E:\efficientdet-d6\efficientdet-d6\ --input_image=E:\efficientDect\bird.jpg --output_image_dir=E:\

识别结果:

技术图片

 

windows环境下使用EfficientDet(一)

标签:int   pat   otool   lan   NPU   google   https   targe   uda   

原文地址:https://www.cnblogs.com/zhengbiqing/p/12565144.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!