JuanS286 / gif_auto_audio_description

A project that aims to generate the audio description of GIF's for visually impaired people
2 stars 2 forks source link

Pre-Processing: Resize and Normalize #18

Closed Mikeltec closed 2 weeks ago

Mikeltec commented 1 month ago

Code included in the PreProcessing-FrameExtraction.It prepares GIF frames for processing and analysis by adjusting their size and scaling the pixel values. This ensures consistency and compatibility with the deep learning model.

Mikeltec commented 1 month ago

Activity related to the pre-processing pipeline. This step prepare the data before it's fed into the 3D CNN model.