Skip to content

v1.4.4

Choose a tag to compare

@ck2739046 ck2739046 released this 04 Jul 06:41
fd9bdbc

HachimiDX: Maimai auto rechart tool 🐱

⚠️Warning: this version contains critical bugs, please do not download! These bugs have been fixed in v1.4.5.

What's new

  • [Major upgrade] Auto rechart is now significantly faster.

    • 20% faster: Optimized video decoding for detect/obb model inference.
    • 3x faster: Optimized seek time for video decoding in the classify and touch-hold preprocessing modules.
    • 5x faster: Optimized video decoding and transformation for the real-time preview of the perspective_correction module.
    • 65% faster: Optimized video encoding/decoding and tracking info rendering for the export_track_video module.
    • Set the designer attribute in the generated maidata.txt to "Generated by HachimiDX".
  • [New feature] UI & Controls:

    • Added draggable handles to the centers of both panels in the perspective_correction module's real-time preview, allowing convenient video frame displacement adjustment.
  • [New feature] MajdataEdit:

    • Hovering the mouse over the BPM will pop up the current time signature.
  • Under the hood:

  • Adjusted some interface components, text, and output messages in the app to improve clarity.

  • Modified some text in the README to improve clarity.

Bug fixes:

  • Fixed an issue where some child processes were not cleaned up when the application crashed unexpectedly under certain circumstances.

How to update from v1.4.3

  • Delete the README files in the project root directory.
  • Copy the new README files to the project root directory.
  • Delete the old src/ folder in the project root directory entirely.
  • Copy the new src/ folder to the project root directory.

Full Changelog: v1.4.3...v1.4.4