Replies: 1 comment
-
Great suggestion and I wonder if any progress has been made in this space. I'm a new user myself and am trying to determine the most efficient method to bulk tag faces without the back & forth screens. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know that the face detection is already a very new feature, but I think that there could be a faster way to label faces. The current process lags.
Here is the current flow on the explore page: "view all" -> scroll down to find a face that isn't yet labeled (this page uses a lot of system resources when loading) -> click into that face -> label face -> click the back button which jumps you back to the explore page home -> click "view all" again to find the next face to label (using a bunch of system resources to load the page again).
I think that if the back button took the user back to the "view all" page instead of the explore home, it would make things smoother. Also, the "view all" page could be cached during that time to increase the load speed.
Another idea is to create a totally new UI flow that is specifically designed for bulk face labeling. It could show one face at a time and have the text input pre focused for user input, advancing to the next face on "enter" key press. If no name is typed before enter is pressed, it just skips and gives you a new face.
Beta Was this translation helpful? Give feedback.
All reactions