Coco Annotator Versions Save

:pencil2: Web-based image segmentation tool for object detection, localization, and keypoints

v0.11.1

3 years ago
  • Fixed reading boolean from env
  • Failing keypoint edges
  • Optimize brush tool
  • Async thumbnail generation
  • Add directory support to file watcher
  • Make celery URL configurable
  • Fixed exports not working

v0.11.0

4 years ago
  • Uppercase image patterns (#263)
  • Added dataset specific category counts to dataset stats (#270)
  • Encode filename to allow special characters (#275)
  • Fixes isbbox flag not working properly (#276)
  • Improve the loading speed for image cards (#279)
  • Updated ability to support .tif and .tiff images (#282)
  • Zooming images on the mobile device (#290)
  • Keypoints improvements (#287)
  • Dataset display annotation category filter (#295)
  • Added drag to pan functionality on SelectTool
  • gpu support (#326)
  • Allow truncated images (#336)
  • Remove annotated check when exporting

v0.10.6

4 years ago
  • Fixed events when copying (#207)
  • Fixed categories help link (#159)
  • Fixed key-points not exporting without segmentation (#209)
  • Moving annotations to a different category (#229)
  • Fixed copying events on annotation clone (#207)
  • Fixed delete of annotations with easer tool (#250)
  • Fixed categories help link (#159)
  • Added bounding box tool (#226)

v0.10.5

5 years ago
  • Added ordering option to image view
  • Added rest metadata button
  • Improved dataset creation (#193)
  • Improved image query performance
  • Fixed import error (#198)
  • Fixed annotation metadata import

v0.10.4

5 years ago
  • Fixed for dataset folder permissions (#189)
  • Fixed dataset export typo (#191)
  • Fixed default metadata error

v0.10.3

5 years ago
  • Added export table
  • Added export specification options
  • Added export model
  • Fixed annotations default values

v0.10.2

5 years ago
  • Removed unused imports
  • Fixed COCO exports, exporting all properties
  • Added total and average stats
  • Increased export performance

v0.10.1

5 years ago
  • Fix import bugs
  • Fixed docker network
  • Fixed typos
  • Added navbar to dataset view

v0.10.0

5 years ago
  • Added Celery workers
  • Added events for annotations and images
  • Installed RabbitMQ for queues
  • Refactored backend
  • Refactored test cases
  • Created database, config, web server modules

v0.9.0

5 years ago
  • Improved performance on zooming (#151)
  • Improved COCO exporting speed (#135)
  • Improved annotator loading speed (#152)
  • Fixed annotations not loading (#98)
  • Fixed annotation transparency issue (#161)
  • Fixed hidden directories showing in subdirectories (#155)
  • Fixed scanner scanning hidden directories
  • Fixed annotating status bugs
  • Fixed keypoint related issues
  • Changed no categories text (#160)
  • Added thumbnail caching (#149, #92)
  • Added renaming of categories (#123)
  • Added export coco task (#135)
  • Added user event logging
  • Added image annotating time
  • Added tool usage to annotation
  • Added endpoint profiling