mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
add actmap
add actmap
This commit is contained in:
parent
aadfa92943
commit
c7ced7a5d1
@ -8,3 +8,11 @@ You can run this command to get cosine similarites between different images
|
||||
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…
x
Reference in New Issue
Block a user