dataset_loaders icon indicating copy to clipboard operation
dataset_loaders copied to clipboard

help for spliting train and test Dataset.

Open kjalil opened this issue 7 years ago • 0 comments

Hi, i am new to computer vision and Deep Learning, i want to realize a project that consists on " segmenting the moving object from the background in video with deep learning methods". for that i used DAVIS and CDnet dataset, i downloaded the data but i have no idea how to organize it into (x_train, y_train, x_test, y_test) for training and testing own system mainly based on Python, (Keras, CNN, ...). I did not understand the steps.

kjalil avatar Dec 30 '18 19:12 kjalil