devcon-mmdet3d
This text is also text!
ファイルの準備
Dockerfileの作成
Modify Dockerfile as follow.
1 | FROM nvidia/cuda:11.3.1-cudnn8-devel-ubuntu20.04 |
devcontainer.jsonの作成
Modify devcontainer.json as follow.
1 | { |
Dockerビルド
VscodeでReopen containerをクリックして、コンテナをビルドし始めます。
mmdet3dインストール
コンテナでは、mmdet3dをインストールします。
1 | git clone https://github.com/open-mmlab/mmdetection3d.git &&\ |
Troubleshooting
mmdet3dをインストールするとき、libやlibのバージョンが合わせない問題が発生しました。(更新予定)
以下のように修正してください。
1 | scikit-image==0.21.0 |