deepfates / memery

Search over large image datasets with natural language and computer vision!
https://deepfates.com/memery
MIT License
525 stars 27 forks source link

Cannot search through softlinked directories #26

Closed wkrettek closed 2 years ago

wkrettek commented 2 years ago

I'm trying to use a meme directory in my project folder that is softlinked to somewhere else on my system. Whenever I try to use it as my directory in the app it will begin searching the folder but give me a FileNotFoundError for a random file in the directory. Not sure what's causing it or if there's an easy fix for this.

wkrettek commented 2 years ago

Ok this seems to be working fine now. The error must have been caused by a separate issue that we've since fixed. It probably had to do with corrupt file handling. Closing