faster-rcnn-tf2
faster-rcnn-tf2 copied to clipboard
这是一个faster-rcnn的tensorflow2实现的库,可以利用voc数据集格式的数据进行训练。
AttributeError: 'Tensor' object has no attribute 'summary'
作者你好,训练一轮需要四十分钟左右这个正常吗?另外跑得过程中提示我RuntimeWarning: overflow encountered in exp decode_bbox_height = np.exp(mbox_loc[:, 3] /4)。
如果可以需要修改哪里的代码呢?
TypeError: Input 'y' of 'Mul' Op has type float32 that does not match type int32 of argument 'x'.
keras.backend has no attribute 'image_dim_ordering'以及‘get_session’,所以想请问一下keras的版本号
在frcnn.py里面图像检测部分(detect_image)下面的裁剪(crop)步骤里面(179 line),对于裁剪边框坐标的赋值是不是有错误啊,如果没有错误的话还望请教一下作者