I annotated and created an augmented dataset using Roboflow. The augmented images and annotations in COCO csv format were exported as a zip file. While training an instance segmentation model using MaskRCNN and OpenCV, I get the below error:
“UnboundLocalError: local variable ‘image_id’ referenced before assignment”
I labeled the data set earlier with another third-party annotator. I did not get any errors while training back then.