Skip to content

Commit c410859

Browse files
committed
chore: Update dependencies and requirements.txt
1 parent c736408 commit c410859

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ branch and a visual branch, with the textual branch active only during training
6161

6262
## Experiment Setting
6363

64-
install dependencies in ·requirements.txt·
64+
install dependencies in *requirements.txt*
6565
torch1.9 + cuda10.2 is recomanded
6666

6767

requirement.txt

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
wandb
2-
lmdb
3-
pyarrow
4-
regex
5-
ftfy
6-
loguru
7-
pycocotools
8-
matplotlib
9-
tqdm
1+
ftfy==6.2.3
2+
loguru==0.7.2
3+
matplotlib==3.7.2
4+
numpy==1.24.3
5+
opencv_python_headless==4.8.1.78
6+
Pillow==10.4.0
7+
PyYAML==6.0.1
8+
regex==2023.10.3
9+
scikit_learn==1.3.0
10+
scipy==1.3.3
11+
thop==0.1.1.post2209072238
12+
torch==1.9.0+cu102
13+
torchvision==0.10.0+cu102
14+
tqdm==4.65.0
15+
wandb==0.16.0
1016
scikit-learn
11-
opencv-python
17+
opencv-python
18+
pycocotools

0 commit comments

Comments
 (0)