redshiftzero
redshiftzero
from this repo. Face detection is fine
There are few BPD officers in the city, and adding the court documents for all lawsuits BPD officers have been involved in is a nicely scoped research task that would...
Once #736 is done, we should * Add mypy to the dev dependencies * Run mypy as part of the lint target to enable gradual typing * Start adding [PEP...
In PR #169 I added this `serve_image` function in `utils.py` that generates a path for the files stored locally in the `static/` folder. However in prod and staging images are...
The UI of the cop identification app currently looks like this;  Changes should be made in the context of issue #170 establishing an unidentified officer workflow, which would add...
A user might look through the list and want to flag the N officers that look similar to the one that they interacted with. They should ideally be able to...
There are some officers that are in our images but do not appear in our roster for one of several reasons: * The image is old and they left the...
I got the following suggestion after giving a short talk on OpenOversight: one way to automatically flag malicious people as well as catch errors is to use [double](https://en.wikipedia.org/wiki/Two_pass_verification) [data](https://faculty.unlv.edu/barchard/doubleentry/Double%20Entry%20APS%202009%20handout.pdf) entry....
Feedback from a user: > I accidentally tagged an image with the wrong officer ID, how do I flag that? Right now this is just "email us and let us...
* `make lint` should invoke our flake8 checks * We should document its use it in this repo for developers * We should run `make lint` in ci instead of...