Currently, the annotated datasets only are for 4CV which require to create some sort of binary class (4CV and BGR) where 4CV is four chamber view and BRG is background.
Motivation
Pitch
Annotated 4CV videos are rendered into image frames to be cropped and masked and we would like to have:
[x] a binary labels in the data-loader for 4CV and BRG labels
[x] Linked to vital-ultrasound/ai-assisted-echocardiography-for-low-resource-countries#14, a sampling method will be refined here considering NUMBER_OF_SEGMENTS, FRAGMENTS_PER_SEGMENT, and RANDOM_FRAMES_PER_SEGMENT as show in the following figure.
[x] Potentially add a third class for semi-4CV (or something like entering and leaving 4CV)
Alternatives
Additional context
Few references that might be of help to this ticket:
🚀 Feature
Currently, the annotated datasets only are for 4CV which require to create some sort of binary class (4CV and BGR) where 4CV is four chamber view and BRG is background.
Motivation
Pitch
Annotated 4CV videos are rendered into image frames to be cropped and masked and we would like to have:
Alternatives
Additional context
Few references that might be of help to this ticket:
sample = {'image': image, 'landmarks': landmarks}