Skip to content
#

tracking

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

ZhiyuanChen
ZhiyuanChen commented Jul 21, 2020

Well #77 didn't work for me while resuming from checkpoint_18.pth. The problem is when we resume, the model and optimizer passed in the restore_from function are suitable for epoch less than 10 (till backbone is not training) because the cfg.TRAIN.START_EPOCH is 0 (passed in build_opt_lr function just before restore_from) initially so this mismatches the optimizer after backbone start training. So

bug good first issue has workaround small

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 May 2, 2022
  • JavaScript
kelsos
kelsos commented Oct 25, 2021

Problem Definition

This issue regards the following endpoint GET /api/(version)/actions/ignored,
along with the ignore/unignore endpoints.

While the documentation specifies that some of the GET might include "_" in the keys, this is not what has been observed.

Instead, the endpoint uses the action type a

good first issue frontend backend easy

Improve this page

Add a description, image, and links to the tracking 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 tracking topic, visit your repo's landing page and select "manage topics."

Learn more