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

data extract error #20

Open
TobeMagic opened this issue Jan 2, 2023 · 4 comments
Open

data extract error #20

TobeMagic opened this issue Jan 2, 2023 · 4 comments

Comments

@TobeMagic
Copy link

I run extract_data.py . it create a folder Extracted_data . but is empty! . program run by environment win10, pycharm

@TobeMagic
Copy link
Author

maybe it need to run in linux ?

@alliewya
Copy link

Similar issue but getting an extraction failed in 7zip for the main zip file.
Could be a corrupt file somewhere

Says:
Data error : Coswara-Data-dataset-paper-publication \20200502\20200502.tar.gz.ad

@AiBender
Copy link

If you are using Apple Devices you might run into the above issue.

Please use terminal and got to that particular folder and type command

unzip Coswara-Data-master.zip

@alicelovestocode
Copy link

Similar issue but getting an extraction failed in 7zip for the main zip file. Could be a corrupt file somewhere

Says: Data error : Coswara-Data-dataset-paper-publication \20200502\20200502.tar.gz.ad

Don't use 7zip. The authors provide a decompression script extract_data.py specifically for this. I'll explain below.

I run extract_data.py . it create a folder Extracted_data . but is empty! . program run by environment win10, pycharm

maybe it need to run in linux ?

Yes, you are correct.

You want to use Linux or a Linux-based terminal like Bash. Navigate to the local directory Coswara-Data/ that you cloned and open a Git Bash terminal. Make sure the terminal is in the current directory, then run the command python extract_data.py and you should see the data being extracted and a message when it is complete. Tested on a Windows 10 environment.

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

4 participants