Process images from django-labeller and a claims csv
Process images from django-labeller and a claims csv#
Iterates through every claim, checks json and comment, and copies both the corresponding json file and image to <out_dir>.
Usage: process_labelled_images.py <in_dir> <claims_csv> <out_dir>
in_dir: directory with images and labels from django-labeller
claims_csv: csv from the Google sheet we used
out_dir: where to put processed json and images
tfr files get written to a new tfr/ directory within
This documentation page was generated from a python file. The file is located in the repo folder corresponding to this documentation page. You can also click the `suggest edit` link (GitHub logo, top right) to open the file for editing in GitHub.