This should just be changed if visualize is to be used in future assessments. (Just flipping the numbers, no_face should align w/ -2s, and no_infant_face should align with -1s since classes = {'noface': -2, 'nobabyface': -1, 'away': 0, 'left': 1, 'right': 2})
Not a big deal, just noticed that in the text output of reproduce/visualize.py, the invalid frame breakdown is based off of classes formed by:
This should just be changed if visualize is to be used in future assessments. (Just flipping the numbers, no_face should align w/ -2s, and no_infant_face should align with -1s since classes = {'noface': -2, 'nobabyface': -1, 'away': 0, 'left': 1, 'right': 2})