I have a small data set of images (seven images) that I annotated by drawing bounding boxes on the objects I want to detect using VGG Image Annotator (VIA). When I exported the annotations, it only gave me one JSON file for all the annotations.
How would I go about importing that JSON file, along with the pictures into TensorFlow? I tried to follow the documentation, but got lost.
I also tried the RoboFlow service where I could turn my images/annotations into TFRecords and a TensorFlow CSV files, but I was also lost on how to implement this.
I am using Python 3.6.9 in my JupyterLab environment.
submitted by /u/Tuka-Cola
[visit reddit] [comments]