-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatform.json
60 lines (58 loc) · 1.52 KB
/
platform.json
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
[{
"title":"the title of the algorithm",
"creator": "the developer/creator of the algorithm",
"date": "dd/mm/YYY",
"icon":"uri for an image/icon for the algorithm",
"url":"url to the path of the github repository"
"icaerus_applications": ["crop-monitoring","drone-spraying","livestock-monitoring","forestry-and-biodiversity","rural-logistics"],
"uses_cases":[1,2,3,4],
"extra":{
"key1":"value1",
"key2":"value2"
},
"filters":{
"content": [
"Machine learning",
"Deep learning",
"Computer vision",
"Detection",
"Tracking",
"Flight control",
"Path planning",
"Simulations",
"Framework",
"ROS",
"BVLOS",
"Networking"
],
"data-type": [
"RGB images",
"RGB videos",
"Hyperspectral/Multispectral images",
"Thermal",
"Orthomosaic",
"Droplet deposition",
],
"subject": [
"Vineyards",
"Drone spraying",
"Drift",
"Forestry",
"Fire fuel",
"Fire prevention",
"Wild boars",
"Cattle",
"Sheep",
"Other animals",
],
"location": [
"Spain",
"Macedonia",
"Greece",
"The Netherlands",
"Lithuania",
"France"
],
}
}
]