Skip to content

simple data_loader to load sequences of images as input to CNN-LSTM models

Notifications You must be signed in to change notification settings

sadjadasadi/image-sequence-data_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project helps you to read data images in a sequence manner as input to the CNN-LSTM model.

alt text

Note: The dataset directory must have a template like below

alt text
OR
alt text

  • at first time_step ,data_dir ,img_format must be config.

Warning: if sth is wrong, check this issue:

In Win, paths use backslash "\" and in Unix based use forward slash "/" as path separator, so check line ...dir.split('\\')...  

for example in Colab you must use dir.split("/") ...

Next update:

  • read from videos

About

simple data_loader to load sequences of images as input to CNN-LSTM models

Topics

Resources

Stars

Watchers

Forks