Skip to content

RetinaNet with custom backbone and custom dataset #773

Closed
@adityaroy10

Description

@adityaroy10

How to form the dataset for training?

for :
model.fit( X, Y) #where model is the retinanet object with appropriate backbone using keras_cv.models.RetinaNet()

X would be the array of images.
So for X0 (first image), will Y0 be array of [class, xmin, xmax, ymin, ymax] for all objects in the image?
What is the correct format?

Right now, I have the annotations saved in [class, xmin, xmax, ymin, ymax] format in a separate text file for each image

Is there any alternative for such case?

Thank you for any help.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions