-
Notifications
You must be signed in to change notification settings - Fork 86
MscocoObjectDetection does not work. #414
Comments
@ytfksw Thanks for reporting this issue I'll fix this one. |
this problem is https://github.com/tensorflow/tensorflow/blob/r1.2/tensorflow/python/framework/ops.py#L1150-L1151 |
I found out it's not only related to how MSCOCO dataset is prepared. Which is related to this fixed line in the Segmentation base metrics.
|
@Joeper214 how about change |
MscocoObjectDetection does not work. On the other hand, Similar dataloader MscocoObjectDetectionPerson works.
This is the trace back:
It seems that an error has occurred because there is a space in the class name such as ‘traffic light’. I think that it is necessary to add processing that replaces spaces with underscores or something.
The text was updated successfully, but these errors were encountered: