Open yjoonsuh opened 2 years ago
This will probably not help, but I face the same issue.
add in line 1297 _via_img_metadata[input_file_name].filename = input_file_name; on via.html I had same issue, this line fixed it
add in line 1297 _via_img_metadata[input_file_name].filename = input_file_name; on via.html I had same issue, this line fixed it
mine not work could u please help me
I've been trying to import annotations from COCO json formats and exporting them as Via json format, but I noticed that the filename is not being printed out for some reason.
I took a look at the html script and it seems like the file should include "filename" : "my_filename", but I cannot figure out why it's not there.
Can you please provide some insight regarding this matter?