Commit
·
458975b
1
Parent(s):
58d5e58
chore: Add detectron2 and DensePose dependencies to requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -15,4 +15,5 @@ tqdm==4.66.4
|
|
| 15 |
transformers==4.27.3
|
| 16 |
xformers==0.0.23.post1
|
| 17 |
Ninja==1.11.1.1
|
|
|
|
| 18 |
git+https://github.com/facebookresearch/detectron2@main#subdirectory=projects/DensePose
|
|
|
|
| 15 |
transformers==4.27.3
|
| 16 |
xformers==0.0.23.post1
|
| 17 |
Ninja==1.11.1.1
|
| 18 |
+
git+https://github.com/facebookresearch/detectron2.git
|
| 19 |
git+https://github.com/facebookresearch/detectron2@main#subdirectory=projects/DensePose
|