Up-Down-Captioner icon indicating copy to clipboard operation
Up-Down-Captioner copied to clipboard

TSV file

Open angelboy000 opened this issue 6 years ago • 1 comments

How to parse "tsv" file to use detected features?

angelboy000 avatar Nov 14 '18 02:11 angelboy000

Parse in what manner? You can read a TSV file in the same way you read a CSV, except that the delimiter will be the tab character ("\t" I believe) instead of a comma. Then the field names should be as follows: image_id, image_w, image_h, num_boxes, boxes, features.

nicholasmireles avatar Jan 10 '19 15:01 nicholasmireles