Bernhard B.
Bernhard B.
Many thanks for the bug report! I've seen quite a few annotations with those "snapped to (0/0) vertices" in the past, but I had no clue how to reproduce that....
short update: I _think_ I've found the issue - at least it's now behaving correctly in the simulator. But before I push it to production I want to give it...
Totally agreed! As soon as the fix is pushed to production we should definitely fix the issues the bug has caused. If the number is a reasonable amount I guess...
short update: The changes were pushed to production today. I also queried the database for all annotations with (0/0) vertices. (I only considered poly points here and ignored other shapes...
WOW, that looks really awesome! You mentioned that you used both C++ and Rust for this. Do you have an idea what's roughly the current lines of code ratio (Rust...
Many thanks for sharing all this details! Rust is on my Todo list for quite some time now, but I haven't found time to play with it. I've heard that...
> I’ve used labelmes web interface only - I’ll try and give their desktop version a go for comparison. I _think_ the tool and the site do not have anything...
Many thanks for testing - very much appreciated! > I’d certainly adapt to using this and submitting JSON files .. I guess you could allow dragging them in to your...
That's an interesting idea! We could go even one step further and write our own FUSE filesystem. Here has someone implemented a filesystem for twitter: https://github.com/guilload/twitterfs We could do something...
short update: After some back and forth, I decided to rewrite the unified mode from scratch. Instead of using Semantic UI (which isn't maintained anymore) and jquery as frontend framework,...