microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.27k stars 833 forks source link

Cannot tag bounding boxes on mobile touchscreen browser #982

Open series8217 opened 4 years ago

series8217 commented 4 years ago

Describe the bug It is not possible to tag bounding boxes when running the VoTT web app on a mobile device browser using a touchscreen. The top left of the bounding box is always the (0,0) coordinate of the image and:

I have tested on iOS and Android using Safari and Chrome browsers on iOS and Chrome browser on Android.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://vott.z22.web.core.windows.net/
  2. Create a new project using Azure cloud or Bing image search APIs
  3. Open an image asset
  4. Tap the bounding box tool in the top toolbar
  5. Tap and drag in the image region to attempt to create a bounding box

Expected behavior A bounding box should be created across the region that was tapped and dragged through.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

series8217 commented 4 years ago

These issues can also be reproduced in desktop environments by enabling touch device emulation in Google Chrome developer tools image