Implement parsing of “instance of” fields in ImageMatching production datasets (#9)
* Update transform.py to parse "instance of" json blob * Update tests and fix transform.py schema changes * Simplify parsing logic, add metrics, and update tests * Updates based on code review