# -*- coding: utf-8 -*-
import os
root_path = ''
def contrastDir(file_dir):
jpg_list = []
xml_list = []
for root, dirs, files in os.walk(file_dir+'11.11'):
# 文件夹a路径
for file in files:
# -*- coding: utf-8 -*-
import os
root_path = ''
def contrastDir(file_dir):
jpg_list = []
xml_list = []
for root, dirs, files in os.walk(file_dir+'11.11'):
# 文件夹a路径
for file in files: