forked from wffjwbbf/ComDesignProject
Merge branch 'simple_reid' of https://gitlink.org.cn/SeekingForJoy/ComDesignProject into simple_reid
This commit is contained in:
commit
fc711adbee
|
|
@ -78,5 +78,7 @@ if __name__ == '__main__':
|
|||
plt.ylabel("ACCK")
|
||||
plt.ylim(0.0,1.05)
|
||||
plt.title(f"CMC:query_cam{query_index} and gallery 3")
|
||||
for x, y in zip(k_index, cmc_k_list):
|
||||
plt.text(x, y + 0.025, str(y), ha='center', va='bottom', fontsize=10.5)
|
||||
plt.draw()
|
||||
plt.savefig(f"query_cam{query_index}_and_gallery_3.jpg")
|
||||
Loading…
Reference in New Issue