yushx commited on
Commit
22efe7d
1 Parent(s): 2d991ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -51,20 +51,20 @@ The WikiDT dataset has the following file structure.
51
  | | | +--train # xml table bbox annotation
52
  | | | +--test # xml table bbox annotation
53
  | | | +--val # xml table bbox annotation
54
- | | | images_filelist.txt # index of 54032 images
55
- | | | test_filelist.txt # index of 5410 test samples
56
- | | | train_filelist.txt # index of 43248 train samples
57
- | | | val_filelist.txt # index of 5347 val samples
58
  | | +--structure
59
  | | | +--images # images cropped to table region
60
  | | | +--train # xml table bbox annotation
61
  | | | +--test # xml table bbox annotation
62
  | | | +--val # xml table bbox annotation
63
- | | | images_filelist.txt # index of 159898 images
64
- | | | test_filelist.txt # index of 15989 test samples
65
- | | | train_filelist.txt # index of 129980 train samples
66
- | | | val_filelist.txt # index of 15991 val samples
67
- | +--samples # TableVQA samples
68
  | | +--train.json #
69
  | | +--test.json #
70
  | | +--val.json #
 
51
  | | | +--train # xml table bbox annotation
52
  | | | +--test # xml table bbox annotation
53
  | | | +--val # xml table bbox annotation
54
+ | | | images_filelist.txt # index of 54,032 images
55
+ | | | test_filelist.txt # index of 5,410 test samples
56
+ | | | train_filelist.txt # index of 43,248 train samples
57
+ | | | val_filelist.txt # index of 5,347 val samples
58
  | | +--structure
59
  | | | +--images # images cropped to table region
60
  | | | +--train # xml table bbox annotation
61
  | | | +--test # xml table bbox annotation
62
  | | | +--val # xml table bbox annotation
63
+ | | | images_filelist.txt # index of 159,898 images
64
+ | | | test_filelist.txt # index of 15,989 test samples
65
+ | | | train_filelist.txt # index of 129,980 train samples
66
+ | | | val_filelist.txt # index of 15,991 val samples
67
+ | +--samples # in total 70,652 TableVQA samples from the three json files
68
  | | +--train.json #
69
  | | +--test.json #
70
  | | +--val.json #