Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About ScanNet-GSReg dataset download #10

Open
leblond14u opened this issue Nov 18, 2024 · 3 comments
Open

About ScanNet-GSReg dataset download #10

leblond14u opened this issue Nov 18, 2024 · 3 comments

Comments

@leblond14u
Copy link

Hi,
I just downloaded the ScanNet-GSReg datatset but I can't seem to be able to unzip the files.
I get this eeror :

gzip -t ScanNet-GSReg.tar.gz.54

gzip: ScanNet-GSReg.tar.gz.54: not in gzip format

Is there a specific procedure to unzip those ?

Thanks in advance,
Best regards,

Hugo

@leblond14u leblond14u changed the title About ScanNet-GSReg About ScanNet-GSReg dataset Nov 18, 2024
@Jiahao620
Copy link
Contributor

You should download all of compressed files and use the following command to merge them:

cat ScanNet-GSReg.tar.gz.* | tar -zxv

Then you can decompress the whole compressed file. I'm sorry that it may not be possible to decompress only one compressed package directly. I haven't tried it.

@leblond14u
Copy link
Author

Ok,
thank you very much for your answer.
I'll try this method :)

Best,

@leblond14u
Copy link
Author

leblond14u commented Nov 19, 2024

Update : The issue is not in fact of unpacking the dataset but to download it... Most of the time the downloads are ending as if they were fully downloaded but they are incomplete. This leads into the files being "broken" and not being able to be recognized as tar.gz files. Thus not being able to unzip correclty.

The only file I was able to successfully download is the 00 one. And when not damaged the piece of code you shared works fine even on only one file.

@leblond14u leblond14u changed the title About ScanNet-GSReg dataset About ScanNet-GSReg dataset download Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants