COCO APIのインストールでerror: no such file or directory: ‘pycocotools/_mask.c’

Tensorflow Object Detection APIを導入するにあたり、COCO API installationが必要

File not found · tensorflow/models
Models and examples built with TensorFlow. Contribute to tensorflow/models development by creating an account on GitHub.
git clone https://github.com/cocodataset/cocoapi.git
cd cocoapi/PythonAPI
make

が、エラー発生。

clang: error: no such file or directory: 'pycocotools/_mask.c'
clang: error: no input files
error: command 'clang' failed with exit status 1
make: *** [all] Error 1

_mask.cがないと怒られる。

コメント

タイトルとURLをコピーしました