Endre Simo

Results 60 comments of Endre Simo

It's described in the Readme file. Did you got some errors?

It's possible that the issue is related to the missing glfw library from your system. Can you check if glfw is installed on your system? If you can confirm that...

Also you can try to get the module with this command: `GOFLAGS='' go get github.com/esimov/diagram` or `GO111MODULE=off go get github.com/esimov/diagram`

Try this one: `GO111MODULE=off go get github.com/esimov/diagram`. The `-mod vendor` directive is used only on builds.

Not even with `GOFLAGS='' go get github.com/esimov/diagram`? I'm afraid that `go mod` is fetching a different version of `glfw` then then one used in this library. That's the reason why...

Maybe it's related to this issue https://github.com/esimov/diagram/issues/7. The truth is I haven't tested on Ubuntu 18.

This issue fits into the todo list: right now the API cannot detect the rotated faces. Please check the documentation. In this particular case the girl face exceeds the maximum...

Once the object rotation feature will be implemented this won't be an issue anymore.

With the new release of Pigo, it's possible now to detect rotated faces however with a small limitation, since you have to provide a specific angle to match the faces...

Hey Nathan, that's true. I will try to investigate and get a workaround for this kind of limitation. Anyway i'm not really sure if the detector can detect 100% profile...