Tensorflow Object Detection API on Windows - error “ModuleNotFoundError: No module named 'utils'”

后端 未结 4 1497
误落风尘
误落风尘 2020-12-16 18:57

I\'m attempting to get the TensorFlow Object Detection API

https://github.com/tensorflow/models/tree/master/research/object_detection

working on Windows by f

4条回答
  •  忘掉有多难
    2020-12-16 19:56

    cd Research/Object_Detection

    cd ..

    Research

    1. export PATH=~/anaconda3/bin:$PATH

    RESEARCH

    1. git clone https://github.com/tensorflow/models.git

    RESEARCH

    3.export PYTHONPATH=$PYTHONPATH:pwd:pwd/slim

    4.protoc object_detection/protos/string_int_label_map.proto --python_out=.

    CD OBJECT_DETECTION

    1. protoc protos/string_int_label_map.proto --python_out=.

    6.jupyter notebook

提交回复
热议问题