nickeleye / VGG-Image-Annotator-for-COCO-json

Modification of VGG Image Annotator to except COCO json format for object detection
BSD 2-Clause "Simplified" License
21 stars 11 forks source link

Json Export is missing filename #2

Open yjoonsuh opened 2 years ago

yjoonsuh commented 2 years ago

image

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?

Testbild commented 2 years ago

This will probably not help, but I face the same issue.

Golubchea commented 2 years ago

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

alialhour81 commented 2 years ago

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