Create config.json
Browse files- config.json +72 -0
config.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "yolov10b.pt",
|
3 |
+
"names": {
|
4 |
+
"0": "Banh canh (Vietnamese thick noodle soup)",
|
5 |
+
"1": "Banh chung (Square sticky rice cake)",
|
6 |
+
"2": "Banh cuon (Rolled rice pancake)",
|
7 |
+
"3": "Banh khot (Mini savory pancakes)",
|
8 |
+
"4": "Banh mi (Vietnamese baguette sandwich)",
|
9 |
+
"5": "Banh trang (Rice paper)",
|
10 |
+
"6": "Banh trang tron (Rice paper salad)",
|
11 |
+
"7": "Banh xeo (Vietnamese sizzling pancake)",
|
12 |
+
"8": "Bo kho (Beef stew)",
|
13 |
+
"9": "Bo la lot (Grilled beef wrapped in betel leaves)",
|
14 |
+
"10": "Bong cai (Cauliflower)",
|
15 |
+
"11": "Bun (Rice vermicelli)",
|
16 |
+
"12": "Bun bo Hue (Hue beef noodle soup)",
|
17 |
+
"13": "Bun cha (Grilled pork with vermicelli)",
|
18 |
+
"14": "Bun dau (Vermicelli with tofu)",
|
19 |
+
"15": "Bun mam (Fermented fish noodle soup)",
|
20 |
+
"16": "Bun rieu (Crab noodle soup)",
|
21 |
+
"17": "Ca (Fish)",
|
22 |
+
"18": "Ca chua (Tomato)",
|
23 |
+
"19": "Ca phao (Pickled eggplant)",
|
24 |
+
"20": "Ca rot (Carrot)",
|
25 |
+
"21": "Canh (Soup)",
|
26 |
+
"22": "Cha (Vietnamese pork roll)",
|
27 |
+
"23": "Cha gio (Spring rolls)",
|
28 |
+
"24": "Chanh (Lime)",
|
29 |
+
"25": "Com (Rice)",
|
30 |
+
"26": "Com tam (Broken rice)",
|
31 |
+
"27": "Con nguoi (Human)",
|
32 |
+
"28": "Cu kieu (Pickled scallion head)",
|
33 |
+
"29": "Cua (Crab)",
|
34 |
+
"30": "Dau hu (Tofu)",
|
35 |
+
"31": "Dua chua (Pickled vegetables)",
|
36 |
+
"32": "Dua leo (Cucumber)",
|
37 |
+
"33": "Goi cuon (Fresh spring rolls)",
|
38 |
+
"34": "Hamburger",
|
39 |
+
"35": "Heo quay (Roast pork)",
|
40 |
+
"36": "Hu tieu (Clear rice noodle soup)",
|
41 |
+
"37": "Kho qua thit (Stuffed bitter melon soup)",
|
42 |
+
"38": "Khoai tay chien (French fries)",
|
43 |
+
"39": "Lau (Hotpot)",
|
44 |
+
"40": "Long heo (Pork offal)",
|
45 |
+
"41": "Mi (Egg noodles)",
|
46 |
+
"42": "Muc (Squid)",
|
47 |
+
"43": "Nam (Mushroom)",
|
48 |
+
"44": "Oc (Snails)",
|
49 |
+
"45": "Ot chuong (Bell pepper)",
|
50 |
+
"46": "Pho (Vietnamese noodle soup)",
|
51 |
+
"47": "Pho mai (Cheese)",
|
52 |
+
"48": "Rau (Vegetables)",
|
53 |
+
"49": "Salad (Salad)",
|
54 |
+
"50": "Thit bo (Beef)",
|
55 |
+
"51": "Thit ga (Chicken)",
|
56 |
+
"52": "Thit heo (Pork)",
|
57 |
+
"53": "Thit kho (Braised pork)",
|
58 |
+
"54": "Thit nuong (Grilled meat)",
|
59 |
+
"55": "Tom (Shrimp)",
|
60 |
+
"56": "Trung (Egg)",
|
61 |
+
"57": "Xoi (Sticky rice)",
|
62 |
+
"58": "Banh beo (Vietnamese savory steamed rice cake)",
|
63 |
+
"59": "Cao lau (Cao lau noodles)",
|
64 |
+
"60": "Mi Quang (Quang-style noodles)",
|
65 |
+
"61": "Com chien duong chau (Yangzhou fried rice)",
|
66 |
+
"62": "Bun cha ca (Fish cake noodle soup)",
|
67 |
+
"63": "Com chien ga (Fried rice with chicken)",
|
68 |
+
"64": "Chao long (Pork organ congee)",
|
69 |
+
"65": "Nom hoa chuoi (Banana blossom salad)",
|
70 |
+
"66": "Nui xao bo (Stir-fried macaroni with beef)",
|
71 |
+
"67": "Sup cua (Crab soup)"
|
72 |
+
}
|