smistad / annotationweb

A web-based annnotation system for easy annotation of image sequences such as ultrasound and camera recordings
MIT License
32 stars 18 forks source link

Feature/moving easily between frames #51

Closed smistad closed 3 years ago

smistad commented 3 years ago

As discussed in #50

Implemented moving easily between frames using mouse wheel and arrow keys as discussed in #50, also implemented holding shift to move between key/target frames. The zoom functionality in the spline segmentation task was removed.

Note that for the scroll wheel event, the mouse has to be over the canvas.

@jvoor maybe you also want to take a look at this

jvoor commented 3 years ago

I cannot load data any more. When I go to annotate data the interface doesn't move past the loading phase - i don't get an error either? I have been a bit behind on the updates (was using commit "Update Readme" from 28/01/2021) so it is probably not caused by this latest commit?

smistad commented 3 years ago

I think all changes since then are quite cosmetic, so not sure what is causing this. Have you tried a hard refresh in the browser? Ctrl+shift+R The browser typically cache javascript, css files etc

jvoor commented 3 years ago

Screenshot

No luck - stuck in this screen. Have tried loading the database again but have the same issue. When I revert back to my previous version then the loading works okay.

androst commented 3 years ago

Hmm, looks like a bug in the cardiac segmentation task as a result of the changes made to the buttons. I can try to have a look at it asap.