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

关于target的resize #87

Open
ruiqiren opened this issue Dec 17, 2020 · 1 comment
Open

关于target的resize #87

ruiqiren opened this issue Dec 17, 2020 · 1 comment

Comments

@ruiqiren
Copy link

target = cv2.resize(target,(target.shape[1]/8,target.shape[0]/8),interpolation = cv2.INTER_CUBIC)*64
这个语句什么作用

@WYG-2021
Copy link

The size of the output density map after passing through the model is 1 / 8 of that of the original image,and'*64' is to ensure the consistency of the count。

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