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
We use a st.time_input element to define the timestamp of the input image.
If the image has no valid metadata, the user has to define the time.
For reasons I do not yet understand, creating a legitimate datetime object by parsing a legitimate string works for the st.date_input but not for the time_input.
- resolves#16 by removing the spoof_metadata; now the user should enter
data
- some strange behaviour with the time coming from the file metadata,
see #21.
- workflow changed so that now:
1. the user must fill all fields before the validate button is activated
2. the user must click validate before the classifier button is activated
- implementation for (1) is handled by adding unique keys to all the
input elements, and adding `check_inputs_are_set -> bool` to ease
checking the whole group.
We use a
st.time_input
element to define the timestamp of the input image.If the image has no valid metadata, the user has to define the time.
For reasons I do not yet understand, creating a legitimate datetime object by parsing a legitimate string works for the
st.date_input
but not for thetime_input
.found when working on fix for #16, not a quick fix so raising new issue.
The text was updated successfully, but these errors were encountered: