Issue about training my own dataset
Thanks for your sharing, it helps a lot. But when I use my own images to train, it always show like below:
Traceback (most recent call last):
File "train.py", line 20, in
I was wondering whether it happens because about too small image size. Look forward for your help~
Seen some confusion with this before. It looks like this is happening because you're using black and white images. I'll make a fix for this, because it seems to be counter-intuitive to people.
Hoping to fix this tonight, actually. I'll keep you posted
Thanks for your help! I have not checked whether I use black and white images. But when I use larger(>500*500)jpg images, it works. So maybe it caused by too small iamge?