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

4-d location vector #36

Closed
kememem opened this issue Jun 16, 2020 · 3 comments
Closed

4-d location vector #36

kememem opened this issue Jun 16, 2020 · 3 comments

Comments

@kememem
Copy link

kememem commented Jun 16, 2020

Hi,

I am looking at your code. Can you please point me out which part of the code is doing location vector normalization? I can see you pass 4-d raw location into the model, but I could find the place that you normalize it with image width and height.

Thanks!

@jackroos
Copy link
Owner

@kememem

pos[:, 0] = boxes[:, 0] / w * 100

@kememem
Copy link
Author

kememem commented Jun 16, 2020

Thank you so much for your prompt reply. Can you further elaborate in which file you call this coordinate_embeddings function?

@jackroos
Copy link
Owner

@kememem

coord_embed = coordinate_embeddings(

Sorry for the late reply.

@kememem kememem closed this as completed Jul 1, 2020
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