You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
Image taken from camera installed on smart ICU captures other nearby things as well with the monitors, for example in below image there is a green board captured which makes it harder to categorize the data. Even in the monitor there is a table present which we dont require but will be read by OCR making data categorizing even harder.
What need to be done?
Crop the image so that only relevant data is left. Below shows the example of cropped image.
Current Solution
As in care_script.ipynb we are currently taking time as reference since we know the time at which image is taken from its metadata or system current time+-5 minutes we can get the bounding box of time and can extract crop image using that coordinates as a reference. But this approach is prone to errors if time of monitors is not synced or if time is not clearly visible.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview
Image taken from camera installed on smart ICU captures other nearby things as well with the monitors, for example in below image there is a green board captured which makes it harder to categorize the data. Even in the monitor there is a table present which we dont require but will be read by OCR making data categorizing even harder.
What need to be done?
Crop the image so that only relevant data is left. Below shows the example of cropped image.
Current Solution
As in care_script.ipynb we are currently taking time as reference since we know the time at which image is taken from its metadata or system current time+-5 minutes we can get the bounding box of time and can extract crop image using that coordinates as a reference. But this approach is prone to errors if time of monitors is not synced or if time is not clearly visible.
The text was updated successfully, but these errors were encountered: