I have a requirement for an application where the user can change the model of the object detector at runtime, and he should be able to see the supported labels of that model at runtime. For example, this model. I can work around this for the default models because the labels are known, but the user can upload his own model. Can a method be added to display the supported labels of a given model? This is for Mediapipe Solutions Web.
I have a requirement for an application where the user can change the model of the object detector at runtime, and he should be able to see the supported labels of that model at runtime. For example, this model. I can work around this for the default models because the labels are known, but the user can upload his own model. Can a method be added to display the supported labels of a given model? This is for Mediapipe Solutions Web.