Merge branch 'simple_reid' of https://gitlink.org.cn/SeekingForJoy/ComDesignProject into simple_reid

This commit is contained in:
ken4647 2022-11-24 22:17:53 +08:00
commit fc711adbee
1 changed files with 2 additions and 0 deletions

View File

@ -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")