Skip to content

Releases: jveitchmichaelis/deeplabel

v0.16.1

01 Oct 10:50
Compare
Choose a tag to compare
use vc16

Version 0.15

08 Jun 23:06
Compare
Choose a tag to compare
  • Fixes a repaint bug in Mac
  • Improves back compatibility with lower versions of Qt

Version 0.14

30 May 17:40
Compare
Choose a tag to compare

Adds Zenodo DOI

Version 0.13

08 May 18:11
Compare
Choose a tag to compare

This release fixes some minor bugs and adds support for exporting labels to GCP AutoML

  • The label project interface will not load or save any labels with zero area. This doesn't fix the root cause, but it does stop issues where zero area labels get inserted into the database.
  • Export to AutoML
  • Batch refine bounding boxes
  • Import darknet labels
  • Fixes an issue where the filename isn't appended to the database properly.
  • Option to compute dataset statistics (mean and standard deviation); outputs to terminal currently

Windows build forthcoming. Please use build from source.

Version 0.12

14 Jan 10:27
Compare
Choose a tag to compare

Fixes a few issues:

  • Filenames can be duplicated (e.g. same filename, two folders)
  • Filenames can now have multiple periods, but please don't do this for the sanity of any other software you use.
  • You can now remove a labels forward from the current image - this is quite useful for tracking if you mess up and accidentally miss something.
  • Solves a subtle bug where zero area bounding boxes would be generated and cause crashes.

Version 0.11

14 Oct 17:27
Compare
Choose a tag to compare

This release adds a few enhancements:

  • You can now change a label's class by selecting it and choosing a new one from the dropdown menu
  • After creating a new class name, the new class will be set to the active class
  • You can load and merge an existing project into the current project (File -> Merge)
  • The window title now shows the current project path

Version 0.10

06 Sep 11:14
Compare
Choose a tag to compare

This release fixes a few bugs:

  • The "add images" file dialog now properly filters files
  • Some efforts to fix weird behaviour when 4-channel (RGBA) images are used
  • Forced the input channels for inference to be 3 for now
  • For some reason some travis stuff got removed and broke mac releases again, this is now fixed hopefully

Version 0.9

23 Jun 23:02
Compare
Choose a tag to compare

Fixes the "fun" draw/select button behaviour and changes the cursor appropriately. Also fixes jump navigation forward/back.

Version 0.8

12 Jun 17:06
Compare
Choose a tag to compare

Bugfixes mostly.

Version 0.7: general improvements

04 Jun 14:44
Compare
Choose a tag to compare

This release:

  • Fixes colourmap display and removes some unecessary pixmap loads
  • Adds the ability to adjust the non-max suppression threshold
  • Adds the option to automatically convert grayscale images to colour when dealing
  • Adds a button to jump to the next instance of a class label (inefficient implementation, but works)