Turoad/CLRNet

What is height and width of resized data?

Opened this issue · 0 comments

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'.