Draft: dedupcomparison
This is a draft for comparing deduped frame outputs in the ci-dashboard.
Currently it logs in to the dashboard, store the cookie and proceeds to download a json list of dedups that needs to be compared by supplying a "primary" dedup. We download all the dedups, compare the primary with each and then exit.
This is an example of what dashboard returns when we request dedups:
{"primary":{"id":1538,"blob":"http://127.0.0.1:3000/old.png"},"dedups":[{"id":3231,"blob":"http://127.0.0.1:3000/new.png"}}
Next step is to upload the results to the dashboard