zhengchong
commited on
Commit
•
eb5d403
1
Parent(s):
458975b
chore: Update playground.py to save the result image after masking
Browse files- detectron2 +1 -0
- playground.py +1 -0
- requirements.txt +0 -1
detectron2
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 31bebdea147c96f8a00a0d55931858bf727ae370
|
playground.py
CHANGED
@@ -14,3 +14,4 @@ masker = AutoMaskerSeg(
|
|
14 |
|
15 |
result = masker(image)['mask']
|
16 |
result.save("b.png")
|
|
|
|
14 |
|
15 |
result = masker(image)['mask']
|
16 |
result.save("b.png")
|
17 |
+
|
requirements.txt
CHANGED
@@ -15,5 +15,4 @@ 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.git
|
19 |
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@main#subdirectory=projects/DensePose
|