Skip to content
#

detection

Here are 1,938 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__.

buixor
buixor commented Jun 2, 2021

Is your feature request related to a problem? Please describe.
When the user is running cscli dashboard setup and the available resources are obviously lacking (people tend to think that the dashboard might not require more resources than crowdsec itself), we should warn the user.

Describe the solution you'd like
Warn the user and/or ask for a confirmation if the available res

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 Dec 28, 2021
  • 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