microsoft / scene_graph_benchmark

image scene graph generation benchmark
MIT License
380 stars 86 forks source link

the labels of my own datasets don't have "rect" (xyxy mode) #76

Open via815via opened 2 years ago

via815via commented 2 years ago

The real labels can be generated from the annotation files given by each dataset. The label is a list of dictionary where each box with at least "rect" (xyxy mode) and "class" fields. What can I do if I want to generate the train.label.tsv? Thanks very much!