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
Hi, when I use auto annotation in CVAT, I'm wondering:
The input image is read by opencv, then the channels of it would be in order of BGR. However, the input of my model (converted by openvino) needs to be in order of RGB. How could I tackle this problem? What's more, I don't know how to do some preprocess before inference. Is there any way to do that? It could be convenient when I want to use certain models in auto annotation.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
@weizhiyi777
There aren't way in CVAT to preprocess inputs before inference.
But I suppose it's a good point to be implemented.
nmanovic
changed the title
model needs input image in order of RGB channels when using auto annotation
Preprocessing step in automatic annotation pipeline
Dec 25, 2019
Hi, when I use auto annotation in CVAT, I'm wondering:
The input image is read by opencv, then the channels of it would be in order of BGR. However, the input of my model (converted by openvino) needs to be in order of RGB. How could I tackle this problem? What's more, I don't know how to do some preprocess before inference. Is there any way to do that? It could be convenient when I want to use certain models in auto annotation.
Thanks a lot!
The text was updated successfully, but these errors were encountered: