4
3

More than 3 years have passed since last update.

COCOAPIのインストール方法

Posted at

pipenv 使います. pipenv使ってない人は適当に pipenvpip3pip に置き換えて読んでください

以下のコマンドでとりあえずプロジェクトで使うライブラリを入れる

$ pipenv install

cocoapiインストールのためにcythonを入れる

$ pipenv install cython

以下のコマンドを順番に実行していってcocoapiをインストールする

git clone https://github.com/cocodataset/cocoapi.git
cd cocoapi/PythonAPI
make install
python setup.py install

終わり.

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3