palletiavi23 commited on
Commit
8b9de8f
·
verified ·
1 Parent(s): 0bb2aa6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -11
README.md CHANGED
@@ -8,14 +8,14 @@ tags:
8
  ---
9
 
10
  ## Important Notice
11
- This model is provided for evaluation and development purposes only. It is not validated for and must not be used in clinical, diagnostic, or production settings. See #use-and-limitations.
12
 
13
  ---
14
  ## Model Information
15
  ### Description
16
- people-present is a single-stage object detection model that detects caretakers and other persons in a NICU warmer video feed. It uses the same MobileNetV2 + FPN + anchor-free head architecture as the companion patient-present model, retrained on a person-detection objective. In the NICU Warmer reference pipeline, its bounding boxes are cross-referenced with patient-present detections via IoU overlap to classify each detected person as either "caretaker" or "patient". This model is a development and evaluation tool produced as part of Intel's NICU Warmer reference design and has not undergone clinical validation.
17
  ### Intended Use
18
- This model is intended for use by software developers and researchers evaluating AI-assisted NICU monitoring workflows on Intel hardware. It demonstrates person detection in warmer video as a building block for caretaker-presence sensing. people-present itself does not provide any medical functionality, nor is it intended to process or interpret medical data for a medical purpose. Developers are responsible for independently validating and adapting people-present for their specific use case. It must not be used in live clinical environments or for any diagnostic or patient-safety purpose.
19
 
20
  ---
21
  ## Technical Specifications
@@ -28,22 +28,27 @@ This model is intended for use by software developers and researchers evaluating
28
  | Training hardware | Intel Ultra Core |
29
  | Framework | PyTorch (mmdetection) → OpenVINO IR FP32 |
30
 
 
 
 
 
 
 
 
 
31
  ---
32
  ## Use and Limitations
33
  ### Permitted Uses
34
  - Evaluation and benchmarking of Healthcare and Life Sciences AI workflows
35
  - Research and development
36
  - Academic study
37
- - Adaptation and modification for non-clinical applications
38
  ### Prohibited Uses
39
  - Clinical or diagnostic use
40
- - Production deployment without independent validation and
41
- applicable regulatory authorization
42
- - Use with live patients or real patient data (unless the user
43
- has obtained all necessary authorizations)
44
- - Any use that would cause Intel to be treated as the
45
- manufacturer, provider, or deployer of a medical device
46
- or regulated AI system
47
 
48
  ---
49
  ## License
 
8
  ---
9
 
10
  ## Important Notice
11
+ This model is provided for internal evaluation and development purposes only. It is not validated for and must not be used in clinical, diagnostic, or production settings. See #use-and-limitations and #License.
12
 
13
  ---
14
  ## Model Information
15
  ### Description
16
+ people-present is a single-stage object detection model that detects persons present in a frame. It uses the same MobileNetV2 + FPN + anchor-free head architecture as the companion patient-present model, retrained on a person-detection objective. In the a NICU Warmer reference pipeline, its bounding boxes are cross-referenced with patient-present detections via IoU overlap to classify each detected person as either "caretaker" or "patient". This model is an internal development and evaluation tool produced as part of Intel's NICU Warmer reference design and has not undergone clinical validation. In this reference application, the detection of another person in the boxed space in the video frame (other than the “patient”) is designed to mimic the workload of an AI model operating in a real neonatal scenario where it would be able to detect a caretaker or other hospital worker near the NICU Warmer.
17
  ### Intended Use
18
+ This model is intended for use by software developers and researchers evaluating AI-assisted monitoring workflows on Intel hardware. It demonstrates person detection in warmer video as a building block for caretaker-presence sensing. people-present itself does not provide any medical functionality, nor is it intended to process or interpret medical data for a medical purpose. Developers are responsible for independently validating and adapting people-present for their specific use case. It must not be used in live clinical environments or for any diagnostic or patient-safety purpose.
19
 
20
  ---
21
  ## Technical Specifications
 
28
  | Training hardware | Intel Ultra Core |
29
  | Framework | PyTorch (mmdetection) → OpenVINO IR FP32 |
30
 
31
+ ---
32
+ ## Training Data
33
+ The model was trained using images of a box-like compartment taken from above. These images were created by the development team for this purpose.
34
+ Within the box compartment (representing the NICU Warmer), numerous images show different configurations of scenarios i.e. the presence or absence of a plastic figure (representing the “patient”), the presence or absence of a hand (representing the “caretaker”) and the presence or absence of latch clips (representing the NICU Warmer hood latch).
35
+ The model is trained to recognise the presence a hand within this environment. Once trained, you can test the performance of the AI model and by extension the hardware in real-time to mimic production use. Whilst the training process allows for simulation of production workloads, the fact that the training data has no clinical nexus demonstrates that the NICU Warmer reference application was not intended for use within a production, clinical environment.
36
+ ## Evaluation
37
+ Evaluation was limited to confirmation that the model can recognise the presence of a hand in the environment described above. No formal evaluation of performance was undertaken. It is recognised that reference AI workloads may not replicate real, production workloads
38
+
39
  ---
40
  ## Use and Limitations
41
  ### Permitted Uses
42
  - Evaluation and benchmarking of Healthcare and Life Sciences AI workflows
43
  - Research and development
44
  - Academic study
 
45
  ### Prohibited Uses
46
  - Clinical or diagnostic use
47
+ - Production deployment
48
+ - Use with live patients or real patient data
49
+ ### Known Limitations
50
+ - No evaluation of performance undertaken
51
+ - No evaluation of whether reference AI workloads will replicate real, production workloads
 
 
52
 
53
  ---
54
  ## License