ocean-data-factory-sweden / kso

Notebooks to upload/download marine footage, connect to a citizen science project, train machine learning models and publish marine biological observations.
GNU General Public License v3.0
4 stars 12 forks source link

fix: updated ffmpeg in colab #348

Closed victor-wildlife closed 5 months ago

victor-wildlife commented 5 months ago

ffmpeg was giving issues in colab (couldn't create clips in tut#3) so I updated the way we install ffmpeg to use GPU resources in colab I changed ffmpeg for ffmpeg_python I added functionality to check ffmpeg availablity and ensure the clips are created I also deleted the "process_source" and "extract_example_clips" funs as they're no longer used

review-notebook-app[bot] commented 5 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

victor-wildlife commented 5 months ago

closing this PR as the changes are now implemented in ffmpeg_colab_tut_9_display