Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The image number of UBody dataset #125

Open
jackieyung opened this issue Apr 19, 2024 · 2 comments
Open

The image number of UBody dataset #125

jackieyung opened this issue Apr 19, 2024 · 2 comments

Comments

@jackieyung
Copy link

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

@jackieyung
Copy link
Author

inter_scene_test_list.npy. train: 60971

image

60971+71299 << 1051K

@linjing7
Copy link
Collaborator

linjing7 commented Apr 23, 2024

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants