]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - jacinto-ai/pytorch-mmdetection.git/blob - setup.sh
ssd_mobilenet_lite config fixes
[jacinto-ai/pytorch-mmdetection.git] / setup.sh
1 echo "Installing mmcv - Please check your CUDA and PyTorch versions and modify this link apprrpriately. More info is available in https://github.com/open-mmlab/mmcv"
2 pip install mmcv-full==latest+torch1.5.0+cu102 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
4 echo "Installing mmdetection"
5 pip install git+https://github.com/open-mmlab/mmdetection.git
7 echo "Please visit https://git.ti.com/cgit/jacinto-ai/pytorch-jacinto-ai-devkit/about/ and https://git.ti.com/cgit/jacinto-ai/pytorch-jacinto-ai-devkit/ to clone and install that package."