Skip to content

hayashikun/qoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qoin

By using qoin, the hand and face information detected by mediapipe can be sent to other programs by gRPC.

Build and Run

Hello World

$ bazel build -c opt //qoin/hello_world
$ GLOG_logtostderr=1 bazel-bin/qoin/hello_world/hello_world

Face mesh demo

$ bazel build -c opt //qoin/solution:face_mesh
$ GLOG_logtostderr=1 bazel-bin/qoin/solution/face_mesh

Face mesh server

$ bazel build -c opt //qoin/server:face_mesh
$ GLOG_logtostderr=1 bazel-bin/qoin/server/face_mesh

Face mesh client

$ bazel build -c opt //qoin/client:face_mesh
$ GLOG_logtostderr=1 bazel-bin/qoin/client/face_mesh --url=localhost:3000

Hand tracking demo

$ bazel build -c opt //qoin/solution:hand_tracking
$ GLOG_logtostderr=1 bazel-bin/qoin/server/hand_tracking

Hand tracking server

$ bazel build -c opt //qoin/server:hand_tracking
$ GLOG_logtostderr=1 bazel-bin/qoin/server/hand_tracking

Hand tracking server

$ bazel build -c opt //qoin/client:hand_tracking
$ GLOG_logtostderr=1 bazel-bin/qoin/client/hand_tracking --url=localhost:3000

Iris tracking demo

$ bazel build -c opt //qoin/solution:iris_tracking
$ GLOG_logtostderr=1 bazel-bin/qoin/server/iris_tracking

Iris tracking server

$ bazel build -c opt //qoin/server:ris_tracking
$ GLOG_logtostderr=1 bazel-bin/qoin/server/iris_tracking

Iris tracking server

$ bazel build -c opt //qoin/client:iris_tracking
$ GLOG_logtostderr=1 bazel-bin/qoin/client/iris_tracking --url=localhost:3000

Demo apps

Written in Rust

Written in Python

Written in Python

Written in Python