Menu UX

#1
by victor HF staff - opened

This demo is really cool!
It would be awesome if it was possible to reduce the friction when selecting the model (I see it's a WIP so maybe it's planned)
image.png

Unity Technologies org
โ€ข
edited Jun 23, 2022

Hi, yes, what I've done is:

  • Change the model_id to a dropdown (we'll see later how to handle if there is too much models)
  • Change the model filename to a dropdown and limit to onnx and nn (instead of having all the files of the repo).

Oh and I found how to automatically increase the font size for the dropdown :party

Works great :party: :party: :)

@ThomasSimonini FYI it's not possible to launch on mobile (my screen is too small). Maybe important as most traffic on Spaces happens on mobile.

Unity Technologies org

Yes I'm agree that will be a problem in the future the second problem is the inference engine is super heavy like 400mb of CPU. So for now it's web only but I will see how we can optimize that.

The inference engine is super heavy like 400mb of CPU.

I feel it will not be a problem for an iPhone 12/13, did you try on those devices?

Unity Technologies org

Didn't tried yet, I will try today with different configurations.

Sign up or log in to comment