ying09 / TextFuseNet

A PyTorch implementation of "TextFuseNet: Scene Text Detection with Richer Fused Features".
MIT License
476 stars 123 forks source link

the meaning of each tag in json file #23

Closed BachTuan1991 closed 4 years ago

BachTuan1991 commented 4 years ago

"annotations":[ { "area":14902.5, "bbox":[ 817, 431, 164, 162 ],.. What is "area"? And bbox is [xmin, ymin, xmax, ymax]. pls help me for create custom train.json

ying09 commented 4 years ago

@BachTuan1991 it is same with coco json file. Please refer to https://cocodataset.org/#format-data