What's the most efficient way to stor/retrieve a numpy array to mysql by python?

前端 未结 0 599
不思量自难忘°
不思量自难忘° 2021-02-02 16:05

I\'m using MySQL db and Python. I running some face recognition queries such as below:

for encodeFace, faceLoc in zip(encodesCurFrame, facesCurFrame):
    matches         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题