Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 791 Bytes

S3DIS_data.md

File metadata and controls

23 lines (17 loc) · 791 Bytes

S3DIS Data

Data

├── PointGroup-PyTorch          # main repository
└── Data                        # Data directory
    └── S3DIS                
        └── PG_data            
            └── original_ply
                ├── Area_1.ply  
                ├── Area_2.ply
                ├── Area_3.ply
                ├── Area_4.ply
                ├── Area_5.ply
                └── Area_6.ply

if you want to place your data anywhere else, you just habe to change the variable 'self.path' of 'S3DISDataset' class (here).

S3DIS dataset can be downloaded here (4.8 GB).