SkalskiP / make-sense

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

Issue with Importing .CSV for Annotation Modification #378

Open Danalda opened 4 days ago

Danalda commented 4 days ago

Describe the bug I am unable to import a .csv file to modify my annotations. Previously, I could create labels and points, export my annotations as a .csv file, and later import the file to make modifications. However, the option to import the .csv is now missing, and I can no longer edit my points after exporting them. I use online solution.

To Reproduce Steps to reproduce the behavior:

Go to the annotation interface. Create labels and points. Export the annotations as a .csv file. Attempt to import the .csv file to modify the annotations – the option to import is no longer available. Expected behavior I expect to be able to import the .csv file and modify the existing annotations and points.

Screenshots (If applicable, add screenshots to illustrate the problem.)

Desktop (please complete the following information):

OS: Windows 10 Browser: Chrome Version: 117 Smartphone (please complete the following information): (Not applicable for this issue.)

Additional context This issue has appeared recently, as I was previously able to import the .csv file to edit my points.

github-actions[bot] commented 4 days ago

👋 Hello @Danalda, 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.