Closed JiangdongWang123 closed 2 years ago
You need to skip the majority of the read_frames function and just use the image reading part. So in your case the dataset reading should be something like:
But obviously, you have thousands of ways to do that, this is just a possible approach for loading your dataset.
Hello! I have the image dataset ready and split it into true and false folders, how can I use them for direct training instead of read_frame()?