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

boxes coordinate should be [top/H, left/W, bottom/H, right/W] in preprocess.py? #4

Open
LinkToPast1990 opened this issue May 8, 2020 · 5 comments

Comments

@LinkToPast1990
Copy link

pos_list.append([temp[0]/W,

@ZhangYuef
Copy link

pos_list.append([temp[0]/W,

I agree with you.

@lsq357
Copy link
Contributor

lsq357 commented May 12, 2020

Maybe using [top, left, bottom, right] is better !
Using this according to imageBert paper

@ZhangYuef
Copy link

Maybe using [top, left, bottom, right] is better !
Using this according to imageBert paper

Thanks for sharing this idea. If you don't mind, could you help me to locate which paragraph in this paper mentions this top, left, bottom, right] method?
Thanks :)

@ZhangYuef
Copy link

Thanks a lot @lsq357 ! : )

@lsq357
Copy link
Contributor

lsq357 commented Jun 5, 2020

Maybe using [top, left, bottom, right] is better !
Using this according to imageBert paper

Thanks for sharing this idea. If you don't mind, could you help me to locate which paragraph in this paper mentions this top, left, bottom, right] method?
Thanks :)

image

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

3 participants