You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you describe your problem in more details? I don't understand why you want save file descriptor to database. File descriptor - it is uniq id to the file in some running process. If the file or process closes, the file descriptor gets freed and you can't do with it number anything.
Currently looks-same can compare images only by image paths on file system. So you can save image somewhere on your fs and write path to it in database. Or you can save binary data of the image and before compare save it to the file in file system.
Is it possible to save image descriptors to database and compare new images with old ones?. Any idea would be helpful.
The text was updated successfully, but these errors were encountered: