requirements.txt 591 Bytes
Newer Older
chenzk's avatar
v1.0  
chenzk committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
addict==2.4.0
# dataclasses
# pandas
pyyaml
albumentations
tqdm
tensorboardX
# mmcv-full==1.2.7
# numpy
opencv-python
perceptual==0.1
pillow==8.4.0
pyproject.toml
# scikit-image==0.17.2
# scipy==1.5.4
tifffile==2020.9.3
timm==0.3.2
# typing-extensions==4.0.0
yapf==0.31.0
medpy

# pip install torch==1.13.0+cu116 torchvision==0.14.0+cu116 torchaudio==0.13.0 --extra-index-url https://download.pytorch.org/whl/cu116
# if torch>2.0,modify /usr/local/lib/python3.10/site-packages/timm/models/layers/helpers.py: from torch._six import container_abcs -> import collections.abc as container_abcs