This is the initial release of the application, therefore, it is considered a preview version.
The initial feature set of the application is now available:
- Heart and respiratory rate monitoring
- Integration with medical devices
- Pose estimation with joint tracking
- ECG analysis with 12-lead classification
Docker fails with the gathering device information error.
: This may happen on systems without NPU. NPU is optional for use but is still defined as a
possible accellerator in the image setup.
: To work around the issue, in docker-compose.yaml, remove the device by commenting out
the following lines, like so:
# devices:
# - /dev/dri
# - /dev/accel
# - /dev/accel/accel0