Skip to main content

No project description provided

Project description

Face Detection on Thermal Image

Python PyTorch

Sample


Installation

Before installing, make sure the following packages are available:

  • Numpy
  • PyTorch (I recommend to install your PyTorch from following website)
  • PIL
  • OpenCV

To Install, run the following command:

pip install mctthermalface

Only available in PIP, not in Conda

Usage

import mctthermalface
from PIL import Image

detector = ThermalFace.Detector('thermal_face_detection.pt')
img = Image.open("img_path")
bbox = detector.detect(img)

Model Download

Click Here To Download thermal_face_detection.pt


Sample Usage

Check this notebook


Credits

Original Works by: Diza Febriyan Hasal on his Bachelor Thesis about Detecting Face in Thermal Image. Reworked by Martin Clinton Manullang to adjust the performance, adaptability, and compatibility (2023).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mctthermalface-0.2.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

mctthermalface-0.2.0-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page