zhouyuchong / face-recognition-deepstream

Deepstream app use retinaface and arcface for face recognition.
MIT License
58 stars 12 forks source link

No module named 'kbds.util.fdfs_util' #14

Closed syedmustafa54 closed 2 years ago

syedmustafa54 commented 2 years ago

Hello @zhouyuchong thanks for the new update, but getting the error no module

from kbds.util.fdfs_util.fdfs_util import FastDfsUtil
ModuleNotFoundError: No module named 'kbds.util.fdfs_util'
qustions commented 2 years ago

Hello @syedmustafa54 I think the problem is @zhouyuchong forgot to comment this line comment that line and check the code.

zhouyuchong commented 2 years ago

@syedmustafa54 you can delete this line since there is no need to import this package. I'm using fastfdfs to upload images and npy files to server.