add torch
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
|
|
|
|
2 |
torch==1.11.0+cu113
|
3 |
torchvision==0.12.0+cu113
|
4 |
-
--find-links https://download.openmmlab.com/mmcv/dist/cu113/torch1.11/index.html
|
5 |
mmcv==2.0.0rc4
|
6 |
albumentations==1.3.0
|
7 |
fvcore==0.1.5.post20221221
|
@@ -22,7 +23,5 @@ setuptools==59.5.0
|
|
22 |
timm==0.6.13
|
23 |
tqdm==4.65.0
|
24 |
|
25 |
-
torch==1.10.0
|
26 |
-
torchvision==0.11.1
|
27 |
detectron2@git+https://github.com/facebookresearch/detectron2.git@4e447553eb32b6e3784df0b8fca286935107b2fd
|
28 |
git+https://github.com/jinlinyi/PerspectiveFields.git@dev#egg=perspective2d
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
--find-links https://download.openmmlab.com/mmcv/dist/cu113/torch1.11/index.html
|
3 |
+
|
4 |
torch==1.11.0+cu113
|
5 |
torchvision==0.12.0+cu113
|
|
|
6 |
mmcv==2.0.0rc4
|
7 |
albumentations==1.3.0
|
8 |
fvcore==0.1.5.post20221221
|
|
|
23 |
timm==0.6.13
|
24 |
tqdm==4.65.0
|
25 |
|
|
|
|
|
26 |
detectron2@git+https://github.com/facebookresearch/detectron2.git@4e447553eb32b6e3784df0b8fca286935107b2fd
|
27 |
git+https://github.com/jinlinyi/PerspectiveFields.git@dev#egg=perspective2d
|