-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
45 lines (40 loc) · 968 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
43
44
45
albumentations
black
boto3
opencv-python
pandas
randomname
tenacity
timm==0.9.5
wandb
tqdm
# --------- dinov2 --------- #
--extra-index-url https://pypi.nvidia.com
cuml-cu11==23.12.0
dinov2==0.0.1.dev0
xformers==0.0.18
# --------- pytorch --------- #
torch==2.0.0
torchvision==0.15.1
lightning @ git+https://github.com/Lightning-AI/lightning@1307b605e858560a1b93bfbbbbe039e5beb9e977#egg=lightning
torchmetrics==0.11.4
# --------- hydra --------- #
hydra-core==1.3.2
hydra-colorlog==1.2.0
hydra-optuna-sweeper==1.2.0
# --------- loggers --------- #
# wandb
neptune==1.2.0
# mlflow
# comet-ml
# --------- others --------- #
pyrootutils # standardizing the project root setup
pre-commit # hooks for applying linters on commit
rich # beautiful text formatting in terminal
pytest # tests
sh # for running bash commands in some tests
pycocotools # for masking
ultralytics==8.0.158 # for yolo
fiftyone
fastapi
umap-learn