SkalskiP / make-sense

Free to use online tool for labelling photos. https://makesense.ai
GNU General Public License v3.0
3.03k stars 494 forks source link

colour preference #308

Open mbuvijob opened 1 year ago

mbuvijob commented 1 year ago

I'm wondering if there is a colour preference for us to see the extend of our boxes when the normal colour marries with the image background we can't see the extend of the bounding box as we draw.

github-actions[bot] commented 1 year ago

👋 Hello @mbuvijob, thank you for your interest in make-sense - free to use online tool for labelling photos! 🏷️

🐞 Bug reports

If you noticed that make-sense is not working properly, please provide us with as much information as possible. To make your life easier, we have prepared a bug report template containing all the relevant details. We know, we ask for a lot... However, please believe that knowing all that extra information - like the type of browser you use or the version of node you have installed - really helps us to solve your problems faster and more efficiently. 😉

💬 Get in touch

If you've been trying to contact us but for some reason we haven't responded to your issue yet, don't hesitate to get back to us on Gitter or Twitter.

💻 Local setup

# clone repository
git clone https://github.com/SkalskiP/make-sense.git

# navigate to main dir
cd make-sense

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm start

To ensure proper functionality of the application locally, an npm 8.x.x and node.js v16.x.x versions are required. More information about this problem is available in the #16 issue.

ch-hristov commented 1 year ago

I'm wondering if there is a colour preference for us to see the extend of our boxes when the normal colour marries with the image background we can't see the extend of the bounding box as we draw.

As a workaround I changed the

public static readonly DEFAULT_LINE_COLOR: string = 'red';
public static readonly ACTIVE_LINE_COLOR: string = 'red';

In RenderEngineSettings.

It is definitely not perfect but will work for now for me.

SkalskiP commented 1 year ago

Hi, @mbuvijob 👋🏻! Thanks for your interest in MS! 💙

The workaround posted by @ch-hristov should work. I'll try to work on the actual solution, but I have lots of work at my daily job now.