Joel Nothman
Joel Nothman
Should enable Facebook sharing of datasets I've done this largely out of personal interest.
The repository structure should be changed to support tagged versions (and perhaps a mutable/unstable head version), such that: * all tagged versions are retained, ideally without files duplicated on disk...
@geezacoleman reported an error where he submitted a dataset and didn’t get notified of an update in status (Processing or Failure). It failed with an exception in a celery submit...
we need to be checking `dataset.user == request.user` or else raising HTTP403 in several views.
E.g. * Go to Datasets tab * Click a toggle "Show only Datasets I own" * Click "Update" button on a selected dataset * Upload stepper appears (perhaps without the...
Django failures could too...? Django has a standard logging handler for this, and I expect so does celery.
Anything related to a Dataset you'd want to be able to play with in the interactive terminal when debugging should be in models. For example, a method should be added...
No unit tests yet. Builds on #82. Fixes #86
Using pycocotools to turn segmentation into bbox.