Skip to content
#

detection

Here are 2,104 public repositories matching this topic...

albumentations
BloodAxe
BloodAxe commented Oct 6, 2021

Enhancement

A discussion in #614 revealed a good place for improvement - we should ensure that input image is continuous upon start of the augmentation pipeline. This could be implemented by adding image = np.ascontiguousarray(image) to image and mask targets.

A proposed place to add this call - somewhere at the beginning of A.Compose.__call__.

good first issue

Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).

  • Updated Jun 29, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the detection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the detection topic, visit your repo's landing page and select "manage topics."

Learn more