question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Help with using S3DIS

See original GitHub issue

From now on, we recommend using our discussion forum (https://github.com/rusty1s/pytorch_geometric/discussions) for general questions.

❓ Questions & Help

Hi, I am trying to use S3DIS dataset from torch geometric. So far, I downloaded the data by dataset = S3DIS(root = '../tmp/s3dis') and I checked that dataset[0] gives me 4096 sampled points. However, I don’t quite understand all the files.

  1. Why did you separate into ‘raw’ and ‘processed’ file?
  2. How and where can I access to test area file?

Thank you and sorry if this was a stupid question

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rusty1scommented, May 10, 2021

Yes, I think so, but I’m not 100% certain anymore. Might be good to double check.

1reaction
rusty1scommented, Apr 28, 2021
  1. We follow torchvision here and separate the raw data and the processed data for faster loading. The processed files contain the raw files converted into the torch_geometric.data.Data format.
  2. You can set S3DIS(..., train=False) for accessing the test data.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Help with using S3DIS · Issue #2483 - GitHub
Questions & Help. Hi, I am trying to use S3DIS dataset from torch geometric. So far, I downloaded the data by dataset =...
Read more >
S3DIS for 3D Semantic Segmentation
Export S3DIS data · office_1.txt : A txt file storing coordinates and colors of each point in the raw point cloud data. ·...
Read more >
open3d.ml.tf.datasets.S3DIS
This class is used to create a dataset based on the S3DIS (Stanford Large-Scale 3D Indoor Spaces) dataset, and used in visualizer, training,...
Read more >
The S3DIS dataset and its six areas used for testing our ...
The definition of relevant features is often key for segmentation and classification, with automated workflows presenting the main challenges. In this paper, we ......
Read more >
SGPN: Similarity Group Proposal Network for 3D Point Cloud ...
SGPN uses a single network to predict point grouping proposals and a corresponding semantic ... Table 1: Results on instance segmentation in S3DIS...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found