Mapillary
LinuxでMapillary (Ubuntu 20.04)
https://www.mapillary.com/desktop-uploader?locale=ja_JP
./mapillary-uploader-4.4.1.AppImage
LinuxでMapillary (Ubuntu 20.04)
https://github.com/mapillary/mapillary_tools
- アップロードコマンドラインツールのインストール
python3 -m pip install --upgrade git+https://github.com/mapillary/mapillary_tools
- アップロード
上げたい画像が~/tmpというディレクトリにあるとして,
mapillary_tools process_and_upload --user_name "username" ~/tmp
エラーが出るときは, ログイン有効切れかもしれないので以下を実行(パスワード聞かれる)
mapillary_tools process_and_upload --user_name "username" ./
Keyword(s):
References: