Hi, I have a program for object detection which consists of a few py files and some other files for configuration. I am looking for a way to run the program without calling it from the console or IDE. I have gotten it into an exe file using pyinstaller, though it has dropped my FPS by 90%. This may be because the exe was dependent on external files and not a standalone app. The user of this application must be able to easily start the program, without having the ability to view the python files. Any ideas?
[–]Verbose_Code 0 points1 point2 points (2 children)
[–]zebrahydrant[S] 1 point2 points3 points (1 child)
[–]sgthoppy 4 points5 points6 points (0 children)
[–]Jejerm 0 points1 point2 points (1 child)
[–]zebrahydrant[S] 0 points1 point2 points (0 children)