Skip to content

NumPyCNNAndroidv0.2-Threading

Latest
Compare
Choose a tag to compare
@ahmedfgad ahmedfgad released this 04 Jun 15:13
· 6 commits to master since this release
61b926b

Using a new thread to perform the calculations of the CNN layers rather than using the main thread. This prevents time-consuming operations from freezing the application GUI.

threading.Thread(target=self.run_cnn_thread).start()