Closed allandclive closed 2 months ago
Hi @allandclive, could you provide the complete error message?
Hi @allandclive, could you provide the complete error message? I have tried this object detection tutorial on both colab and kaggle, it gets stuck in endless "installation of mmcv"
For google Colab this works:
!pip install autogluon.multimodal
!pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0
!pip install "mmcv==2.1.0" -f https://download.openmmlab.com/mmcv/dist/cu121/torch2.1.0/index.html
!pip install "mmdet==3.2.0"
Update the tutorial in https://github.com/autogluon/autogluon/pull/4447. Closing the issue. Feel free to reopen it if the problem still exists.