What does the output coordinate format?
#9
by
lucasjin
- opened
it's 0-1 according to which?
hi @lucasjin , the output coordinates is not 0-1, but within image width and height, please checkout this notebook for more details https://huggingface.co/microsoft/Florence-2-large/blob/main/sample_inference.ipynb
does the input resized?
Without any pad?
if so, the wil lthe coodrinate calculate for both in and out
but if visualize on oroginal image, the input image are procesed (like resized), does the output coordnates should transform back?