├── HyperFace_A_Deep_Multi-task_Learning_Framework_for.pdf ├── README.md ├── data └── sample_data.npy ├── hyperface.ipynb ├── images ├── face_model.png └── hyperface_model.png ├── model_graphs ├── face_model.png └── hyperface_model.png ├── requirements.txt └── src ├── custom_loss.py ├── face_detection_network.py ├── hyperface_network.py ├── main.py └── region_proposals.py /HyperFace_A_Deep_Multi-task_Learning_Framework_for.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pasrichashivam/hyperface_deep_multi-task-learning_keras_implementation/HEAD/HyperFace_A_Deep_Multi-task_Learning_Framework_for.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pasrichashivam/hyperface_deep_multi-task-learning_keras_implementation/HEAD/README.md -------------------------------------------------------------------------------- /data/sample_data.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pasrichashivam/hyperface_deep_multi-task-learning_keras_implementation/HEAD/data/sample_data.npy -------------------------------------------------------------------------------- /hyperface.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pasrichashivam/hyperface_deep_multi-task-learning_keras_implementation/HEAD/hyperface.ipynb -------------------------------------------------------------------------------- /images/face_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pasrichashivam/hyperface_deep_multi-task-learning_keras_implementation/HEAD/images/face_model.png -------------------------------------------------------------------------------- /images/hyperface_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pasrichashivam/hyperface_deep_multi-task-learning_keras_implementation/HEAD/images/hyperface_model.png -------------------------------------------------------------------------------- /model_graphs/face_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pasrichashivam/hyperface_deep_multi-task-learning_keras_implementation/HEAD/model_graphs/face_model.png -------------------------------------------------------------------------------- /model_graphs/hyperface_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pasrichashivam/hyperface_deep_multi-task-learning_keras_implementation/HEAD/model_graphs/hyperface_model.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pasrichashivam/hyperface_deep_multi-task-learning_keras_implementation/HEAD/requirements.txt -------------------------------------------------------------------------------- /src/custom_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pasrichashivam/hyperface_deep_multi-task-learning_keras_implementation/HEAD/src/custom_loss.py -------------------------------------------------------------------------------- /src/face_detection_network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pasrichashivam/hyperface_deep_multi-task-learning_keras_implementation/HEAD/src/face_detection_network.py -------------------------------------------------------------------------------- /src/hyperface_network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pasrichashivam/hyperface_deep_multi-task-learning_keras_implementation/HEAD/src/hyperface_network.py -------------------------------------------------------------------------------- /src/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pasrichashivam/hyperface_deep_multi-task-learning_keras_implementation/HEAD/src/main.py -------------------------------------------------------------------------------- /src/region_proposals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pasrichashivam/hyperface_deep_multi-task-learning_keras_implementation/HEAD/src/region_proposals.py --------------------------------------------------------------------------------