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

Fix tooltips on "vision" blocks #138

Open
fdila opened this issue Mar 15, 2021 · 2 comments
Open

Fix tooltips on "vision" blocks #138

fdila opened this issue Mar 15, 2021 · 2 comments

Comments

@fdila
Copy link

fdila commented Mar 15, 2021

Hi!
Currently the tooltip for the vision blocks always displays "Restituisce vero o falso", while the various functions return arrays.
It might be useful to also specify what this arrays contain.

@avivace
Copy link
Member

avivace commented Mar 15, 2021

Thanks for the report, @fdila !

cc @previ : I (vaguely) recall this already being discussed but eventually we couldn't came up with a simple name (let alone an explanation) for the "array" concept in the UI.

It's also worth mentioning this is one of the most critical parts for kids to understand how to use (array/how to access an element of an array)

@avivace avivace changed the title Add useful tooltips on "vision" blocks Fix tooltips on "vision" blocks Mar 16, 2021
@previ
Copy link
Contributor

previ commented Mar 16, 2021

Thanks for the report, @fdila !

cc @previ : I (vaguely) recall this already being discussed but eventually we couldn't came up with a simple name (let alone an explanation) for the "array" concept in the UI.

It's also worth mentioning this is one of the most critical parts for kids to understand how to use (array/how to access an element of an array)

I agree @avivace, the current implementation is not easy to use. The new block "detect objects" is even more tricky as it returns a structure with multiple data (classes, confidence scores, boundaries).

I did not come up with a usable solution which fits well with blocks.

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

No branches or pull requests

3 participants