Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Bounding boxes drawn on images sometimes result in unreadable text in .explore() #781

Open
znation opened this issue Jun 27, 2018 · 0 comments

Comments

@znation
Copy link
Contributor

znation commented Jun 27, 2018

Repro steps:

  1. Load some large (4k+) images, with bounding box annotations, into an SFrame
  2. Draw bounding boxes on the images using object_detector.util.draw_bounding_boxes
  3. Call .explore on the SFrame with images with drawn bounding boxes

Expected: the bounding boxes look crisp, and the text (label and confidence) is readable
Actual: the bounding boxes look fuzzy, and the text is unreadable, due to image scaling to produce the thumbnail and resized hover image in the explore view.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant