Commit b35f4444 authored by 高雅喆's avatar 高雅喆

update

parent f79da5fd
......@@ -157,4 +157,6 @@ if __name__ == '__main__':
all_device_portrait_result[device] = portrait_result
# 比较两个tag列表的重合率
rate = get_2_tags_coincide_rate(all_device_order_tags, all_device_portrait_result, 3, 1)
\ No newline at end of file
rate = get_2_tags_coincide_rate(all_device_order_tags, all_device_portrait_result, 3, 1)
except Exception as e:
print(e)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment