mirror of https://github.com/JDAI-CV/fast-reid.git
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
|
||
|
```
|