mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
feat: new LEAP model
This commit is contained in:
parent
5d5eea2ce1
commit
d7dae8724d
40613
EyeTrackApp/Models/LEAP062120246epoch.onnx
Normal file
40613
EyeTrackApp/Models/LEAP062120246epoch.onnx
Normal file
File diff suppressed because one or more lines are too long
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user