darkpgmr / DarkLabel

Video/Image Labeling and Annotation Tool
316 stars 49 forks source link

Can't create data_fmt like [x1, y1, w, h] #7

Closed pilot00 closed 3 years ago

pilot00 commented 3 years ago

Hello, Why cannot I create a format like this: format8: data_fmt: [x1, y1, w, h] gt_file_ext: "txt" gt_merged: 1

When I try to save the GT file, it warns that "Save failed: format specifier 'iname' is missing". So is iname necessary? Could you please give me some solutions?

Many thanks!

darkpgmr commented 3 years ago

'iname' is required as an identifier in case 'gt_merged' is set to be 1 in order to match labeled data to the source image. You can omit iname if you save the labels in separate files for each image (gt_merged: 0). You can close this issue if your problem is solved.