face-cluster-framework icon indicating copy to clipboard operation
face-cluster-framework copied to clipboard

data/tmp/pic_path

Open zengwb-lx opened this issue 4 years ago • 5 comments

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)

zengwb-lx avatar Jan 06 '21 08:01 zengwb-lx

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()

xiaoxiong74 avatar Jan 06 '21 08:01 xiaoxiong74

thanks,I see

zengwb-lx avatar Jan 06 '21 09:01 zengwb-lx

@zengwb-lx @xiaoxiong74 can you pass the pre-trained models through other cloud services than Baidu. Unable to download the files

shanudhawale avatar Feb 23 '21 13:02 shanudhawale

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.

zengwb-lx avatar Feb 24 '21 01:02 zengwb-lx

yeah works fine with ArcFace feature extraction

shanudhawale avatar Feb 24 '21 05:02 shanudhawale