SkalskiP / make-sense

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

Web server sync #334

Open ch-hristov opened 1 year ago

ch-hristov commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] This project is awesome. I made a lot of modifications on my fork but I feel like we can make this even better by adding a server-sync possibility. This can include either the images, the annotations or both.

Describe the solution you'd like A clear and concise description of what you want to happen. Login, see my annotations, share them with people who can modify them

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. There's probably others but I already have experience with this project

Additional context Add any other context or screenshots about the feature request here.

github-actions[bot] commented 1 year ago

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

SkalskiP commented 1 year ago

Hi @ch-hristov 👋🏻

I'd love to test your fork!

ch-hristov commented 1 year ago

@SkalskiP What I have so far is just a lean copy of the client side (wanted to keep the ML stuff away - I think the annotation functionality should be core and the other items can be added on a plugin basis). I can publish that if you're interested but it just makes the annotations easier to see, some tweaks on the coloring and it strips down the ML stuff.

The server side has been on my mind for a while but I haven't done any work on that yet, was planning to just start a discussion on it to see what is the best way to do this (like a feature plan). Even a simple server to save your annotations can be great because it can keep your profile. I'm not sure if there's even a ready solution that can be used to do this - like a server to sync up your YOLO / other kinds of format annotations.

SkalskiP commented 1 year ago

@ch-hristov I don't have time to support makesense.ai as I used to... That's why I'm super open to get some external developers who would like to contribute.