Raw dataset or preprocessed dataset?

#1
by surezhang - opened

Could you introdut your rel0k dataset? Raw dataset or preprocessed dataset?

I think it looks like the raw data from the dataset card shows, the image size is 1280x720. I'm downloading now to have a check.


I download one .zip and it's raw dataset downloaded from YouTube I think.

For afterward users, here is the command to download all:

hf download mutou0308/RE10K --repo-type dataset --local-dir re10k

Then you can extract all of them together:

mkdir -p re10k/train && cd re10k
unzip 'train_*.zip' -d train
surezhang changed discussion status to closed

Sign up or log in to comment