├── LICENSE ├── README.md ├── correction_patches ├── corrections_craft.patch └── corrections_eilev.patch ├── video_preprocessing_captioning.ipynb ├── video_preprocessing_clip_extraction.ipynb ├── video_preprocessing_optical_flow_score.ipynb ├── video_preprocessing_similarity_aesthetics.ipynb └── video_preprocessing_text_detection.ipynb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sayakpaul/single-video-curation-svd/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sayakpaul/single-video-curation-svd/HEAD/README.md -------------------------------------------------------------------------------- /correction_patches/corrections_craft.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sayakpaul/single-video-curation-svd/HEAD/correction_patches/corrections_craft.patch -------------------------------------------------------------------------------- /correction_patches/corrections_eilev.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sayakpaul/single-video-curation-svd/HEAD/correction_patches/corrections_eilev.patch -------------------------------------------------------------------------------- /video_preprocessing_captioning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sayakpaul/single-video-curation-svd/HEAD/video_preprocessing_captioning.ipynb -------------------------------------------------------------------------------- /video_preprocessing_clip_extraction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sayakpaul/single-video-curation-svd/HEAD/video_preprocessing_clip_extraction.ipynb -------------------------------------------------------------------------------- /video_preprocessing_optical_flow_score.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sayakpaul/single-video-curation-svd/HEAD/video_preprocessing_optical_flow_score.ipynb -------------------------------------------------------------------------------- /video_preprocessing_similarity_aesthetics.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sayakpaul/single-video-curation-svd/HEAD/video_preprocessing_similarity_aesthetics.ipynb -------------------------------------------------------------------------------- /video_preprocessing_text_detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sayakpaul/single-video-curation-svd/HEAD/video_preprocessing_text_detection.ipynb --------------------------------------------------------------------------------