We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i wonder height and width of resized data.
I read the paper, CLRNet. It's said that 'All input images are resized to 320 x 800'.
As i know, resized width is 320 and resized height is 800.
But i found 'img_h = 320, img_w = 800' in all of configs/clrnet/*.py files.
what is truth? Please let me know the truth.
Thank you.
It has nothing to do with the question, but you can use custom data to CLRNet to set 'cut_height = 0'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, i wonder height and width of resized data.
I read the paper, CLRNet. It's said that 'All input images are resized to 320 x 800'.
As i know, resized width is 320 and resized height is 800.
But i found 'img_h = 320, img_w = 800' in all of configs/clrnet/*.py files.
what is truth? Please let me know the truth.
Thank you.
It has nothing to do with the question, but you can use custom data to CLRNet to set 'cut_height = 0'.
The text was updated successfully, but these errors were encountered: