-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquickstart_projects.json
More file actions
92 lines (92 loc) · 4.89 KB
/
Copy pathquickstart_projects.json
File metadata and controls
92 lines (92 loc) · 4.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[
{
"key": "chess",
"name": "Chess Pieces Detection",
"description": "Beginner-friendly object detection demo that detects and localizes chess pieces on a chessboard.",
"downloadUrl": "https://github.com/one-ware/OneAI.QuickStart/releases/download/1.0/OneAI_Chess.zip",
"previewImageUrl": "https://raw.githubusercontent.com/one-ware/OneAI.QuickStart/main/preview-images/chess.webp",
"documentationUrl": null,
"tags": ["beginner", "objectDetection"]
},
{
"key": "chips",
"name": "Potato Chip Classification",
"description": "High-performance image classification demo that distinguishes defective from non-defective potato chips.",
"downloadUrl": "https://github.com/one-ware/OneAI.QuickStart/releases/download/1.0/OneAI_Chips.zip",
"previewImageUrl": "https://raw.githubusercontent.com/one-ware/OneAI.QuickStart/main/preview-images/chips.webp",
"documentationUrl": "https://one-ware.com/projects/chips",
"tags": ["beginner", "classification"]
},
{
"key": "nist",
"name": "Handwritten Digit Classification",
"description": "Image classification demo using the NIST handwritten digits dataset to recognize numeric characters.",
"downloadUrl": "https://github.com/one-ware/OneAI.QuickStart/releases/download/1.0/OneAI_NIST.zip",
"previewImageUrl": "https://raw.githubusercontent.com/one-ware/OneAI.QuickStart/main/preview-images/nist.webp",
"documentationUrl": "https://one-ware.com/projects/nist",
"tags": ["beginner", "classification"]
},
{
"key": "wildfire",
"name": "Wildfire Segmentation",
"description": "Segmentation demo for detecting wildfire areas in drone imagery.",
"downloadUrl": "https://github.com/one-ware/OneAI.QuickStart/releases/download/1.0/OneAI_Wildfire.zip",
"previewImageUrl": "https://raw.githubusercontent.com/one-ware/OneAI.QuickStart/main/preview-images/wildfire.webp",
"documentationUrl": "https://one-ware.com/projects/wildfire",
"tags": ["advanced", "segmentation", "FPGA"]
},
{
"key": "scratches",
"name": "Scratches Detection Segmentation",
"description": "Segmentation demo for detecting scratches on a metallic surface.",
"downloadUrl": "https://github.com/one-ware/OneAI.QuickStart/releases/download/1.0/OneAI_Scratches.zip",
"previewImageUrl": "https://raw.githubusercontent.com/one-ware/OneAI.QuickStart/main/preview-images/scratches.webp",
"documentationUrl": "https://one-ware.com/projects/scratches",
"tags": ["advanced", "segmentation"]
},
{
"key": "tumor",
"name": "Tumor Segmentation",
"description": "Segmentation demo for detecting and outlining brain tumors in medical imaging data.",
"downloadUrl": "https://github.com/one-ware/OneAI.QuickStart/releases/download/1.0/OneAI_Tumor.zip",
"previewImageUrl": "https://raw.githubusercontent.com/one-ware/OneAI.QuickStart/main/preview-images/tumor.webp",
"documentationUrl": null,
"tags": ["advanced", "segmentation"]
},
{
"key": "dronesAndBirds",
"name": "Drones Difference Detection",
"description": "Multi Image Input demo to show ONE AI Difference Detection in action.",
"downloadUrl": "https://github.com/one-ware/OneAI.QuickStart/releases/download/1.0/OneAI_DronesAndBirds.zip",
"previewImageUrl": "https://raw.githubusercontent.com/one-ware/OneAI.QuickStart/main/preview-images/dronesandbirds.webp",
"documentationUrl": "https://one-ware.com/projects/dronesAndBirds",
"tags": ["advanced", "objectDetection", "difference"]
},
{
"key": "cups",
"name": "Cups Print Detection",
"description": "Simple demo to detect prints on cups in highly variable background conditions.",
"downloadUrl": "https://github.com/one-ware/OneAI.QuickStart/releases/download/1.0/OneAI_Cups.zip",
"previewImageUrl": "https://raw.githubusercontent.com/one-ware/OneAI.QuickStart/main/preview-images/cups.webp",
"documentationUrl": "https://one-ware.com/projects/cups",
"tags": ["beginner", "objectDetection"]
},
{
"key": "tennis",
"name": "Tennis",
"description": "Demo to detect small moving objects in a video.",
"downloadUrl": "https://github.com/one-ware/OneAI.QuickStart/releases/download/1.0/OneAI_Tennis.zip",
"previewImageUrl": "https://raw.githubusercontent.com/one-ware/OneAI.QuickStart/main/preview-images/tennis.webp",
"documentationUrl": "https://one-ware.com/projects/tennis",
"tags": ["beginner", "objectDetection", "difference"]
},
{
"key": "persons",
"name": "Tracking Persons",
"description": "This demo evaluates person segmentation in a controlled indoor environment.",
"downloadUrl": "https://github.com/one-ware/OneAI.QuickStart/releases/download/1.0/OneAI_Persons.zip",
"previewImageUrl": "https://raw.githubusercontent.com/one-ware/OneAI.QuickStart/main/preview-images/persons.webp",
"documentationUrl": "https://one-ware.com/projects/persons",
"tags": ["beginner", "segmentation", "rasperry pi"]
}
]