New Pybind demo (#1073)

This commit is contained in:
Raaj
2019-02-08 11:47:25 -05:00
committed by Gines
parent babd8900da
commit 4d70fdf5e0
3 changed files with 84 additions and 1 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ PYBIND11_MODULE(pyopenpose, m) {
.def_readwrite("cameraMatrix", &op::Datum::cameraMatrix)
.def_readwrite("cameraExtrinsics", &op::Datum::cameraExtrinsics)
.def_readwrite("cameraIntrinsics", &op::Datum::cameraIntrinsics)
.def_readwrite("poseNetOutput", &op::Datum::elementRendered)
.def_readwrite("poseNetOutput", &op::Datum::poseNetOutput)
.def_readwrite("scaleInputToNetInputs", &op::Datum::scaleInputToNetInputs)
.def_readwrite("netInputSizes", &op::Datum::netInputSizes)
.def_readwrite("scaleInputToOutput", &op::Datum::scaleInputToOutput)