We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54f769 commit 00f8593Copy full SHA for 00f8593
src/cpp/py_bindings/py_instance_segmentation.cpp
@@ -51,10 +51,6 @@ void init_instance_segmentation(nb::module_& m) {
51
52
return self.inferBatch(input_mats);
53
})
54
- .def("postprocess",
55
- [](MaskRCNNModel& self, InferenceResult& infResult) {
56
- return self.postprocess(infResult);
57
- })
58
.def_prop_ro_static("__model__", [](nb::object) {
59
return MaskRCNNModel::ModelType;
60
});
0 commit comments