DetectionTeamUCAS / DetectionTeamUCAS/R2CNN_Faster-RCNN_Tensorflow

Error pop outs when adjusting parameter in cfgs.py.

Open
#117 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
582
Forks
185
PR merge metrics
No merged PRs in 30d

Description

Hi, recently I want to improve the result on my own dataset. Due to the reason that my result has many FP predicted bbox, so I try to adjust the parameter like show below:

1. FAST_RCNN_NMS_IOU_THRESHOLD = 0.5
2.FAST_RCNN_IOU_POSITIVE_THRESHOLD = 0.8
3.FAST_RCNN_IOU_NEGATIVE_THRESHOLD = 0.5

When I was training , console popped out an error message:

2021-03-05 09:03:25.126176: F tensorflow/stream_executor/cuda/cuda_dnn.cc:430] could not convert BatchDescriptor {count: 0 feature_map_count: 512 spatial: 7 7 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} to cudnn tensor descriptor: CUDNN_STATUS_BAD_PARAM
Aborted (core dumped)

Can someone tell me why,Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.