Spaces:
Build error
Build error
Uploaded cat_attr_map and requirements.txt files
Browse files- cat_attr_map.json +54 -0
- requirements.txt +10 -0
cat_attr_map.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Kurtis": {
|
| 3 |
+
"color": "attr_1",
|
| 4 |
+
"fit_shape": "attr_2",
|
| 5 |
+
"length": "attr_3",
|
| 6 |
+
"occasion": "attr_4",
|
| 7 |
+
"ornamentation": "attr_5",
|
| 8 |
+
"pattern": "attr_6",
|
| 9 |
+
"print_or_pattern_type": "attr_7",
|
| 10 |
+
"sleeve_length": "attr_8",
|
| 11 |
+
"sleeve_styling": "attr_9"
|
| 12 |
+
},
|
| 13 |
+
"Men Tshirts": {
|
| 14 |
+
"color": "attr_1",
|
| 15 |
+
"neck": "attr_2",
|
| 16 |
+
"pattern": "attr_3",
|
| 17 |
+
"print_or_pattern_type": "attr_4",
|
| 18 |
+
"sleeve_length": "attr_5"
|
| 19 |
+
},
|
| 20 |
+
"Sarees": {
|
| 21 |
+
"blouse_pattern": "attr_1",
|
| 22 |
+
"border": "attr_2",
|
| 23 |
+
"border_width": "attr_3",
|
| 24 |
+
"color": "attr_4",
|
| 25 |
+
"occasion": "attr_5",
|
| 26 |
+
"ornamentation": "attr_6",
|
| 27 |
+
"pallu_details": "attr_7",
|
| 28 |
+
"pattern": "attr_8",
|
| 29 |
+
"print_or_pattern_type": "attr_9",
|
| 30 |
+
"transparency": "attr_10"
|
| 31 |
+
},
|
| 32 |
+
"Women Tops & Tunics": {
|
| 33 |
+
"color": "attr_1",
|
| 34 |
+
"fit_shape": "attr_2",
|
| 35 |
+
"length": "attr_3",
|
| 36 |
+
"neck_collar": "attr_4",
|
| 37 |
+
"occasion": "attr_5",
|
| 38 |
+
"pattern": "attr_6",
|
| 39 |
+
"print_or_pattern_type": "attr_7",
|
| 40 |
+
"sleeve_length": "attr_8",
|
| 41 |
+
"sleeve_styling": "attr_9",
|
| 42 |
+
"surface_styling": "attr_10"
|
| 43 |
+
},
|
| 44 |
+
"Women Tshirts": {
|
| 45 |
+
"color": "attr_1",
|
| 46 |
+
"fit_shape": "attr_2",
|
| 47 |
+
"length": "attr_3",
|
| 48 |
+
"pattern": "attr_4",
|
| 49 |
+
"print_or_pattern_type": "attr_5",
|
| 50 |
+
"sleeve_length": "attr_6",
|
| 51 |
+
"sleeve_styling": "attr_7",
|
| 52 |
+
"surface_styling": "attr_8"
|
| 53 |
+
}
|
| 54 |
+
}
|
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Pillow==11.0.0
|
| 2 |
+
PyYAML==6.0.2
|
| 3 |
+
scikit_learn==1.5.2
|
| 4 |
+
tqdm==4.66.5
|
| 5 |
+
wandb==0.18.7
|
| 6 |
+
open_clip_torch
|
| 7 |
+
|
| 8 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 9 |
+
torch==2.4.1
|
| 10 |
+
torchvision==0.19.1
|