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
My model is trained on a certain mean and std:
mean = [151.2405, 119.5950, 107.8395]
std = [63.0105, 56.4570, 55.0035]
The problem is that the attempt to add these values to the metadata fails at the verification stage in mediapipe studio: "Error: UNIMPLEMENTED: Per-channel image normalization is not available.; Initialize was not ok; StartGraph failed."
Did I understand correctly that there is no possibility of channel-by-channel normalization? Are there any plans to add it? Unfortunately, if I normalize all channels with one number, the quality of my model deteriorates significantly.
The text was updated successfully, but these errors were encountered:
My model is trained on a certain mean and std:
mean = [151.2405, 119.5950, 107.8395]
std = [63.0105, 56.4570, 55.0035]
The problem is that the attempt to add these values to the metadata fails at the verification stage in mediapipe studio: "Error: UNIMPLEMENTED: Per-channel image normalization is not available.; Initialize was not ok; StartGraph failed."
Did I understand correctly that there is no possibility of channel-by-channel normalization? Are there any plans to add it? Unfortunately, if I normalize all channels with one number, the quality of my model deteriorates significantly.
The text was updated successfully, but these errors were encountered: