first commit

This commit is contained in:
zhh
2025-12-23 10:18:20 +08:00
parent 56c3987688
commit caa3abc21d
110 changed files with 0 additions and 0 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
Dockerfile Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README-AIDA-LC.md Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
app.py Normal file → Executable file
View File

0
basicsr/VERSION Normal file → Executable file
View File

0
basicsr/__init__.py Normal file → Executable file
View File

0
basicsr/archs/__init__.py Normal file → Executable file
View File

0
basicsr/archs/arcface_arch.py Normal file → Executable file
View File

0
basicsr/archs/arch_util.py Normal file → Executable file
View File

0
basicsr/archs/codeformer_arch.py Normal file → Executable file
View File

0
basicsr/archs/rrdbnet_arch.py Normal file → Executable file
View File

0
basicsr/archs/vgg_arch.py Normal file → Executable file
View File

0
basicsr/archs/vqgan_arch.py Normal file → Executable file
View File

0
basicsr/data/__init__.py Normal file → Executable file
View File

0
basicsr/data/data_sampler.py Normal file → Executable file
View File

0
basicsr/data/data_util.py Normal file → Executable file
View File

0
basicsr/data/prefetch_dataloader.py Normal file → Executable file
View File

0
basicsr/data/transforms.py Normal file → Executable file
View File

0
basicsr/losses/__init__.py Normal file → Executable file
View File

0
basicsr/losses/loss_util.py Normal file → Executable file
View File

0
basicsr/losses/losses.py Normal file → Executable file
View File

0
basicsr/metrics/__init__.py Normal file → Executable file
View File

0
basicsr/metrics/metric_util.py Normal file → Executable file
View File

0
basicsr/metrics/psnr_ssim.py Normal file → Executable file
View File

0
basicsr/models/__init__.py Normal file → Executable file
View File

0
basicsr/ops/__init__.py Normal file → Executable file
View File

0
basicsr/ops/dcn/__init__.py Normal file → Executable file
View File

0
basicsr/ops/dcn/deform_conv.py Normal file → Executable file
View File

0
basicsr/ops/dcn/src/deform_conv_cuda.cpp Normal file → Executable file
View File

0
basicsr/ops/dcn/src/deform_conv_cuda_kernel.cu Normal file → Executable file
View File

0
basicsr/ops/dcn/src/deform_conv_ext.cpp Normal file → Executable file
View File

0
basicsr/ops/fused_act/__init__.py Normal file → Executable file
View File

0
basicsr/ops/fused_act/fused_act.py Normal file → Executable file
View File

0
basicsr/ops/fused_act/src/fused_bias_act.cpp Normal file → Executable file
View File

0
basicsr/ops/fused_act/src/fused_bias_act_kernel.cu Normal file → Executable file
View File

0
basicsr/ops/upfirdn2d/__init__.py Normal file → Executable file
View File

0
basicsr/ops/upfirdn2d/src/upfirdn2d.cpp Normal file → Executable file
View File

0
basicsr/ops/upfirdn2d/src/upfirdn2d_kernel.cu Normal file → Executable file
View File

0
basicsr/ops/upfirdn2d/upfirdn2d.py Normal file → Executable file
View File

0
basicsr/setup.py Normal file → Executable file
View File

0
basicsr/train.py Normal file → Executable file
View File

0
basicsr/utils/__init__.py Normal file → Executable file
View File

0
basicsr/utils/dist_util.py Normal file → Executable file
View File

0
basicsr/utils/download_util.py Normal file → Executable file
View File

0
basicsr/utils/file_client.py Normal file → Executable file
View File

0
basicsr/utils/img_util.py Normal file → Executable file
View File

0
basicsr/utils/lmdb_util.py Normal file → Executable file
View File

0
basicsr/utils/logger.py Normal file → Executable file
View File

0
basicsr/utils/matlab_functions.py Normal file → Executable file
View File

0
basicsr/utils/misc.py Normal file → Executable file
View File

0
basicsr/utils/options.py Normal file → Executable file
View File

0
basicsr/utils/realesrgan_utils.py Normal file → Executable file
View File

0
basicsr/utils/registry.py Normal file → Executable file
View File

0
basicsr/version.py Normal file → Executable file
View File

0
client.py Normal file → Executable file
View File

0
codeformer_wrapper.py Normal file → Executable file
View File

0
codeformer_wrapper_no_path.py Normal file → Executable file
View File

0
demo.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

0
docker-compose.yml Normal file → Executable file
View File

0
facelib/detection/__init__.py Normal file → Executable file
View File

0
facelib/detection/align_trans.py Normal file → Executable file
View File

0
facelib/detection/matlab_cp2tform.py Normal file → Executable file
View File

0
facelib/detection/retinaface/retinaface.py Normal file → Executable file
View File

0
facelib/detection/retinaface/retinaface_net.py Normal file → Executable file
View File

0
facelib/detection/retinaface/retinaface_utils.py Normal file → Executable file
View File

0
facelib/detection/yolov5face/__init__.py Normal file → Executable file
View File

0
facelib/detection/yolov5face/face_detector.py Normal file → Executable file
View File

0
facelib/detection/yolov5face/models/__init__.py Normal file → Executable file
View File

0
facelib/detection/yolov5face/models/common.py Normal file → Executable file
View File

0
facelib/detection/yolov5face/models/experimental.py Normal file → Executable file
View File

0
facelib/detection/yolov5face/models/yolo.py Normal file → Executable file
View File

0
facelib/detection/yolov5face/models/yolov5l.yaml Normal file → Executable file
View File

0
facelib/detection/yolov5face/models/yolov5n.yaml Normal file → Executable file
View File

0
facelib/detection/yolov5face/utils/__init__.py Normal file → Executable file
View File

0
facelib/detection/yolov5face/utils/autoanchor.py Normal file → Executable file
View File

0
facelib/detection/yolov5face/utils/datasets.py Normal file → Executable file
View File

0
facelib/detection/yolov5face/utils/extract_ckpt.py Normal file → Executable file
View File

0
facelib/detection/yolov5face/utils/general.py Normal file → Executable file
View File

0
facelib/detection/yolov5face/utils/torch_utils.py Normal file → Executable file
View File

0
facelib/parsing/__init__.py Normal file → Executable file
View File

0
facelib/parsing/bisenet.py Normal file → Executable file
View File

0
facelib/parsing/parsenet.py Normal file → Executable file
View File

0
facelib/parsing/resnet.py Normal file → Executable file
View File

0
facelib/utils/__init__.py Normal file → Executable file
View File

0
facelib/utils/face_restoration_helper.py Normal file → Executable file
View File

0
facelib/utils/face_utils.py Normal file → Executable file
View File

0
facelib/utils/misc.py Normal file → Executable file
View File

0
icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

0
litserver_main.py Normal file → Executable file
View File

0
output/.gitkeep Normal file → Executable file
View File

0
recognition/arcface_onnx.py Normal file → Executable file
View File

0
recognition/face_align.py Normal file → Executable file
View File

0
recognition/main.py Normal file → Executable file
View File

0
recognition/scrfd.py Normal file → Executable file
View File

0
refacer.py Normal file → Executable file
View File

0
refacer_bulk.py Normal file → Executable file
View File

0
refacer_bulk_no_path.py Normal file → Executable file
View File

0
refacer_no_path.py Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More