Primary competition visual

CGIAR Wheat Growth Stage Challenge by CGIAR Platform for Big Data in Agriculture

Helping India
$3 000 USD
Completed (over 5 years ago)
Classification
Computer Vision
563 joined
203 active
Starti
Aug 28, 20
Closei
Oct 04, 20
Reveali
Oct 04, 20
User avatar
Great lakes institute of Management
how to separate train and test images
Help · 19 Sep 2020, 16:15 · 3

it is possible to write code in python to separate train and test images

Discussion 3 answers
User avatar
Indian institute of technology madras

yes, you can. But why do you want to do that when you can directly access those files from one folder?

19 Sep 2020, 16:29
Upvotes 0

of course...but you need to create a test and train dataset. No? How are you going to train your model then?

I am using FastAI, and if you use its `DataBlock` API, then you can use `RandomSplitter` function to automatically split your data into training and validation set. So, yes, there is a tool that makes this easy for you.