annotationweb icon indicating copy to clipboard operation
annotationweb copied to clipboard

A web-based annnotation system for easy annotation of image sequences such as ultrasound and camera recordings

Results 15 annotationweb issues
Sort by recently updated
recently updated
newest added

### Annotated images does not show in list view for classification task _Solution:_ - In annotationweb/views.py add label to query: ```python imageannotation__keyframeannotation__imagelabel__label__in=labels_selected, ``` ### User frame selection logic is faulty...

Handling the case in which 2D images extracted from 3D data still hold the 3D spacing in their metadata. The spacing information will be cropped to match the image shape....

Spline segmentation exporter does not work as intended (?). When using anisotropic data the data is converted to isotropic for display, and the annotated points are saved in that space...

It is common to use the US raw images directly from the scanner for AI dev. These images lack most of the post-processing filtering done by manufacturers, looking quite different...

enhancement

This update makes the spline line point task work, wheras it didn't before. Also added ES/ED markers and copy functionallity.

Image_path in JSON dictionary was fixed on PNG formats, now supports MHD files as well.

I noticed that when hovering over the canvas and scrolling, the current frame number incremented/decremented beyond the range of frames (for me, below 0 and above the total number of...

It could be useful to support multiple databases, having a separate database file for each project. Would need to create a DB router, which check the logged in user which...

enhancement