drprojects / superpoint_transformer

Official PyTorch implementation of Superpoint Transformer introduced in [ICCV'23] "Efficient 3D Semantic Segmentation with Superpoint Transformer" and SuperCluster introduced in [3DV'24 Oral] "Scalable 3D Panoptic Segmentation As Superpoint Graph Clustering"
MIT License
546 stars 71 forks source link

Data preprocessing within Docker environment #47

Closed Codeei closed 8 months ago

Codeei commented 9 months ago

Thanks for all the effort in making your project usable for the community. When I was reproducing your code, I downloaded S3DIS to the specified location. But after extracting data/s3dis/stanford3dDataset_v1.2.zip, then it keeps showing processing and the progress bar keeps showing 0%.No errors or crashes

Codeei commented 9 months ago

![Uploading 1.png…]()

drprojects commented 9 months ago

Hi @Codeei, thanks for your interest in the project.

I never encountered the issue you are describing, are you using a Linux OS ? Or are you running on a Windows, a Docker, or any type of VM ?

Codeei commented 8 months ago

Hi @Codeei, thanks for your interest in the project.

I never encountered the issue you are describing, are you using a Linux OS ? Or are you running on a Windows, a Docker, or any type of VM ?

I deployed the project on a GPU rental platform called AutoDL, with the system ubuntu20.04

Codeei commented 8 months ago

Hi @Codeei, thanks for your interest in the project.

I never encountered the issue you are describing, are you using a Linux OS ? Or are you running on a Windows, a Docker, or any type of VM ?

I have consulted the help document, which states that container instances are containers that use Docker technology for resource partitioning and isolation. Perhaps it's because of Docker? How can I solve this problem?

drprojects commented 8 months ago

Yes, Docker might be the problem. Since I am not very versed in the Docker art, I can't provide much support for that.

But it seems @kenomo does and might be able to help you :wink:

Codeei commented 8 months ago

Yes, Docker might be the problem. Since I am not very versed in the Docker art, I can't provide much support for that.

But it seems @kenomo does and might be able to help you 😉

I think there is a problem with the data preprocessing. May I know where to download the processed S3DIS dataset?

drprojects commented 8 months ago

See the Datasets page for indications on how to download S3DIS.

drprojects commented 8 months ago

If the issue was simply downloading S3DIS, I think you have all the information needed on the page I previously. May I close this issue ?

Codeei commented 8 months ago

If the issue was simply downloading S3DIS, I think you have all the information needed on the page I previously. May I close this issue ?

I think I didn't express myself clearly before. I wanted to ask where I can download the processed data. My problem lies in data processing, maybe it's due to Docker, but I still can't solve it right now.

drprojects commented 8 months ago

The processed data is not up for downloading, for dataset licensing reasons among other things.

You need to download the raw datasets from official sources indicated in Datasets and preprocess the data yourself on your own machine.

If the issue is Docker-related, I cannot provide support for that. I can only help with the environment setup I tested with, which is specified in the README.