Using csv for images and captions with training_clip #53
Answered
by
rbunn80110
rbunn80110
asked this question in
Q&A
-
This looks like really amazing work! I have a csv with "file_path" and "caption" already in the dataframe. Which means I don't need to map captions to ids in filenames. Has anyone modified this to get all the data directly from the csv file? I figure my scenario is a lot simpler code wise, but struggling to figure out how to refactor out the lookup dictionaries and whatnot. |
Beta Was this translation helpful? Give feedback.
Answered by
rbunn80110
Apr 15, 2021
Replies: 1 comment 1 reply
-
I went with this for now:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rbunn80110
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I went with this for now: