Skip to content

Add a type check to some of the inputs to method.

Adds some basic type checking to add_auxiliary_data method of CocoImage class. I mistakenly passed a np.array into the width and height input arguments and it generated an indirect error message. This should solve that problem.

Merge request reports