microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copy Rect same size issue

satnagul0 opened this issue · comments

Describe the bug
I'm trying to use same size(1499 * 2000) for the copy rect bounding boxes all the time. So whenever user clicks on copy rect, it should show the bounding box of size 14992000. I modified the template value in canvas.tsx to 14992000 but it only works for one image. When i changed the image it goes back to original 2020 or if if draw a rectangle and then click on copy rect, it shows the size of the already drawn rectangle. But i always want 14992000 irrespective of what state i'm in. Please help me with this

To Reproduce
Steps to reproduce the behavior:

  1. Go to Annotate screen
  2. Click on copy rectangle icon