MegaMosquito / achatina

Some slowly evolving examples that do visual inferencing on small computers.
MIT License
9 stars 9 forks source link

Remove monitor `DetectThread` class #61

Closed clementkng closed 2 years ago

clementkng commented 2 years ago

We don't need to create a new subclass for Thread if we simply pass the run method into threading.Thread. See here.