AIChallenger / AI_Challenger_2017

AI Challenger, a platform for open datasets and programming competitions to artificial intelligence (AI) talents around the world.
https://challenger.ai/
474 stars 196 forks source link

Coding Problem in "caption_eval/data/id_to_words.json" #24

Open CollinsWRQ opened 6 years ago

CollinsWRQ commented 6 years ago

Values of key "caption" indicate that they are Unicode utf-8 characters but decoded and saved as ASCII. I'm not sure whether it's the format required or just an oversight in coding although it may have no affect.

AIChallenger commented 6 years ago

@CollinsWRQ I don't quite understand your concern. We did save captions in utf-8, so regarding ASCII, which part are you referring to? However, it should be noted that utf-8 is required in submission files.