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

A framework of face cluster

Results 4 face-cluster-framework issues
Sort by recently updated
recently updated
newest added

************Init the face feature extract model*************** => creating model 'resnet50' => loading checkpoint 'pretrain_models/res50_cosface.pth.tar' => Extracting face features with the input path data/input_pictures/data_sample...... [Time] Extract Feature consumes 6.6241 s [Time]...

机器没有显卡,按提示安装了faiss-cpu,Torch也选择了cpu版本( torch==1.8.1+cpu torchvision==0.9.1+cpu)。 代码修改了parser.add_argument('--is_cuda', default='False', type=str)。但运行起来报错: raise AssertionError("Torch not compiled with CUDA enabled") AssertionError: Torch not compiled with CUDA enabled 这个框架能在没有cuda的环境下运行吗?

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)