Open gecong opened 8 years ago
You have to extract them into a sub-folder named dataset or provide the path directly.
what could be the potential problem for this error during training.
My input images are of 256x256 jpg images
Tried with CPU as well as GPU. Getting the error at xp.asarray(image, dtype=np.float32).transpose(2, 0, 1) in both cases.
Traceback (most recent call last):
File "train.py", line 117, in
anyone has suggestion for this
Can anyone provide details about how to train the net work? I went to MSCOCO and downloaded the package. Do I need to do anything more before I run the train.py?