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

configurability on posenet frame size or at least make them immutable properties #33

Open
wr200m opened this issue Mar 3, 2020 · 0 comments
Assignees

Comments

@wr200m
Copy link

wr200m commented Mar 3, 2020

Describe the desired feature
Currently I feel the posenet video frame has hardcoded size of 300x250. Can these become properties for the posenet extension? At least expose the height and width on the extension if they are immutable.

https://github.com/mit-cml/appinventor-extensions/blob/extension/posenet/appinventor/components/src/edu/mit/appinventor/ai/posenet/assets/app.js

const videoWidth = 300; const videoHeight = 250;

Give an example of how this feature would be used
This can give flexibility to the sizing of user defined video display/canvas area. Making them at least immutable properties can help user scale the canvas accordingly when these posenet key points X,Y are only relative to the 300x250 orignal video size.

Why doesn't the current App Inventor system address this use case?

Why is this feature beneficial to App Inventor's educational mission?

@wr200m wr200m changed the title configurability on posenet frame size configurability on posenet frame size or at least make them immutable properties Mar 3, 2020
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

2 participants