Xilinx / ml-suite

Getting Started with Xilinx ML Suite

Home Page:https://aws.amazon.com/marketplace/pp/B077FM2JNS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face detect app issue in U250

mahinlma opened this issue · comments

getting error while running face detect app in alveo-u250 :

Process Process-3:
Traceback (most recent call last):
File "/usr/lib64/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/lib64/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "mp_video.py", line 210, in detect_forward
det = run_fpga.RunFPGA(param_str)
File "/home/test/Mahi/ml/apps/face_detect/run_fpga.py", line 17, in init
ret, handles = xdnn.createHandle(self._args["xclbin"], "kernelSxdnn_0")
AttributeError: 'module' object has no attribute 'createHandle'