Releases: jsbroks/coco-annotator
Releases · jsbroks/coco-annotator
v0.8.0
- Fixed COCO import fix for missing thumbnails (#131)
- Fixed when auth disabled, users are unable to delete
- Fixed typos
- Increased gunicorn timeout
- Removed users ability to delete/edit category
- Added circular annotations with MaskRCNN (#137)
- Added DEXTR selection tool (#147)
- Improved docker build
v0.7.2
- Removed default
delete
key actions and set it to backspace
(for mac compatibility)
- Added keypoint hover text
- Fixed text for creating new user (#128)
- Fixed coco exporting images and datasets
v0.7.1
- Fixed importing of COCO key points
- Fixed coco category importing
- Added scaling of key points on zoom
v0.7.0: Keypoints (#122)
- Add key points (#119, #122, #120, #118)
- Keypoints visualization logic
- Keypoints export/save logic
v0.6.3
- Added auto select the Polygon Tool upon clicking '+' for new annotation (#85)
- Added Lazy load images in image's view (#117)
- Fixed coco format importing (#121)
- Fixed sub-directories in alphabetical order (#112)
v0.6.2
- Added loading of user preferences
- Added tasks URL scroll parameters
- Added task completion updates logs
- Added buttons link to the currently running task
- Fixed importing task progress not updating
- Fixed image delete not removing image from disk
v0.6.1
- Added hovering over annotation heights PaperJS object (#107)
- Added image filtering options (#7)
- Added duplicate error warning for categories (#76)
- Production build uses
stable
docker image
v0.6.0: Realtime support with Sockets-io (#102)
- Added socket-io backend
- Added real-time collaboration
- Added real-time image locking
- Added backend connection indicator in Navbar
- Added tasks web-page (with real-time progress updates) (#91)
- Added image dataset scan button (#101)
- Fixed Navbar text alignment on mobile
- Fixed coco export (#109)
v0.5.8
- Fixed annotation simplification bug
- Fixed PaperJS coordinate not in point format
- Fixed grab indicator showing all the time
- Fixed selected annotation being saved
- Fixed image not always loading properly
- Fixed coco format for segments with only 2 points
- Added simplify annotations on saving
- Added file name and size as text on the image border
- Added image view side menu
- Added more data to hover text
v0.5.7
- Added click to select an annotation (#81)
- Added blue outline to the selected annotation
- Added point move indicator (#86)
- Fixed select tool metadata staying on tool switch
- Fixed select tool outline staying on tool switch
- Fixed magic-wand subtraction
- Changed magic-wand default blur amount (from 5 to 40)