-
Notifications
You must be signed in to change notification settings - Fork 27
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
Several datasets not loading, with PermissionError when running PyTest, caused by with_open
on folder?
#55
Comments
Below is the FULL PYTEST OUTPUT, very long! Full PyTest output - Click to expand
|
Just dropping notes here, seems like:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SignBank and Sign2Mint are having loading issues in https://github.com/sign-language-processing/datasets/blob/master/examples/load.ipynb, perhaps this is why.
Running PyTest as noted in #53, I find that some datasets have PermissionErrors like the one below. https://stackoverflow.com/questions/36434764/permissionerror-errno-13-permission-denied suggests this is caused suggests that this might be caused by attempting to use
with open
on a folder instead of a file.Example:
Affected Datasets
Datasets that may be affected due to this:
Sign2MINT
SignBank
ASL Lex
DGS Corpus
Dicta-Sign
I tried these in The Colab Loading Script, and SignBank and Sign2Mint actually are crashing.
For SignBank the issue might be at
datasets/sign_language_datasets/datasets/signbank/signbank.py
Line 216 in 3aa515c
For Sign2Mint the issue might be at
datasets/sign_language_datasets/datasets/sign2mint/sign2mint.py
Line 84 in 3aa515c
The text was updated successfully, but these errors were encountered: