tensorflowobjectdetection安装错误

2024-07-02 14:54:27 发布

您现在位置:Python中文网/ 问答频道 /正文

跟随https://gilberttanner.com/blog/tensorflow-object-detection-with-tensorflow-2-creating-a-custom-model安装https://github.com/tensorflow/models.git

基本上,我没有错误地完成了以下步骤

git clone https://github.com/tensorflow/models.git
cd models/research
protoc object_detection/protos/*.proto --python_out=.
cp object_detection/packages/tf2/setup.py .

但是当我试着 python -m pip install .

我犯了以下错误

ERROR LOG cmd install objection detection api

(日志已上载到github,因为它太长,无法包含在此帖子中)

我更新了PIP并安装了VisualStudioC++的最新版本,但没有效果


Tags: installhttpsgitcreatinggithubcomobjectmodels