You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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!
The text was updated successfully, but these errors were encountered: