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
Did you mean that the input frames have different height and width sizes?
If you want to store single images, you can refer to this and the code.
If each frame of your input clip has different size, it seems strange.
If each clip has different size, then just store the spatial size of each frame and read them in the dataloader.
Hello,
My images have different resolutions.I want to know how to store them in the lmdb file and read them.
Thanks.
The text was updated successfully, but these errors were encountered: