Open WesleyFrancis opened 1 year ago
👋 Hello @WesleyFrancis, thank you for your interest in make-sense - free to use online tool for labelling photos! 🏷️
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. 😉
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.
# 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.
Is your feature request related to a problem? Please describe. I'm always frustrated when I have to manually hide and un hide all of the boxes in an image. The training dataset I'm using have alot of elements of interest close together so it's necessary to hide the previous 1 to accurately label a feature i'm interested in. I'd have to hide and unhide all of the labeled objects one by 1 as there's no global control to revert all to visible or no short cuts.
Describe the solution you'd like I'm like a global shortcut to hide and unhide layers when doing object detection annotating.
Describe alternatives you've considered I haven't figured out any alternatives
Additional context Add any other context or screenshots about the feature request here.