Reputation: 329
I already trained ssd_mobilenet_v2_coco
with my custom data set on tensorflow. Also I trained YOLO with my data set too. I solved all problems and they work.
I encounter a problem with both models. When my data set includes images with more size than 400kb, the trained models do not work. Some times "allocation of memory"
problem occurs. I solved them with changing parameters(batch size etc.). But I still don't know whether there is a limit of image size when we are preparing data set?
Why more than 400kb images are problem for my system? My question is not about pixel size,it's about image file size.
Thanks...
Upvotes: 1
Views: 162
Reputation:
Providing the solution here (Answer Section), even though it is present in the comment section (Thanks dasmehdix for the update) for the benefit of the community.
No, there is no a limit of image size that we use to train our model.
Upvotes: 1