rabBit64 / Sign-language-recognition-with-RNN-and-Mediapipe

Apache License 2.0
8 stars 0 forks source link

When I am running build.py file on windows, it is throwing 'GLOG_logtostderr' is not recognized error. #30

Open Nupurgopali opened 3 years ago

Nupurgopali commented 3 years ago

The cmd throws:"'GLOG_logtostderr' is not recognized as an internal or external command, operable program or batch file." error. Although the build is successful I am not getting the hand tracked videos saved in my output file. Here's a snapshot of the error: image

Nupurgopali commented 3 years ago

@Lilkidlover96 Nope I couldn't find any solution.

kavinteng commented 3 years ago

It a command of linux and mac os. In window you can run in cmd "set GLOG_logtostderr=1" image

And not forget to change syntax in bazel-bin path from/ to \