Searched refs:NMS (Results 1 – 3 of 3) sorted by relevance
3582 * This op applies NMS algorithm to each class. In each loop of execution,3586 * boxes and a specified NMS kernel method. Any boxes with score less3589 * Three NMS kernels are supported:3628 * to the NMS algorithm.3632 * * 5: An {@link %{OperandTypeLinkPfx}INT32} scalar, specifying the NMS3635 * threshold in hard and linear NMS kernel. This field is ignored if3638 * gaussian NMS kernel. This field is ignored if gaussian kernel is3642 * score updating phase in soft NMS.3759 * regression. A final step of hard NMS is applied to limit the number of3791 * multi-class NMS algorithm that do NMS separately for each class,[all …]
1137 final int NMS = sepMemStates ? memStates.length : 1; in dumpCsv() local1140 for (int ims=0; ims<NMS; ims++) { in dumpCsv()
13707 int NMS = in.readInt(); in readSummaryFromParcel() local13708 for (int ims = 0; ims < NMS; ims++) { in readSummaryFromParcel()