Passing Images From Memory #3052
Unanswered
erikhagendorn
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Did you find a solution for it ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Implement your own |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It appears images can only be passed as a file system path for the
file_name
key/value pair in the dataset dictionary.How would I go passing image data directly from memory, without any files?
I am looking into using Detectron2 on large gigapixel images, in my typical pytorch workflow I have a custom
Dataset
which tiles and feeds the data from the larger image on the fly, I'm looking to do the same here.Beta Was this translation helpful? Give feedback.
All reactions