Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Oct 10:36
· 493 commits to main since this release

Python-Funscript-Editor v0.1.0

Application documentation for this Version: docs v0.1.0.

Changelog

  • Add an easy OFS Extension Installer. Read the Installation Instruction for more information.
  • Improve Change Point detection (#10) by adding additional points when the signal change more than the rolling standard deviation. The additional changepoints are enabled by default an can be disabled with this config entry. If you want the result from the older Versions set this option to False.
  • Automatic pause the Funscript Generator on scene change (#9). With default setting the application read the csv from PySceneDetect in the same directory where the video is located. If such a csv file not exist this feature get automatically disabled. You can also use an build in online scene change algorithm by change this config entry.
  • Add user reaction time to hyperparameter config. This parameter specify the reaction time of the user to stop an inaccurate tracking. The parameter is used to clean up the bad tracking results.
  • Add Options to get the inverted Change Points to the settings menu.
  • Add Option to use up to 5 trackers to improve the accuracy of the tracking results. We us the average of all tracker for the prediction. For the most cases one tracker should be sufficient.

Important notes

I recommend to use at least version v0.1.4 where i fix an tracking bug for the v0.1.x releases.