ArcFace-Multiplex-Recognition icon indicating copy to clipboard operation
ArcFace-Multiplex-Recognition copied to clipboard

Requirements and English help

Open MyraBaba opened this issue 5 years ago • 3 comments

Hi,

We want to test your project.

Would mind to let us know the steps to have working system ?

What is the requirement? Also english help inside the codes please. It could be very useful.

MyraBaba avatar Jun 05 '19 19:06 MyraBaba

pip3 install coloredlogs h5py sklearn 
mxnet-cu101 keras pandas 
ujson mss python-socketio easydict 
matplotlib eventlet scikit-image 
aiohttp imutils websockets Cython --user

1996scarlet avatar Jun 15 '19 07:06 1996scarlet

Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/usr/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "usb_camera.py", line 138, in Process(target=lambda: asyncio.run(embedding_loop(preload))).start() NameError: name 'asyncio' is not defined

Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/usr/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "usb_camera.py", line 139, in Process(target=lambda: asyncio.run(detection_loop(preload))).start() NameError: name 'asyncio' is not defined

Exception in thread Thread-3: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/usr/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "usb_camera.py", line 140, in Process(target=lambda: asyncio.run(upload_loop())).start() NameError: name 'asyncio' is not defined

Traceback (most recent call last): File "usb_camera.py", line 141, in asyncio.run(camera_loop(preload)) NameError: name 'asyncio' is not defined

jibsamGarcia avatar Nov 08 '19 23:11 jibsamGarcia

Hi @1996scarlet, What about version of package? Best regards, PeterPham

ThanhPham1987 avatar Oct 15 '20 08:10 ThanhPham1987