-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
46 lines (41 loc) · 1.16 KB
/
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
43
44
45
46
# ####################### #
# Created for Python 3.10 #
# ####################### #
# ############################ #
# install torch with #
# specific cuda or cpu version #
# ############################ #
# --extra-index-url https://download.pytorch.org/whl/cpu
--extra-index-url https://download.pytorch.org/whl/cu121
torch==2.3.*
torchvision==0.18.*
torchaudio==2.3.*
# ######################## #
# regular pip dependencies #
# ######################## #
av
black
coverage[toml]
gdown
imagesize
matplotlib
numpy==1.*
opencv-python
Pillow
pylint
pyyaml==6.0.*
scipy==1.14.*
sphinx # sphinx is used to build the docs
sphinxcontrib.datatemplates
tb-nightly # use tb nightly, due to torchreid installing it and it being incompatible with the regular tensorboard
tqdm
wheel
# ################## #
# local dependencies #
# ################## #
# Torchreid - install requirements later manually run the setup torchreid and cythonize
# somehow installing requirements does not work just by calling setup
-r ./dependencies/torchreid/requirements.txt
# install PoseTrack21 evaluation toolkit
-e ./dependencies/PoseTrack21/eval/posetrack21/
git+https://github.com/svenkreiss/poseval