-
Notifications
You must be signed in to change notification settings - Fork 765
/
Copy pathrequirements.txt
42 lines (35 loc) · 801 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
torch
torchvision
torchaudio
numpy
scipy
Pillow
matplotlib
scikit-image
librosa
timm
einops
lightning
gradio
transformers
sentencepiece
accelerate
wandb
# sudo apt-get install libsndfile-dev
# sndfile
# To support object detection and segmentation
# https://mmdetection.readthedocs.io/en/latest/get_started.html
# (MacOS)
# git clone https://github.com/open-mmlab/mmcv.git
# cd mmcv
# MMCV_WITH_OPS=1 python3 -m pip install -e .
# Ubuntu
#pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.8.0/index.html
#
# mmdet-2.14.0
# git clone https://github.com/open-mmlab/mmdetection.git
# cd mmdetection
# pip3 install -r requirements/build.txt
# pip3 install -v -e .
# To use COCO datatset
#pip3 install git+https://github.com/waleedka/coco.git#subdirectory=PythonAPI