Searched defs:nms_thresh (Results 1 – 4 of 4) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ |
| D | proposal.cc | 85 void Proposal::set_nms_thresh(const float nms_thresh) { (void)this->AddAttr(kNmsThresh, api::MakeVa… in set_nms_thresh() 94 const int64_t post_nms_topn, const float nms_thresh) { in Init()
|
| /third_party/mindspore/mindspore-src/source/tests/st/networks/models/fasterrcnn/src/rpn_head/ |
| D | proposal_generator.py | 50 def __init__(self, pre_nms_top_n=12000, post_nms_top_n=2000, nms_thresh=0.5, min_size=1.0): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/providers/nnie_proposal/src/ |
| D | proposal.cc | 230 …c int32_t SVP_NNIE_NonMaxSuppression(int32_t *proposals, uint32_t anchors_num, uint32_t nms_thresh, in SVP_NNIE_NonMaxSuppression() 287 … uint32_t min_size, uint32_t spatial_scale, uint32_t nms_thresh, uint32_t filter_thresh, in Rpn()
|
| /third_party/mindspore/mindspore-src/source/third_party/proto/caffe/ |
| D | caffe.proto | 1470 optional float nms_thresh = 8; field 1616 optional float nms_thresh = 1 [default = 0.3]; field
|