sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
884 stars 209 forks source link

#2253: Use Java to convert double array to numpy array #2255

Closed aberenguel closed 5 days ago

aberenguel commented 6 days ago

With this fix, it works with Python 3.12 + FaceRecognition 1.3.0

lfcnassif commented 6 days ago

Thanks @aberenguel! Have you tested on Windows?

aberenguel commented 6 days ago

Not yet. But it leads to another problem in another Linux machine ("face_encodings" being read as boolean array). I'm testing another solution.

lfcnassif commented 5 days ago

Thanks for this PR @aberenguel. But since simply upgrading to JEP to 4.2.0 will fix the issue, I'll close this without merging, thank you!