We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should change default pathing to avoid use of backslashes \ and instead replace with forward slashes /.
\
/
Default behaviour causes downstream read issues with ffmpeg. Error code does not indicate this is the issue.
ffmpeg
Either change inp_root = sys.argv[1] in the trainset_preprocess_pipeline_print.py to overwrite backslashes or within my_utils.py
inp_root = sys.argv[1]
trainset_preprocess_pipeline_print.py
my_utils.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should change default pathing to avoid use of backslashes
\
and instead replace with forward slashes/
.Default behaviour causes downstream read issues with
ffmpeg
. Error code does not indicate this is the issue.Either change
inp_root = sys.argv[1]
in thetrainset_preprocess_pipeline_print.py
to overwrite backslashes or withinmy_utils.py
The text was updated successfully, but these errors were encountered: