-
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
Consider bringing back 'observed area' feedback #1316
Comments
@shokiami and I talked about this today and I think it's a great task for him to take on this quarter! Just showing this feedback to users will encourage them to audit more carefully (even if we don't force them to look everywhere). I think it can also encourage users to label things more close to them if we let the this observed area only extend a short-ish distance from where you're located! |
Nice, great idea. Looking forward to seeing what you can come up with @shokiami! |
@jonfroehlich @misaugstad |
Ooo, nice progress Sho! Possible to extend the"fog of war" polygon so it
fills up the whole map? Does the polygon take into account what you've
observed from previous screens (i.e., locations you've just been traveling
from).
…On Fri, May 28, 2021 at 1:32 AM Shosuke Kiami ***@***.***> wrote:
@jonfroehlich <https://github.com/jonfroehlich> @misaugstad
<https://github.com/misaugstad>
Just wanted to share what it currently looks like!
[image: ObservedArea]
<https://user-images.githubusercontent.com/43970567/119954863-4a525580-bf54-11eb-9dfe-b0d7a79b4430.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1316 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAML55KPFCLU6KULDUQLOVTTP5IIZANCNFSM4FVKUVTA>
.
--
Jon E. Froehlich <https://jonfroehlich.github.io/> (he/him
<https://www.mypronouns.org/he-him>) | @jonfroehlich
<https://twitter.com/jonfroehlich>
Associate Professor, Allen School of Computer Science & Engineering
Core Faculty, Urban Design and Planning, College of Built Environments
Director, Makeability Lab <https://makeabilitylab.cs.washington.edu/> |
Associate Director, CREATE <http://create.uw.edu/>
University of Washington
Help make sidewalks more accessible: http://projectsidewalk.io
|
@jonfroehlich @misaugstad
Also, for reference, this is what it looks like when I don't clear the previous region when stepping. The calculation essentially entails finding where the two regions intersect. |
I think you want to use something like this, but the polygons should probably be combined to just a single polygon so that you aren't seeing something different on the overlap. You can see all the examples @isavin12 added in #1324 do it that way. But maybe that was always your plan and you're just showing progress as you go along :) |
@shokiami and I discussed this on our call today. We decided that either the "fog-of-war" should take up the whole top-down map—as now, it's only a subset as a small square—or, instead of the square, we could do a circle. @shokiami also mentioned using the turf.js library to engineer this in the future. |
We tracked and visualized the observed area in Tohme's top-down map--and actually forced workers, I believe, to look 360 degrees before submitting their work:
The text was updated successfully, but these errors were encountered: