SmitaMahajan's picture
Update install.sh
cde7a1c verified
raw
history blame contribute delete
324 Bytes
#!/bin/bash
# Install dependencies
pip install --upgrade pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install opencv-python
pip install matplotlib
pip install gradio
# Install detectron2 from GitHub
pip install 'git+https://github.com/facebookresearch/detectron2.git'