We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
client/src/models.ts currently says:
client/src/models.ts
1.01: { url: BASE_URL + 'mobilenet_v1_101/', architecture: posenet.mobileNetArchitectures[100] }, 1.0: { url: BASE_URL + 'mobilenet_v1_100/', architecture: posenet.mobileNetArchitectures[100] }, 0.75: { url: BASE_URL + 'mobilenet_v1_075/', architecture: posenet.mobileNetArchitectures[75] },
The 1.01 architecture 100 is correct, but has the look of a typo, which can trigger review. So perhaps add a reassuring comment?
1.01
100
architecture: posenet.mobileNetArchitectures[100] // same as 1.0
Thanks for your work.
The text was updated successfully, but these errors were encountered:
Yes this is correct. Feel free to submit a PR :)
Sorry, something went wrong.
No branches or pull requests
client/src/models.ts
currently says:The
1.01
architecture100
is correct, but has the look of a typo, which can trigger review. So perhaps add a reassuring comment?Thanks for your work.
The text was updated successfully, but these errors were encountered: