You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Python Funscript Editor
2
2
3
-
A Python program that use Computer Vision to predict the funscript actions. Most of you are probably interested in the [Open Funscripter (OFS)](https://github.com/OpenFunscripter/OFS) integration of this tool. I create a hacky lua script to integrate the prediction of this tool in OFS. More information and installation instructions in [OFS Integration](https://github.com/michael-mueller-git/Python-Funscript-Editor/blob/main/docs/app/docs/user-guide/ofs-integration.md). For the application configuration see [this](https://github.com/michael-mueller-git/Python-Funscript-Editor/blob/main/docs/app/docs/user-guide/config.md) Documentation page.
3
+
A small Python program that use use Computer Vision to partially automate the generation of funscripts.
4
4
5
-
**NOTE:** The Tool could also use as an standalone application with an build in UI. Due to the limitations it is not intended for productive use.
5
+
## Getting Started
6
+
7
+
The application has an build in UI. Due to the limitations (mainly on Windows) it is not intended for productive use. Therefore i create a lua script to integrate the tool in [Open Funscripter (OFS)](https://github.com/OpenFunscripter/OFS). For the Installation see my detailed step by step [OFS Integration instruction](https://github.com/michael-mueller-git/Python-Funscript-Editor/blob/main/docs/app/docs/user-guide/ofs-integration.md). By default the application is configured for 3D Side-By-Side VR Videos. If you want to track 2D Videos you have to manually change the config! Therefore read the [configuration page](https://github.com/michael-mueller-git/Python-Funscript-Editor/blob/main/docs/app/docs/user-guide/config.md) in the application documentation.
Copy file name to clipboardExpand all lines: docs/app/docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Python Funscript Editor
2
2
3
-
A Python program that use Computer Vision to predict the funscript actions. Most of you are probably interested in the [Open Funscripter (OFS)](https://github.com/OpenFunscripter/OFS) integration of this tool. I create a hacky lua script to integrate the prediction of this tool in OFS. More information in [OFS Integration](user-guide/ofs-integration.md). For the configuration see [this](user-guide/config.md) Documentation page.
3
+
A Python program that use Computer Vision to predict the funscript actions. Most of you are probably interested in the [Open Funscripter (OFS)](https://github.com/OpenFunscripter/OFS) integration of this tool. I create a lua script to integrate the prediction of this tool in OFS. More information in [OFS Integration](user-guide/ofs-integration.md). For the configuration see [this](user-guide/config.md) Documentation page.
4
4
5
5
**NOTE:** The Tool could also use as an standalone application with an build in UI. Due to the limitations it is not intended for productive use.
Copy file name to clipboardExpand all lines: docs/app/docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Python Funscript Editor
2
2
3
-
A Python program that use Computer Vision to predict the funscript actions. Most of you are probably interested in the [Open Funscripter (OFS)](https://github.com/OpenFunscripter/OFS) integration of this tool. I create a hacky lua script to integrate the prediction of this tool in OFS. More information in [OFS Integration](user-guide/ofs-integration/index.html). For the configuration see [this](user-guide/config/index.html) Documentation page.
3
+
A Python program that use Computer Vision to predict the funscript actions. Most of you are probably interested in the [Open Funscripter (OFS)](https://github.com/OpenFunscripter/OFS) integration of this tool. I create a lua script to integrate the prediction of this tool in OFS. More information in [OFS Integration](user-guide/ofs-integration/index.html). For the configuration see [this](user-guide/config/index.html) Documentation page.
4
4
5
5
**NOTE:** The Tool could also use as an standalone application with an build in UI. Due to the limitations it is not intended for productive use.
0 commit comments