Chi Ho CHAN
Chi Ho CHAN
Hi, I have tried to rerun your work on FDDB, but I am not able to repeat your result. I based on your report to 1. in lines 49 (scanpic_fast_only12_24_48_newmodel_submean_demo),...
Hi, I have just evaluated your 20-layer CNN architecture caffemodel in Megaface. The results are below: Rank-1 Identification Accuracy with 1 Million Distractors, Set1 (FaceScrub ) 77.6892% (75.766% is their...
in Your code: def mixup_data(x, y, alpha=1.0, use_cuda=True, per_sample=False): '''Compute the mixup data. Return mixed inputs, pairs of targets, and lambda''' batch_size = x.size()[0] if use_cuda: index = torch.randperm(batch_size).cuda() else:...
Namespace(weights='./yolov7-w6-face.pt', img_size=960, conf_thres=0.01, iou_thres=0.5, device='4', classes=None, agnostic_nms=False, augment=False, update=False, project='runs/detect', name='exp', exist_ok=False, line_thickness=3, hide_labels=False, hide_conf=False, kpt_label=5, save_folder='./widerface_evaluate/yolov7-w6-im960/', dataset_folder='/vol/research/project/Chan/insightface/detection/retinaface/data/retinaface/val/images/') YOLOv5 \ufffd 198076d torch 1.11.0 CUDA:4 (GeForce GTX TITAN X, 12212.8125MB) Fusing...