You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm always frustrated when I export annotations from the official site, I don't get the labels.txt file with my labels.
It would be nicer when I export annotations; the labels.txt file would be in the zip file or if separately, I could download labels.txt from the edit labels window
Then upon clicking the download button get a labels.txt file with data like below
banana
cup
spoon
In case you can give advice on which file to edit, please do. Many thanks Makesense team
** edit **
Was able to add the download button to the interface but haven't been able to set that on click, download the labels.txt
The text was updated successfully, but these errors were encountered:
👋 Hello @Yuri-Njathi, 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 dircd 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.
I'm always frustrated when I export annotations from the official site, I don't get the labels.txt file with my labels.
It would be nicer when I export annotations; the labels.txt file would be in the zip file or if separately, I could download labels.txt from the edit labels window
Then upon clicking the download button get a
labels.txt
file with data like belowIn case you can give advice on which file to edit, please do. Many thanks Makesense team
** edit **
Was able to add the download button to the interface but haven't been able to set that on click, download the labels.txt
The text was updated successfully, but these errors were encountered: