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
Hi @zzyndy, thanks for your interest in our work. We found that the key "img_file" in WikiArt related data in stylegallery.jsonl was mistakenly written as "image_file." We have updated this error in the latest version. Please download the latest version here or update the key "image_file" to "img_file" yourself.
Hello, I want to read the caption of the wikiart section in the latest JSONL file. I am using the following code, but I am unable to read it.
##################################################
import json
import jsonlines
import pprint
with open('./json_files/StyleGallery.jsonl') as file:
for line in jsonlines.Reader(file):
if "img_file" in line :
pprint.pprint(line["img_file"])
Thanks for sharing very good work! You don't have WikiArt related data in your stylegallery.jsonl file, can you open it up?
The text was updated successfully, but these errors were encountered: