face-cluster-framework
face-cluster-framework copied to clipboard
data/tmp/pic_path
hello, can you tell me what 'data/tmp/pic_path' is .thanks! print("=> Start copy pictures to the output path {} ......".format(args.output_picture_path)) with open('data/tmp/pic_path', 'r') as f: content = f.read() picture_path_dict = json.loads(content)
hello, can you tell me what 'data/tmp/pic_path' is .thanks! print("=> Start copy pictures to the output path {} ......".format(args.output_picture_path)) with open('data/tmp/pic_path', 'r') as f: content = f.read() picture_path_dict = json.loads(content)
@zengwbz it‘s a file contains the path of all the pictures. you can see in tools.utils get_img()
thanks,I see
@zengwb-lx @xiaoxiong74 can you pass the pre-trained models through other cloud services than Baidu. Unable to download the files
You can use your own feature extraction model
发自我的iPhone
------------------ Original ------------------ From: Shanu Dhawale <[email protected]> Date: Tue,Feb 23,2021 9:12 PM To: xiaoxiong74/face-cluster-framework <[email protected]> Cc: zengwb-lx <[email protected]>, Mention <[email protected]> Subject: Re: [xiaoxiong74/face-cluster-framework] data/tmp/pic_path (#1)
@zengwb-lx @xiaoxiong74 can you pass the pre-trained models through other cloud services than Baidu. Unable to download the files
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
yeah works fine with ArcFace feature extraction