摘要:
#=============================================================================== # Copyright 2014-2017 Intel Corporation # All Rights Reserved. # # If this software was obtained under the Intel Si... 阅读全文
摘要:
image_list = [] new_file_list = [] for root, _, file_list in os.walk(predict_dir): new_file_list += [file for file in file_list if ".nfs" not in file] new_file_list.sort(k... 阅读全文