/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/symbol/ |
H A D | legacy_vgg16_ssd_512.py | 22 def get_symbol_train(num_classes=20, nms_thresh=0.5, force_suppress=False, nms_topk=400): argument 179 def get_symbol(num_classes=20, nms_thresh=0.5, force_suppress=False, nms_topk=400): argument
|
H A D | legacy_vgg16_ssd_300.py | 22 def get_symbol_train(num_classes=20, nms_thresh=0.5, force_suppress=False, argument 175 def get_symbol(num_classes=20, nms_thresh=0.5, force_suppress=False, argument
|
H A D | symbol_builder.py | 31 nms_thresh=0.5, force_suppress=False, nms_topk=400, **kwargs): argument 120 nms_thresh=0.5, force_suppress=False, nms_topk=400, **kwargs): argument
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/ssd/symbol/ |
H A D | legacy_vgg16_ssd_512.py | 22 def get_symbol_train(num_classes=20, nms_thresh=0.5, force_suppress=False, nms_topk=400): argument 179 def get_symbol(num_classes=20, nms_thresh=0.5, force_suppress=False, nms_topk=400): argument
|
H A D | legacy_vgg16_ssd_300.py | 22 def get_symbol_train(num_classes=20, nms_thresh=0.5, force_suppress=False, argument 175 def get_symbol(num_classes=20, nms_thresh=0.5, force_suppress=False, argument
|
H A D | symbol_builder.py | 31 nms_thresh=0.5, force_suppress=False, nms_topk=400, **kwargs): argument 120 nms_thresh=0.5, force_suppress=False, nms_topk=400, **kwargs): argument
|
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/ |
H A D | proposal.h | 37 float nms_thresh; variable
|
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/ |
H A D | proposal.h | 37 float nms_thresh; variable
|
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/ |
H A D | proposal.h | 37 float nms_thresh; variable
|
/dports/misc/ncnn/ncnn-20211208/src/layer/ |
H A D | proposal.h | 37 float nms_thresh; variable
|
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/layer/ |
H A D | proposal.h | 37 float nms_thresh; variable
|
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/model_zoo/rcnn/ |
H A D | rcnn.py | 67 train_patterns, nms_thresh, nms_topk, post_nms, roi_mode, roi_size, strides, clip, argument 121 def set_nms(self, nms_thresh=0.3, nms_topk=400, force_nms=False, post_nms=100): argument
|
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/test/ |
H A D | test_nms.cpp | 26 const float nms_thresh = .5f; in TEST() local
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/evaluate/ |
H A D | evaluate_net.py | 36 path_imglist="", nms_thresh=0.45, force_nms=False, argument
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/ssd/evaluate/ |
H A D | evaluate_net.py | 36 path_imglist="", nms_thresh=0.45, force_nms=False, argument
|
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/model_zoo/ssd/ |
H A D | ssd.py | 107 stds=(0.1, 0.1, 0.2, 0.2), nms_thresh=0.45, nms_topk=400, post_nms=100, argument 188 def set_nms(self, nms_thresh=0.45, nms_topk=400, post_nms=100): argument
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/rcnn/symdata/ |
H A D | bbox.py | 184 bbox_stds, nms_thresh, conf_thresh): argument
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/rcnn/symdata/ |
H A D | bbox.py | 184 bbox_stds, nms_thresh, conf_thresh): argument
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/ |
H A D | demo.py | 33 nms_thresh=0.5, force_nms=True, nms_topk=400): argument
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/ssd/ |
H A D | demo.py | 33 nms_thresh=0.5, force_nms=True, nms_topk=400): argument
|
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/model_zoo/rcnn/rpn/ |
H A D | rpn.py | 66 clip, nms_thresh, train_pre_nms, train_post_nms, argument
|
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/auto/estimators/center_net/ |
H A D | default.py | 47 nms_thresh : Union[float, int] = 0 # 0 means disable variable in ValidCfg
|
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/model_zoo/center_net/ |
H A D | center_net.py | 64 nms_thresh=0, nms_topk=400, post_nms=100, **kwargs): argument 116 def set_nms(self, nms_thresh=0, nms_topk=400, post_nms=100): argument
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/train/ |
H A D | train_net.py | 96 nms_thresh=0.45, force_nms=False, ovp_thresh=0.5, argument
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/ssd/train/ |
H A D | train_net.py | 96 nms_thresh=0.45, force_nms=False, ovp_thresh=0.5, argument
|