forked from balena-io-experimental/balena-cam-tinyml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbalena.yml
More file actions
25 lines (25 loc) · 839 Bytes
/
balena.yml
File metadata and controls
25 lines (25 loc) · 839 Bytes
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
name: "Pneumonia Detection"
type: "sw.application"
description: "Real-time Pneumonia Detection by scanning X-Rays using Computer Vision on a Raspberry Pi."
joinable: false
assets:
repository:
type: "blob.asset"
data:
url: "https://github.com/Pneumonia-Detection-using-EdgeML/pneumonia-detection-balenaCAM"
logo:
type: "blob.asset"
data:
url: "https://raw.githubusercontent.com/Pneumonia-Detection-using-EdgeML/pneumonia-detection-balenaCAM/master/logo.png"
data:
applicationConfigVariables:
- BALENA_HOST_CONFIG_start_x: 1
- BALENA_HOST_CONFIG_gpu_mem_256: 192
- BALENA_HOST_CONFIG_gpu_mem_512: 256
- BALENA_HOST_CONFIG_gpu_mem_1024: 448
defaultDeviceType: "raspberrypi4-64"
supportedDeviceTypes:
- "raspberrypi3"
- "raspberrypi3-64"
- "raspberrypi4-64"
- "fincm3"