Question about the S3DIS built-in dataset #3649
Unanswered
QuanticDisaster
asked this question in
Q&A
Replies: 1 comment
-
It's been some time since we have written the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am curious about the way S3DIS dataset is built-in in PyG, indeed each batch returned by the loaders contains 4096 points but I don't see it occuring anywhere in the source code : https://pytorch-geometric.readthedocs.io/en/latest/_modules/torch_geometric/datasets/s3dis.html
I am assuming these batchs represent 1m x 1m blocks so what should i modify if I want to use the full resolution dataset (which is around 280M points if I am not mistaken ?) with these same blocks ?
Beta Was this translation helpful? Give feedback.
All reactions