Skip to content

Commit 00f8593

Browse files
committed
no postprocess in instance seg
1 parent b54f769 commit 00f8593

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/cpp/py_bindings/py_instance_segmentation.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ void init_instance_segmentation(nb::module_& m) {
5151

5252
return self.inferBatch(input_mats);
5353
})
54-
.def("postprocess",
55-
[](MaskRCNNModel& self, InferenceResult& infResult) {
56-
return self.postprocess(infResult);
57-
})
5854
.def_prop_ro_static("__model__", [](nb::object) {
5955
return MaskRCNNModel::ModelType;
6056
});

0 commit comments

Comments
 (0)