Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For now only facial recognition api's work #1

Open
Nycrera opened this issue Oct 4, 2019 · 1 comment
Open

For now only facial recognition api's work #1

Nycrera opened this issue Oct 4, 2019 · 1 comment

Comments

@Nycrera
Copy link
Owner

Nycrera commented Oct 4, 2019

So, you know that the URLs of API's has a version number. For now, this version number seems to be hardcoded as "v3". As all of the facial recognition services have this version number, this never had been an issue until I tried to use other APIs like Body Recognition and Image Recognition.

And since face swap API is included in the Image Recognition Category. This API is not working either.

As for the solution I am currently planning to create a list of versions including all the API versions and query the versions from this list. But the problem with this solution is that every time a change happens in these values. List has to be updated. That's why maybe also a list updater or something like that will be needed. List updater will get all the documentation from the face++ documentation page and parse all the values.

@Nycrera
Copy link
Owner Author

Nycrera commented Oct 4, 2019

or maybe we can go even further and hardcode all possible API's but for the sake of back-compatibility still, keep the old method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant