文件名称:SmileDetection
文件大小:33.73MB
文件格式:ZIP
更新时间:2024-04-19 16:28:36
Python
微笑检测 作者:尼娜·基拉科斯扬(Nina Kirakosyan),莉莉特·甘迪扬(Lilit Ghandilyan),里马·沙巴赞 这是“微笑/情绪检测项目”存储库。 使用安装环境 conda env create -f smile_requirements.yml 激活环境 conda activate SmileEnvironment
【文件预览】:
SmileDetection-main
----.gitignore(2KB)
----model_training.py(4KB)
----images()
--------train()
--------test()
----data_access.py(4KB)
----run.py(2KB)
----models()
--------InceptionV3_pretrained.py(2KB)
--------VGG16.py(2KB)
--------BKNet.py(4KB)
--------VGG_Face.py(3KB)
----README.md(288B)
----InceptionV3_train.py(1KB)
----vgg_face_train.py(947B)
----environment.yml(3KB)
----smile_requirements.yml(199B)
----preprocessing()
--------face_detection_models()
--------AugmentedImageGenerator.py(2KB)
--------augment_data.py(1KB)
--------FaceDetector.py(1KB)
----vgg_train.py(936B)