The Wayback Machine - https://web.archive.org/web/20220501055025/https://github.com/topics/dlib
Skip to content
#

dlib

Here are 619 public repositories matching this topic...

TheDeathConqueror
TheDeathConqueror commented Aug 19, 2019

I found a new tool makesense who is trying to do the same thing that you're already doing. Probably with some new thoughts in mind. I recently asked the author how that tool is doing differently: SkalskiP/make-sense#23

The author responded that we need multiple clicks while labeling in imglab. Though I didn't understand it well as I can control most of the things with

libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.

  • Updated Feb 10, 2022
  • Python
DlibDotNet
KinyaIwamoto
KinyaIwamoto commented Aug 31, 2021

Summary of your issue

I was building "DlibDotNet.Native.Dnn" on the command line, referring to the web page "Tutorial for Windows". When I do a debug build, I get an error as shown below and the build stops.

net0.cpp
net1.cpp
net2.cpp
net3.cpp
net4.cpp
net5.cpp
output.cpp
adam.cpp
sgd.cpp
tensor.cpp
validation.cpp
D:\GitHub\DlibDotNet\src\DlibDotNet.Native.Dn

jerry-git
jerry-git commented Mar 24, 2018

OpenCV putText does not seem to support newlines so this requires some logic to be implemented. Some things to think about:

  • a config var for max length per line?
  • how to do the actual splitting? I guess words should not be split and it's nice to show lines which have approximately the same length.
enhancement good first issue

Improve this page

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

Learn more