-
Notifications
You must be signed in to change notification settings - Fork 25
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
Adds an experimental prediction model to our "crowdstudy" server #3347
Conversation
Handling interaction flows. Connecting UI to model backend.
… prediction-model # Conflicts: # public/javascripts/SVLabel/src/SVLabel/PredictionModel.js
Thank you so much @misaugstad @hoominchu and everyone else who made this possible!!! T.T |
Awesome work team! 🎉 It looks like the initial pop-up dialog might have incorrect static text? In this case, it's a "Are you sure this is a surface problem" but then it says that "48% of Curb Ramps are missed by users" Have we finalized text for this part? If not, might I suggest (could randomly show the tips per label type—my worry is that if we don't prefix the sentence by "tip", that the user might think the tip is exactly associate with their mistake but it's not): For Surface Problems:
For Obstacles:
For Missing Curb Ramps:
For Curb Ramps:
For Missing Sidewalks:
|
Looks like the pop up window text and image sizes does not resize super well with different screen sizes. Top one from Zhihan's 27 inch and bottom from mine 34 inch. It works perfect on a 13 inch laptop though. @misaugstad @hoominchu Thank you!!! I can also help calculating the em sizes if needed! |
Ugh, this is definitely a @hoominchu fix; however, they have a major MHCID deadline on Monday—so not sure if they can manage it. Could @misaugstad do it? Otherwise, how well do you or Zhihan know HTML/CSS? |
Does it make sense to restrict the width of the popup on an ultra wide display? If yes, we can add max-width and that should solve the problem. |
I think that sounds like a great idea. |
@hoominchu not sure if I was being clear... the font sizes also become really small as the screen resolution increase. I can help calculating the em sizes if needed! |
I have pushed a fix for the popup size issue. UI development is messy cause of all these different screen sizes, resolution, platforms etc. 🥲 |
Thank you so much @hoominchu! Don't worry I know how messy it is haha, and you've done an awesome job! Just let me know the current font sizes and I can give u the measurements in em! |
Based on my conversation with @hoominchu, bootstrap base font size is 14px, so here's the conversion:
Let me know if this works! |
Thanks! I have pushed the fix! |
Resolves #3278
Incorporates a model to predict whether a label is correct into the Explore page. After the user closes the context menu for the label, we use the label's metadata to predict whether the label is correct (using things like severity, distance from an intersection, etc).
We are running our first pilot studies with this model, so the UI is only available on our experimental "crowdstudy" server.
Screenshots!
Things to check before submitting the PR