mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
10 lines
202 B
Markdown
10 lines
202 B
Markdown
# FastReID Demo
|
|
|
|
We provide a command line tool to run a simple demo of builtin models.
|
|
|
|
You can run this command to get cosine similarites between different images
|
|
|
|
```bash
|
|
cd demo/
|
|
sh run_demo.sh
|
|
``` |