You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in the OwlPredictor class as the image roi dimensions are incorrectly specified. This bug causes incorrect encoding of image regions of interest (rois) as the height and width are swapped. This effectively causes the images to get cropped before being fed to the encoder. Please check the attached images for an example of the input image and the encoded image with pad_square param set to true.
The text was updated successfully, but these errors were encountered:
There is a bug in the
OwlPredictor
class as the image roi dimensions are incorrectly specified. This bug causes incorrect encoding of image regions of interest (rois) as the height and width are swapped. This effectively causes the images to get cropped before being fed to the encoder. Please check the attached images for an example of the input image and the encoded image withpad_square
param set to true.The text was updated successfully, but these errors were encountered: