You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Face recog inferenceing may block the main thread, it's best we implement it is in a seperate thread - may be it a worker or using green threading.
The text was updated successfully, but these errors were encountered:
Correction, doing such a heavy task in Component.Update() would be taxing for the scene graph causing slowdowns in the scene itself. Consider using System.Threading.Tasks.
Since Face recog inferenceing may block the main thread, it's best we implement it is in a seperate thread - may be it a worker or using green threading.
The text was updated successfully, but these errors were encountered: