无法在本地Mac中训练我自己的对象检测器

时间:2018-09-23 02:55:16

标签: python tensorflow object-detection object-detection-api

我正在尝试为自己的数据集构建对象检测器,并在Mac上本地运行。我遵循了文档。当我尝试运行“运行培训作业”时,出现错误消息。请咨询

遵循的步骤:

https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/running_locally.md

安装-已完成并且可以按预期工作。 https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md

准备输入-已完成并按预期工作。 https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/preparing_inputs.md

配置对象检测训练管道-已完成。 https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/configuring_jobs.md

当我运行运行火车作业的最终命令时,出现错误。

代码:

python object_detection / model_main.py \ --pipeline_config_path =“ /用户/ kmenita /下载/venky_project/models/ObjectDetecor/train/ssd_mobilenet_v1_pets.config” \ --model_dir =“ /用户/ kmenita / Downloads / venky_project / models / ObjectDetecor / train“ \ --num_train_steps = 5000 \-sample_1_of_n_eval_examples = 1 \ --logtostderr

错误:

ImportError:Python未作为框架安装。如果未将Python安装为框架,则Mac OS X后端将无法正常运行。有关在Mac OS X上将Python安装为框架的更多信息,请参见Python文档。请重新安装Python作为框架,或尝试其他后端之一。如果您正在使用(Ana)Conda,请安装python.app并将“ python”的使用替换为“ pythonw”。有关更多信息,请参阅Matplotlib常见问题解答中的“在OSX上使用Matplotlib”。

请咨询

0 个答案:

没有答案