-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[AutoMM] add a new column type 'image_base64_str' #3867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3b9e787 to
6986d97
Compare
| if is_base64str: | ||
| train_data = pd.read_csv(f"{dataset_path}/train_base64_str.csv") | ||
| test_data = pd.read_csv(f"{dataset_path}/test_base64_str.csv") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the old version of shopee dataset was downloaded in the path, load_zip function would not download it again, resulting in the error FileNotFoundError: [Errno 2] No such file or directory: './shopee/train_base64_str.csv' . Is it possible that we generate the base64 str format online like the way we build bytearray images?
zhiqiangdon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Zhiqiang Tang <[email protected]>
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.