xiuqhou / Salience-DETR

[CVPR 2024] Official implementation of the paper "Salience DETR: Enhancing Detection Transformer with Hierarchical Salience Filtering Refinement"
https://arxiv.org/abs/2403.16131
Apache License 2.0
139 stars 8 forks source link

[Bug]: 可视化指令执行后,visualization文件夹并没有保存相应预测的图片 #46

Open ChamberlainZBY opened 1 month ago

ChamberlainZBY commented 1 month ago

Bug

python inference.py --image-dir /path/to/images --model-config /path/to/model.py --checkpoint /path/to/checkpoint.pth --show-dir /path/to/dir

环境信息

No response

补充信息

No response

xiuqhou commented 1 month ago

这个bug已经有人提出了issue,可以参考其中的步骤来解决:https://github.com/xiuqhou/Salience-DETR/issues/44