Open km9mn opened 2 years ago
textinthewild_data_info.json to ufo.json 이게 빠를지 dataset.py를 textinthewild를 읽을 수 있게 바꾸는게 빠를지
현재 dataset.py가 요구하는 정보 :
{
"images": {
"img_4380.jpg": {
"words": {
"0": {
"points": [
[
662.0,
747.0
],
[
945.0,
759.0
],
[
922.0,
1582.0
],
[
673.0,
1565.0
]
],
"illegibility": false,
},
"1": {
"points": [
[
textinthewild_data_info.json의 형식은 어떠한가요?
textinthewild_data_info.json은 image 정보와 annotation 정보가 분리되어 있어 file_name - id(image_id) - id(annotations) - bbox를 연결해야함 "bbox": [x, y, width, height] ufo.json의 bbox는 [[x_min,y_min], [x_max,y_min], [x_max,y_max], [x_min, y_max]]
이와 같이 x축, y축과 수평,수직인 직사각형 bbox
What?
Todo