fast-reid/demo/README.md

10 lines
202 B
Markdown
Raw Normal View History

2020-04-03 15:07:27 +08:00
# 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
2020-04-03 15:07:27 +08:00
```bash
cd demo/
sh run_demo.sh
2020-04-03 15:07:27 +08:00
```