By using qoin
, the hand and face information detected by mediapipe can be sent to other programs by gRPC.
$ bazel build -c opt //qoin/hello_world
$ GLOG_logtostderr=1 bazel-bin/qoin/hello_world/hello_world
$ bazel build -c opt //qoin/solution:face_mesh
$ GLOG_logtostderr=1 bazel-bin/qoin/solution/face_mesh
$ bazel build -c opt //qoin/server:face_mesh
$ GLOG_logtostderr=1 bazel-bin/qoin/server/face_mesh
$ bazel build -c opt //qoin/client:face_mesh
$ GLOG_logtostderr=1 bazel-bin/qoin/client/face_mesh --url=localhost:3000
$ bazel build -c opt //qoin/solution:hand_tracking
$ GLOG_logtostderr=1 bazel-bin/qoin/server/hand_tracking
$ bazel build -c opt //qoin/server:hand_tracking
$ GLOG_logtostderr=1 bazel-bin/qoin/server/hand_tracking
$ bazel build -c opt //qoin/client:hand_tracking
$ GLOG_logtostderr=1 bazel-bin/qoin/client/hand_tracking --url=localhost:3000
$ bazel build -c opt //qoin/solution:iris_tracking
$ GLOG_logtostderr=1 bazel-bin/qoin/server/iris_tracking
$ bazel build -c opt //qoin/server:ris_tracking
$ GLOG_logtostderr=1 bazel-bin/qoin/server/iris_tracking
$ bazel build -c opt //qoin/client:iris_tracking
$ GLOG_logtostderr=1 bazel-bin/qoin/client/iris_tracking --url=localhost:3000
Written in Rust
Written in Python
Written in Python
Written in Python