Skip to content

How to pass multiple groundtruth_boxes to model  #9668

@TheBubblePopped

Description

@TheBubblePopped

So i tried to follow the tutorial at https://github.com/tensorflow/models/blob/master/research/object_detection/colab_tutorials/eager_few_shot_od_training_tf2_colab.ipynb.

I can see that the script uses 1 groundtruth box with [xmin,xmax,ymin,ymax] but how would i pass images that have multiple objects(can be the same) for training?

Edit: I already created code to generate multiple boxes and they are also stored normalized as a list of boxes in a tfrecords file.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions