dlod-openvino / book

《深度学习图像识别技术:基于TensorFlow Object Detection API和Intel OpenVINO》
45 stars 14 forks source link

《深度学习图像识别技术:基于TensorFlow Object Detection API和OpenVINOTM工具套件》

front_cover

【随书资料下载链接】

360网盘 (提取码:af62) 百度网盘 (提取码: h9m3)


【注意项】

【OpenVINO版本】由于OpenVINO版本不断迭代,请读者选择跟书中的版本保持一致;

【安装到C盘!!】在Windows中安装OpenVINO,一定要安装到C盘!!!

下载链接: https://software.intel.com/en-us/openvino-toolkit/choose-download?innovator=CONT-0017856

【下载须知】 360网盘资料下载不成功问题

【搭建TensorFlow开发环境须知】安装TensorFlow前请卸掉之前安装的TensorFlow、Python和CUDA

【Page54 model_zoo 链接失效】测试安装TensorFlow Object Detection API下载ssd_inception_v2_coco的链接

【numpy版本≥1.16导致训练不成功】请卸载掉numpy,然后用pip install numpy==1.16.4重装numpy

【3.8节,运行train.py训练模型时报错:NotFoundError: NewRandomAccessFile failed to Create/Open】

【3.8节,运行train.py训练模型时报错:ValueError: Tensor conversion requested dtype string for Tensor with dtype float32: 'Tensor("arg0:0", shape=(), dtype=float32, device=/device:CPU:0)'】

勘误1 Page39

注意1 Page124 OpenVINO 2020 R1版开始,cpu_extension库已经集成到推理引擎中去了,不用用户手动编译了

注意2 Anaconda官网打不开,请从清华镜像源下载

注意3 有读者反馈git clone -b r1.13.0 https://github.com/tensorflow/models.git 下载速度慢

注意4 Page32 有读者反馈Anaconda Navigator里面找不到VS Code

注意5 有读者在转换OpenVINO IR模型时不成功,错误为:Graph object has no attribute 'node'

注意6 demo_squeezenet_download_convert_run.bat 运行不成功

注意7 运行p119 demo_benchmark_app.bat -d GPU 出错

注意8 https://tzutalin.github.io/labelImg/ 中无法下载LabelImg Windows安装文件

注意9 启动train.py训练时,报错:Failed to get convolution algorithm

注意10 p130页,OpenVINO2020.3版,运行human_pose_estimation_demo.exe报错无法解码mpeg文件

注意11 P129,4.9.5节,2019 R3版运行human_pose_estimation_demo.exe出错

由于笔者的水平有限,书中难免会出现错误或者不准确的地方,恳请读者批评指正。读者可以将书中的错误以及遇到的任何问题反馈给我们,我们将尽量在线上为读者提供最满意的解答。 Email: dlod_openvino@163.com

【问题回复】