Skip to content

Releases: diffgram/diffgram

0.5.4

08 Jun 14:14
2afdd90
Compare
Choose a tag to compare

Bugfixes:

  • Remove the fps conversion concept on video.py

0.5.3

07 Jun 18:47
233a1ee
Compare
Choose a tag to compare

Bugfixes:

  • Fixes scrollbar issue on upload Wizard
  • Fixes wizard not opning on task template creation
  • Fixes error handling when sending empty polygon to AnnotationUpdate() class.
  • Fixes hotkeys bug on annotation UI.

0.5: Fix Instance Filters For Update Case UI Wizard (#91)

07 Jun 15:15
acf2fcf
Compare
Choose a tag to compare
* fix: fix styles when having lots of files on upload summary

Added better layout and structure to the text. Also corrected some filters

* fix: adjust instance filtering by file ID on update case

The file filter was looking for the file name instead of the ID causing the instances to be created on all the files because of the lack of filtering

Co-authored-by: Pablo <[email protected]>

0.5.2

02 Jun 20:07
0b908e9
Compare
Choose a tag to compare
  • Fix frame packet map not being created on input/packet api endpoint.
  • Better error handling on process media for empty frame packet maps.
  • Better UI display for empty frame packet maps

Install Script Enhancements & Small FIxes

02 Jun 16:27
29112d8
Compare
Choose a tag to compare
  • Add test connection to DB on install scripts.
  • Deprecate frame rate conversion
  • Overall Code Cleanup
  • Fix text wrapping for long names in task template cards.
  • Added email to the member list in project settings.
  • Refactor semantic segmentation to use Data Tools instead of only GCP.
    Bugfixes:
  • Add error condition when frame packet map is empty in update case

Upload Wizard & Model Concepts

31 May 20:05
61f856e
Compare
Choose a tag to compare
  • Added Upload Wizard
  • Addded support for uploading models and model runs to DB.

#60

Userscript & Docker Fixes

25 May 22:34
a8692b1
Compare
Choose a tag to compare

Video Improvements

18 May 19:21
4952574
Compare
Choose a tag to compare

UI Improvements

15 May 01:34
cd0ec05
Compare
Choose a tag to compare
Merge pull request #65 from diffgram/job_page_clean_up

Job page clean up

New UI Upload Wizard

12 May 16:12
c625a14
Compare
Choose a tag to compare
New UI Upload Wizard Pre-release
Pre-release

Features:

  • Refactored and Decoupled Media Core From Annotation UI
  • Added tabbed component to media core
  • Added Upload Wizard to allow the upload of prelabeled data from the UI.

New DB Changes:

  • Added pre_labeled data to InputBatch table.