mirror of https://github.com/JDAI-CV/fast-reid.git
parent
aadfa92943
commit
c7ced7a5d1
demo
|
@ -7,4 +7,12 @@ You can run this command to get cosine similarites between different images
|
|||
```bash
|
||||
cd demo/
|
||||
sh run_demo.sh
|
||||
```
|
||||
```
|
||||
|
||||
What is more, you can use this command to make thing more interesting
|
||||
```bash
|
||||
export CUDA_VISIBLE_DEVICES=0
|
||||
python3 demo/visualize_result.py --config-file ./configs/VeRi/sbs_R50-ibn.yml --actmap --dataset-name 'VeRi' --output logs/veri/sbs_R50-ibn/eval --opts MODEL.WEIGHTS logs/veri/sbs_R50-ibn/model_best.pth
|
||||
```
|
||||

|
||||
where `--actmap` is used to add activation map upon the original image.
|
||||
|
|
Loading…
Reference in New Issue