Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 773 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 773 Bytes

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