Releases: jveitchmichaelis/deeplabel
Releases · jveitchmichaelis/deeplabel
v0.16.1
Version 0.15
- Fixes a repaint bug in Mac
- Improves back compatibility with lower versions of Qt
Version 0.14
Adds Zenodo DOI
Version 0.13
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
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
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
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
Fixes the "fun" draw/select button behaviour and changes the cursor appropriately. Also fixes jump navigation forward/back.
Version 0.8
Bugfixes mostly.
Version 0.7: general improvements
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)