24 lines
404 B
Markdown
24 lines
404 B
Markdown
# Immagini di test
|
|
|
|
Inserire in questa directory immagini locali per verificare:
|
|
|
|
- rilevamento dei volti;
|
|
- bounding box;
|
|
- landmark;
|
|
- generazione degli embedding;
|
|
- cosine similarity;
|
|
- output JSON.
|
|
|
|
Esempio:
|
|
|
|
```bash
|
|
./bin/face_recognition test/reference.jpg test/query.jpg
|
|
```
|
|
|
|
Oppure:
|
|
|
|
```bash
|
|
./bin/face_scan test/image.jpg
|
|
```
|
|
|
|
Le immagini sono escluse dal repository tramite `.gitignore`.
|