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

Detection Stage Encoded Features #14

Open
jwahnn opened this issue Aug 9, 2024 · 1 comment
Open

Detection Stage Encoded Features #14

jwahnn opened this issue Aug 9, 2024 · 1 comment

Comments

@jwahnn
Copy link

jwahnn commented Aug 9, 2024

arch

I am having trouble finding which part of the code represents the features of the objects in the images that are fed into the decoder. I don't think such detail is in the demo, but I cannot find it in other files as well. Do you mind pointing me to this place?

And, it would be greatly appreciated if you could point me towards the verification stage code as well.

Thanks in advance!

@jerpelhan
Copy link
Owner

Sorry, I don't quite understand your question. Could you clarify what you mean by "features of the objects in the image that are fed into the decoder"?

The entire pipeline is in demo.py. When model(img, bboxes=bboxes) is called, it triggers the forward function in dave.py. The verification stage is clearly marked with a comment in the same file to help you navigate.

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

2 participants