matanr / capex

CAPE using text-graphs
Apache License 2.0
12 stars 1 forks source link

Is there any way to customize output(position of keypoints) to any other image size lets say 1920x960px instead of 256x256px? #4

Open Chaitanya887 opened 3 months ago

Chaitanya887 commented 3 months ago

Output is always of the size 369x369 px, and the keypoint are always wrt to 256x256px size and rest is padding, is there any way to output the keypoints maintaining the same image size as of input ?

Chaitanya887 commented 3 months ago

Tried repositioning the keypoints wrt to different img size and its working correctly :) But my question still the same, can't the model give keypoint maintaining the query image size ?