This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
I have a dataset (jpeg pics and keypoints) saved in .idx/.rec files and before getitems i want to modify keypoints for all items in init. But how can i read only header from .rec, because i dont wont to overweight init func? |
Beta Was this translation helpful? Give feedback.
Answered by
rrrepsac
Sep 21, 2021
Replies: 1 comment
-
In my case using mx.recordio.unpack instead of mx.recordio.unpack_img to get only headers reduces processing time by 25x. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rrrepsac
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my case using mx.recordio.unpack instead of mx.recordio.unpack_img to get only headers reduces processing time by 25x.