Spaces:
Runtime error
Runtime error
RysonFeng
commited on
Commit
•
a9b35cc
1
Parent(s):
9afc104
Add third_party
Browse files- .gitattributes +1 -1
- sample1.png +0 -3
- third_party/.gitkeep +1 -0
- third_party/lama +1 -0
- third_party/lama_requirements.txt +21 -0
- third_party/segment-anything +1 -0
.gitattributes
CHANGED
@@ -32,4 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
-
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
third_party filter=lfs diff=lfs merge=lfs -text
|
sample1.png
DELETED
Git LFS Details
|
third_party/.gitkeep
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# Put third party packages into this directory
|
third_party/lama
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 7dee0e4a3cf5f73f86a820674bf471454f52b74f
|
third_party/lama_requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
tensorflow
|
4 |
+
pyyaml
|
5 |
+
tqdm
|
6 |
+
numpy
|
7 |
+
easydict
|
8 |
+
scikit-image
|
9 |
+
scikit-learn
|
10 |
+
opencv-python
|
11 |
+
joblib
|
12 |
+
matplotlib
|
13 |
+
pandas
|
14 |
+
albumentations==0.5.2
|
15 |
+
hydra-core
|
16 |
+
pytorch-lightning
|
17 |
+
tabulate
|
18 |
+
kornia==0.5.0
|
19 |
+
webdataset
|
20 |
+
packaging
|
21 |
+
wldhx.yadisk-direct
|
third_party/segment-anything
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 567662b0fd33ca4b022d94d3b8de896628cd32dd
|