IDEA-Research/OSX

The image number of UBody dataset

Opened this issue · 2 comments

When I load the UBody dataset, I found the number of images(train 71299) is much less than the paper's show number(>1051K).

Could you tell me the right number of the images? @linjing7

Thanks a lot.

This is the screenshot of my output of the number of images:
image

This is the paper's show out number of the images:
image

inter_scene_test_list.npy. train: 60971

image

60971+71299 << 1051K

Hi, in our dataloader, we sample an image every 10 frames. You can set cfg.train_sample_interval to a smaller number and you will get more images.

if i % cfg.train_sample_interval != 0: