ISeeNN
ISeeNN copied to clipboard
Search with user uploaded image and database image are not well designed
Because currently we store user uploaded image and database image in different collections, too many codes heavily rely on condition statement as if from_db.
Current difficulty of unifying the two collections:
- Database images are stored on disk, while user uploaded images are directly in the database
- We do not want to insert every user uploaded image into the database instantly.