Commit 051b67f0 authored by Davis King's avatar Davis King

merged

parents 1d8d9d62 46e85e45
......@@ -155,6 +155,7 @@ void bind_cnn_face_detection(py::module& m)
"takes a list of images as input returning a 2d list of mmod rectangles"
);
}
m.def("set_dnn_prefer_smallest_algorithms", &set_dnn_prefer_smallest_algorithms, "Tells cuDNN to use slower algorithms that use less RAM.");
{
typedef mmod_rect type;
py::class_<type>(m, "mmod_rectangle", "Wrapper around a rectangle object and a detection confidence score.")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment