VGGFace2-HQ icon indicating copy to clipboard operation
VGGFace2-HQ copied to clipboard

A high resolution face dataset for face editing purpose

Results 13 VGGFace2-HQ issues
Sort by recently updated
recently updated
newest added

After following the instructions to setup the environment, `./insightface_func/models`, and `./experiments/pretrained_models`... Running the following command: ``` python scripts/crop_align_vggface2_FFHQalign.py --input_dir $DATAPATH$/VGGface2/train --output_dir_ffhqalign $ALIGN_OUTDIR$ --mode ffhq --crop_size 256 ``` Results in the...

>python scripts/crop_align_vggface2_FFHQalign.py --input_dir $DATAPATH$/VGGface2/train --output_dir_ffhqalign $ALIGN_OUTDIR$ --mode ffhq --crop_size 256 input mean and std: 127.5 127.5 find model: ./insightface_func/models\antelope\glintr100.onnx recognition find model: ./insightface_func/models\antelope\scrfd_10g_bnkps.onnx detection set det-size: (320, 320) Traceback (most...

Hi, **Command:** python scripts/inference_gfpgan_forvggface2.py --input_path out --batchSize 8 --save_dir final (Folder "out" and "final" both exist). **Error displayed:** ![image](https://user-images.githubusercontent.com/87626308/142708080-8f6ef231-434f-473d-8cb1-a843b69b3807.png) This looks like it may be another issue similar to what...