简体   繁体   English

Best TensorFlow version & Object Detection API version for Object Detection in Windows

[英]Best TensorFlow version & Object Detection API version for Object Detection in Windows

Hopefully this questions fits Stack Overflow question type.希望这个问题适合 Stack Overflow 问题类型。

So, I have been trying to get TensorFlow 2.0 & 2.1 version up and running for Object Detection, but found myself being constantly stuck with new deprecated/removed functions.因此,我一直在尝试启动并运行 TensorFlow 2.0 和 2.1 版本以进行 Object 检测,但发现自己一直在使用新的弃用/删除功能。

Tensorflow 2.* versions do not fit the model_train.py file which is used to finally train custom object detector, which in case uses old functions -_- from some 1.* versions. Tensorflow 2.* 版本不适合用于最终训练自定义 object 检测器的 model_train.py 文件,以防使用某些 1.* 版本的旧函数 -_-。 It might be a problem on my side, but I've tried both GPU and CPU versions and the original built in object detector did work for me (dogs, kites, and people) for 2.1 version, but no progress for creating custom object detectors due to various incompatibility issues.这可能是我这边的问题,但我已经尝试了 GPU 和 CPU 版本,原始内置 object 检测器确实对我(狗、风筝和人)2.1 版本有效,但创建自定义 object 检测器没有进展由于各种不兼容问题。

Thus, I want to ask if anyone knows best Tensorflow version that would work with some version of Object Detection API from https://github.com/tensorflow/models as of February 2020. CPU/GPU difference does not matter, as I am able to因此,我想问问是否有人最清楚 Tensorflow 版本可以与 Object 的某些版本一起使用 从https://github.com/tensorflow/models检测API 截至 2020 年 2 月。CPU/GPU 差异并不重要,就像我一样能够

Thank you!谢谢!

For trying out tensorflow 2 models use version 2.3.0, it is compatible with newer models.If using tf 1.x models, use version 1.15.0 .试用 tensorflow 2 个模型使用版本 2.3.0,它与较新的模型兼容。如果使用 tf 1.x 模型,请使用版本1.15.0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否存在Tensorflow Object Detection API的发布版本? - Is there such a thing as a release version for Tensorflow Object Detection API? 无法在Windows上运行Tensorflow对象检测API - Fail to run tensorflow object detection api on windows Windows上的tensorflow对象检测API错误 - tensorflow object detection API Error at windows Windows上具有GPU的Tensorflow对象检测API和实时检测 - Tensorflow Object Detection API with GPU on Windows and real-time detection Windows 上的 Tensorflow 对象检测 API - ImportError:没有名为“object_detection.utils”的模块; “object_detection”不是一个包 - Tensorflow Object Detection API on Windows - ImportError: No module named "object_detection.utils"; "object_detection" is not a package 具有奇怪检测结果的Tensorflow对象检测API - Tensorflow object detection api with weird detection result 条件检测使用 Tensorflow Object 检测 API - Conditional Detection using Tensorflow Object Detection API 使用 Tensorflow 版本 1.14.0 执行自定义 Object 检测时出现 ImportError - ImportError while doing Custom Object Detection with Tensorflow version 1.14.0 Tensorflow对象检测Api的准确率 - Accuracy of Tensorflow object detection Api TensorFlow对象检测API错误 - TensorFlow Object Detection API error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM