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
Simply unzip the downloaded zip archive and run the below command in command prompt:
94
+
Download the pre-built binaries for Windows <ahref="https://github.com/code2k13/starrem2k13/releases/download/v2.1_win/starrem2k13_win.zip">here</a>. Simply unzip the downloaded zip archive and run the below command in command prompt:
Download the pre-built binaries for Linux <ahref="https://github.com/code2k13/starrem2k13/releases/download/v2.0_linux/starrem2k13_ubuntu_20.04.tar.gz">here</a>.They have been tested with Ubuntu 20.04 and should work with other Linux distros. Execute the following commands:
Unzip all the contents of the downloaded archive to a folder. Open Terminal, navigate to the
135
-
folder and
136
-
type the following command: <br/>
134
+
Download the pre-built binary for MacOS <ahref="https://github.com/code2k13/starrem2k13/releases/download/v2.0_macos/starrem2k13_macos_12.tar.gz">here</a>. The executable should work with most versions of MacOS. Unzip all the contents of the downloaded archive to a folder. Open Terminal, navigate to the
<h4>Where can I find source code for this tool?</h4>
180
+
<p>
181
+
<spanclass="fw-bold">Where can I find source code for this tool?</span><br/>
182
+
The source code is available here : <ahref="https://github.com/code2k13/starrem2k13">https://github.com/code2k13/starrem2k13</a></p>
183
183
184
-
<h4>Can I train my own model and use with this tool?</h4>
184
+
<p></p><spanclass="fw-bold">Can I train my own model and use with this tool?</span><br/>
185
+
Yes you can, please refer to this section : <ahref="https://github.com/code2k13/starrem2k13#training-model-on-your-images">https://github.com/code2k13/starrem2k13#training-model-on-your-images</a></p>
185
186
186
187
187
-
<h4>I need help?</h4>
188
+
<p><spanclass="fw-bold">I need help? </span><br/>
189
+
You can reach out to me on Twitter <ahref="https://twitter.com/patilsaheb">@patilsaheb</a></p>
188
190
189
-
<h4>I think I found a bug or issue with the code ?</h4>
191
+
<p><spanclass="fw-bold">Why is the startup of the program so slow ?</span><br/>
192
+
I use <ahref="https://pyinstaller.org/en/stable/">PyInstaller</a> to create executables from my Python scripts. This tool basically creates a bundle with python, required dependencies, my scripts and
193
+
model weights. When it runs, it needs to unpackage everything , which takes time.</p>
0 commit comments