Simple Logo Search with faiss(facebook)
# CPU-only version
$ conda install -c pytorch faiss-cpu
# GPU(+CPU) version
$ conda install -c pytorch faiss-gpu
TODO: use yolo onnx for inference.
- image search: resnet, fingerprinting
- text search: ibot, mocov3, CLIP
- for each feature/model, make it a service, so that the main application can access.
- enable multiple models being used simultaneously.