Home
last modified time | relevance | path

Searched defs:dets (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/science/py-dlib/dlib-19.22/python_examples/
H A Dface_detector.py53 dets = detector(img, 1) variable
73 dets, scores, idx = detector.run(img, 1, -1) variable
H A Dcnn_face_detector.py56 dets = cnn_face_detector(img, 1) variable
/dports/science/dlib-cpp/dlib-19.22/python_examples/
H A Dface_detector.py53 dets = detector(img, 1) variable
73 dets, scores, idx = detector.run(img, 1, -1) variable
H A Dcnn_face_detector.py56 dets = cnn_face_detector(img, 1) variable
/dports/science/py-dlib/dlib-19.22/examples/
H A Dlearning_to_track_ex.cpp197 detections_at_single_time_step dets(3); in make_random_tracking_data_for_training() local
216 detections_at_single_time_step dets(2); in make_random_tracking_data_for_training() local
242 std::vector<detection> dets(num_dets); in make_random_detections() local
302 std::vector<detection> dets = make_random_detections(3); in main() local
H A Dfhog_object_detector_ex.cpp172 std::vector<rectangle> dets = detector(images_test[i]); in main() local
234 std::vector<rectangle> dets = evaluate_detectors(my_detectors, images_train[0]); in main() local
/dports/science/dlib-cpp/dlib-19.22/examples/
H A Dlearning_to_track_ex.cpp197 detections_at_single_time_step dets(3); in make_random_tracking_data_for_training() local
216 detections_at_single_time_step dets(2); in make_random_tracking_data_for_training() local
242 std::vector<detection> dets(num_dets); in make_random_detections() local
302 std::vector<detection> dets = make_random_detections(3); in main() local
H A Dfhog_object_detector_ex.cpp172 std::vector<rectangle> dets = detector(images_test[i]); in main() local
234 std::vector<rectangle> dets = evaluate_detectors(my_detectors, images_train[0]); in main() local
/dports/science/py-dlib/dlib-19.22/dlib/image_processing/
H A Dobject_detector.h434 std::vector<std::pair<double, rectangle> > dets; in operator() local
478 std::vector<rect_detection> dets; in operator() local
506 std::vector<rect_detection> dets; in operator() local
531 std::vector<rect_detection> dets; in operator() local
554 std::vector<rect_detection> dets; in operator() local
583 std::vector<rect_detection> dets; in operator() local
H A Dscan_image_custom.h111 typename enable_if<has_compute_object_score<fe_type> >::type compute_all_rect_scores ( in compute_all_rect_scores()
129 typename disable_if<has_compute_object_score<fe_type> >::type compute_all_rect_scores ( in compute_all_rect_scores()
299 detect ( in detect()
/dports/science/dlib-cpp/dlib-19.22/dlib/image_processing/
H A Dobject_detector.h434 std::vector<std::pair<double, rectangle> > dets; in operator() local
478 std::vector<rect_detection> dets; in operator() local
506 std::vector<rect_detection> dets; in operator() local
531 std::vector<rect_detection> dets; in operator() local
554 std::vector<rect_detection> dets; in operator() local
583 std::vector<rect_detection> dets; in operator() local
H A Dscan_image_custom.h111 typename enable_if<has_compute_object_score<fe_type> >::type compute_all_rect_scores ( in compute_all_rect_scores()
129 typename disable_if<has_compute_object_score<fe_type> >::type compute_all_rect_scores ( in compute_all_rect_scores()
299 detect ( in detect()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/testing/
H A Dyolo_detection.py42 def _correct_boxes(dets, w, h, netw, neth, relative): argument
95 def _get_yolo_detections(l, im_shape, net_shape, thresh, relative, dets): argument
128 def _get_region_detections(l, im_shape, net_shape, thresh, relative, dets): argument
174 def do_nms_sort(dets, classes, thresh): argument
249 def draw_detections(font_path, im, dets, thresh, names, classes): argument
270 def show_detections(im, dets, thresh, names, classes): argument
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/relay/testing/
H A Dyolo_detection.py40 def _correct_boxes(dets, w, h, netw, neth, relative): argument
87 def _get_yolo_detections(l, im_shape, net_shape, thresh, relative, dets): argument
108 def _get_region_detections(l, im_shape, net_shape, thresh, relative, dets): argument
143 def do_nms_sort(dets, classes, thresh): argument
168 def draw_detections(font_path, im, dets, thresh, names, classes): argument
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/relay/testing/
H A Dyolo_detection.py40 def _correct_boxes(dets, w, h, netw, neth, relative): argument
87 def _get_yolo_detections(l, im_shape, net_shape, thresh, relative, dets): argument
108 def _get_region_detections(l, im_shape, net_shape, thresh, relative, dets): argument
143 def do_nms_sort(dets, classes, thresh): argument
168 def draw_detections(font_path, im, dets, thresh, names, classes): argument
/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Dlearning_to_track.cpp143 detections_at_single_time_step dets(3); in make_random_tracking_data_for_training() local
163 detections_at_single_time_step dets(2); in make_random_tracking_data_for_training() local
187 std::vector<detection> dets(num_dets); in make_random_detections() local
228 std::vector<detection> dets = make_random_detections<detection>(3); in test_tracking_stuff() local
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Dlearning_to_track.cpp143 detections_at_single_time_step dets(3); in make_random_tracking_data_for_training() local
163 detections_at_single_time_step dets(2); in make_random_tracking_data_for_training() local
187 std::vector<detection> dets(num_dets); in make_random_detections() local
228 std::vector<detection> dets = make_random_detections<detection>(3); in test_tracking_stuff() local
/dports/cad/sumo/sumo-1.2.0/src/dfrouter/
H A DRODFNet.cpp99 const std::vector<RODFDetector*>& dets = detcont.getDetectors(); in buildDetectorEdgeDependencies() local
112 const std::vector< RODFDetector*>& dets = detcont.getDetectors(); in computeTypes() local
347 const std::vector< RODFDetector*>& dets = detcont.getDetectors(); in buildRoutes() local
394 const std::vector<std::string>& dets = myDetectorsOnEdges.find(*k)->second; in buildRoutes() local
575 const std::vector<RODFDetector*>& dets = detectors.getDetectors(); in revalidateFlows() local
587 const std::vector<RODFDetector*>& dets = detectors.getDetectors(); in removeEmptyDetectors() local
610 const std::vector<RODFDetector*>& dets = detectors.getDetectors(); in reportEmptyDetectors() local
889 const std::vector<std::string>& dets = myDetectorsOnEdges.find(edge)->second; in isFalseSource() local
942 const std::vector<std::string>& dets = (*i).second; in buildEdgeFlowMap() local
1077 const std::vector<std::string>& dets = (*i).second; in mesoJoin() local
/dports/devel/autogen/autogen-5.18.16/snprintfv/
H A Dstream.c80 stream_new (snv_pointer dets, unsigned long limit, StreamGet get_func, StreamPut put_func) in stream_new()
107 snv_pointer dets = stream->stream; in stream_delete() local
/dports/lang/smalltalk/smalltalk-3.2.5/snprintfv/snprintfv/
H A Dstream.c78 stream_new (snv_pointer dets, unsigned long limit, StreamGet get_func, StreamPut put_func) in stream_new()
105 snv_pointer dets = stream->stream; in stream_delete() local
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/common/
H A Dextactioncontainer.h191 ActionDetails* dets = new ActionDetails(action, pos, after); in insertAction() local
226 ActionDetails* dets = nullptr; in removeAction() local
243 delete dets; in removeAction() local
/dports/science/py-dlib/dlib-19.22/tools/python/src/
H A Dcnn_face_detector.cpp54 auto dets = net(image); in detect() local
102 auto dets = net(dimgs, batch_size); in detect_mult() local
/dports/science/dlib-cpp/dlib-19.22/tools/python/src/
H A Dcnn_face_detector.cpp54 auto dets = net(image); in detect() local
102 auto dets = net(dimgs, batch_size); in detect_mult() local
/dports/science/py-dlib/dlib-19.22/tools/python/test/
H A Dgenerate_numpy_returns_test_data.py27 dets = detector(img) variable
/dports/science/dlib-cpp/dlib-19.22/tools/python/test/
H A Dgenerate_numpy_returns_test_data.py27 dets = detector(img) variable

12345678