faster-rcnn-tf2 icon indicating copy to clipboard operation
faster-rcnn-tf2 copied to clipboard

这是一个faster-rcnn的tensorflow2实现的库,可以利用voc数据集格式的数据进行训练。

Results 18 faster-rcnn-tf2 issues
Sort by recently updated
recently updated
newest added

### 在windows下也没有报错呀,好烦呀,up主知道是咋回事不 ``` bash Starting training Epoch 1/100 2020-12-09 08:09:15.487598: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcudnn.so.7 2020-12-09 08:09:19.806001: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcublas.so.10 Traceback (most recent call...

原来数据集百度网盘失效了,作者可以重新发我一份吗,谢谢了!

百度网盘中没有frcnn_weights.pth,那么如何直接做预测呢

Hey mate:) If I want to modify the input size to 300*300 should I modify the entire network or just modify the input?

更新之后mAP为0 检测也没有效果

tensorflow.python.framework.errors_impl.NotFoundError: Could not find valid device for node. Node:{{node NonMaxSuppressionV3}} All kernels registered for op NonMaxSuppressionV3 : device='CPU'; T in [DT_FLOAT] device='CPU'; T in [DT_HALF] [Op:NonMaxSuppressionV3]

我在训练钢筋数据时,loss一直为0。 更改的地方:num_classes = 2; new_classes.txt里面是一个值; 训练出的loss为0,roi_loc=0。