Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does keras-yolov3 data generator return target as zeros #761

Closed
SidhaantAnand opened this issue Sep 22, 2021 · 0 comments
Closed

Why does keras-yolov3 data generator return target as zeros #761

SidhaantAnand opened this issue Sep 22, 2021 · 0 comments

Comments

@SidhaantAnand
Copy link

SidhaantAnand commented Sep 22, 2021

Why does the data generator return zeros for the target (https://github.com/qqwweee/keras-yolo3/blob/master/train.py#L182)

All the image,bounding boxes and label data is fed into the inputs while the targets are zeros

Why is this done? It is my understanding that the inputs should have the image data while the targets should have the bounding boxes data and the labels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant