feat: new LEAP model

This commit is contained in:
Prohurtz 2024-06-21 16:41:09 -05:00
parent 5d5eea2ce1
commit d7dae8724d
2 changed files with 40614 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -51,7 +51,7 @@ class LEAP_C(object):
# Config variables
self.num_threads = 1 # Number of python threads to use (using ~1 more than needed to achieve wanted fps yields lower cpu usage)
self.queue_max_size = 1 # Optimize for best CPU usage, Memory, and Latency. A maxsize is needed to not create a potential memory leak.
self.model_path = resource_path(models / 'LEAP06212024.onnx')
self.model_path = resource_path(models / 'LEAP062120246epoch.onnx')
self.low_priority = (
False # set process priority to low (may cause issues when unfocusing? reported by one, not reproducable)