I have been trying to use this eager few shot object detection tutorial. Instead of using the rubber ducky data, I wanted to use my custom dataset which is already in coco format and quite large. I tried to generate gt_boxes using my dataset but this tutorial only works for single class. How do I make it work for multiple classes and how do I use tf records directly to do eager few shot training in tf2.
Thanks