centerface-distill

时间:2024-04-09 08:56:34
【文件属性】:

文件名称:centerface-distill

文件大小:4.07MB

文件格式:ZIP

更新时间:2024-04-09 08:56:34

Python

建立自己的人脸检测模型 这是一个CenterFace的极简实现。 依赖 Python >= 3.6 pytorch >= 1.0 torchvision pillow == 6.2 . 0 tqdm 训练 export CUDA_VISIBLE_DEVICES = 0 python train . py 初步 python api . py 博客 000 001 002 003 004 005 006 训练你自己的数据 由于这边的格式是retinaface的 # 图片名 left top width height lm1_x lm2_y .... left top width height lm1_x lm2_y .... 所以,如果你想训练一个普通的检测网络,你可以把你的标签组织成 # 图片名 left top width height left top width height 然


【文件预览】:
centerface-distill-main
----.gitignore(53B)
----README-en.md(1KB)
----datasets.py(5KB)
----samples()
--------c.jpg(35KB)
--------a.jpg(26KB)
----models()
--------mnet.py(8KB)
--------__init__.py(0B)
--------base.py(12KB)
--------loss.py(459B)
----utils.py(3KB)
----api.py(2KB)
----README.md(1KB)
----config.py(883B)
----test.py(581B)
----labels()
--------label.txt(16.35MB)
----train.py(2KB)

网友评论