maskrcnn.mxnet
maskrcnn.mxnet copied to clipboard
problem in traning
I trained the model with "python maskrcnn_train_end2end.py --gpus 0 --prefix model/e2e --end_epoch 10". Following is the error message. It seems like a problem in reading mask files. But I can't know which file lead this break. Do you have any idea?
INFO:root:Epoch[0] Batch [13220] Speed: 0.90 samples/sec Train-RPNAcc=0.922167, RPNLogLoss=0.264778, RPNL1Loss=1.411309, RCNNAcc=0.804050, RCNNLogLoss=1.091098, RCNNL1Loss=2.086981, MaskLoss=0.578198,
Traceback (most recent call last):
File "maskrcnn_train_end2end.py", line 206, in
I have the same problem