You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because we fixed the error when we compile the videos back into .mp4 instead of webm, we must update the csv files as well.
Should only convert file extension for webm, and notify the user after the training has finished with how to fix the csv files: find . -name '*.csv' -exec sed -i -e 's/.webm/.mp4/g' {} \;
The text was updated successfully, but these errors were encountered:
Because we fixed the error when we compile the videos back into .mp4 instead of webm, we must update the csv files as well.
Should only convert file extension for webm, and notify the user after the training has finished with how to fix the csv files:
find . -name '*.csv' -exec sed -i -e 's/.webm/.mp4/g' {} \;
The text was updated successfully, but these errors were encountered: