sometastycake
Results
2
issues of
sometastycake
I wrote library too and want to offer it https://github.com/sometastycake/asynchuobi
```python from insightface.app import FaceAnalysis app_face = FaceAnalysis(name='antelopev2', root='./', providers=['CPUExecutionProvider']) app_face.prepare(ctx_id=0, det_size=(640, 640)) ``` If I initialize an object in a global and use it in different processes, is it...