Skip to content
#

detection

Here are 1,177 public repositories matching this topic...

auphofBSF
auphofBSF commented Aug 21, 2019

A more consistent and multi-functional global level of verbosity control,
suggest an enhancement that will see print(...) in project be converted to using the python logging. module

import logging
#Then instead of print() use either
logging.info(......)
#or
logging.debug(.....)
#or
logging.warning(....)
#or
#logging.error()

In that way verbosity can be globally

sgermanserrano
sgermanserrano commented Mar 15, 2019

New Feature

Autoware launcher documentation and example to follow through needs updating.

Related to #1950 and #2056

The following need clarification/correction:

  • Profile: purpose of this launch file, how to put a custom one together, etc. The current one just says dummy inside.
  • Add information in the second terminal that pops up, at the moment it is completely dark.
DanBehrendt
DanBehrendt commented Aug 20, 2019

Describe the bug
Project settings -> tags, are not saved unless user hits 'Enter' after typing new tag.

To Reproduce
Steps to reproduce the behavior:

  1. In project settings, add new tag.
  2. Click 'Save Project'.
  3. Exit project settings pane and return.
  4. New tag is not saved.

Expected behavior
Tag should be saved when clicking 'Save Project'.

Screenshots
If a

Ditwoo
Ditwoo commented Mar 14, 2020

Description
In some rare cases, for example, when you need to finetune a large model on a small dataset the majoring part of training loop is waiting for saving model checkpoints to a hard drive.

Proposal
Would be logically to add a CheckpointCallback with parameter save_n_best=0 to a configuration and do not store best checkpoints and instead use the latest state of the model.

YQyangqian
YQyangqian commented Dec 3, 2018

when i follow the recommended consul-upgrade steps, i have the following doubt:

At the beginning, i have 3 consul server(A/B/C) with one in bootstrap mode(A).

when i run 'consul leave' command in the server with bootstrap-mode(A), the remaining 2 servers will elect new leader(B). no error here.
when i restart A with bootstrap mode, there comes the error.
should i remove the bootstrap opti

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 13, 2020
  • 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

You can’t perform that action at this time.