- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试使用 Dlib 训练人脸检测器。我选择了近 1000 张图像进行训练。根据文档,我使用该图像创建了 training_with_face_landmarks.xml
。但是,我不明白,
testing_with_face_landmarks.xml
文件使用的图像是什么?training_with_face_landmarks.xml
和 testing_with_face_landmarks.xml
文件都使用相同的图像吗?提前致谢。
最佳答案
根据 dlib引用:
- Using training images that don't look like the testing images
This should be obvious, but needs to be pointed out. If there is some clear difference between your training and testing images then you have messed up. You need to show the training algorithm real images so it can learn what to do. If instead you only show it images that look obviously different from your testing images don't be surprised if, when you run the detector on the testing images, it doesn't work. As a rule of thumb, a human should not be able to tell if an image came from the training dataset or testing dataset.
Here are some examples of bad datasets:
A training dataset where objects always appear with some specific orientation but the testing images have a diverse set of orientations.
A training dataset where objects are tightly cropped, but testing images that are uncropped.
A training dataset where objects appear only on a perfectly white background with nothing else present, but testing images where objects appear in a normal environment like living rooms or in natural scenes.
因此,不要使用训练中使用的图像。使用不同的图像进行测试。
关于python - child 数据库的 Dlib 培训,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47975948/
就目前而言,这个问题不适合我们的问答形式。我们希望答案得到事实、引用或专业知识的支持,但这个问题可能会引起辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the he
您好,我尝试根据以下数字为新字体训练 tesseract: 所有数字都在具有透明背景的 png 文件中提供。如果我从它创建一个盒子文件,训练它等等 - 一切正常! 现在的问题,同样的情况,但我想根据下
关闭。这个问题是opinion-based 。目前不接受答案。 想要改进这个问题吗?更新问题,以便 editing this post 可以用事实和引文来回答它。 . 已关闭10 年前。 Improv
我目前正在接受 Android 培训,因为我正在尝试正确隐藏导航栏。在training documentation它指出: You can hide the navigation bar on And
我正在使用 gensim 在分配给特定人员的文档上训练 Doc2Vec 模型。有1000万份文件和8000人。我不关心所有 8,000 人。我关心特定的人群(比如 1 到 500 人)。 我感兴趣的人
我不知道如何解决这个问题: http://acm.sgu.ru/problem.php?contest=0&problem=311 请帮我解决这个问题 我知道它可以用线段树来解决,但我不知道如何 最佳
我正在使用 AForge.NET ANN 并在我的训练集上对其进行训练。因为训练是单线程的,而且这个过程可能需要很长时间,我想知道是否可以运行多线程训练。 因为在训练弹性反向传播网络时使用线程是一个问
有人知道一个好的教程/文章/任何东西可以帮助我解释 JavaScript(重点是 JSON)吗? 我想教新的团队成员什么是 JSON 以及如何有效地应用它,但我不是试图重新发明轮子(并且可能做错了),
我正在尝试使用 Dlib 训练人脸检测器。我选择了近 1000 张图像进行训练。根据文档,我使用该图像创建了 training_with_face_landmarks.xml。但是,我不明白, tes
我正在使用 C 版本的 word2vec(在 https://code.google.com/archive/p/word2vec/ 中找到)并在德语版维基百科的过滤转储(约 17 GB 原始文本,约
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 我们不允许提问寻求书籍、工具、软件库等的推荐。您可以编辑问题,以便用事实和引用来回答。 关闭 6 年前。
关闭。这个问题是opinion-based .它目前不接受答案。 想改进这个问题?更新问题,以便 editing this post 可以用事实和引用来回答它. 8年前关闭。 Improve this
在训练我的 NameFinderME 时,我收到以下错误消息: 我的数据如下: some text Computing event counts... java.io.IOException: F
我想使用 C# 在 OpenNLP 中训练一个新模型。我在java部分使用了IKVM。这是我的火车的方法:(我在jv中引用了java.io,在op中引用了open.tools) public str
我正在处理 USACO 培训页面的第一个问题,它要求您提交一个简单的解决方案。虽然我的代码可以在 IDE 上编译,但 USACO 评分器给我一个错误,说找不到 main。 Run 1: Executi
***我不是在寻找解决方案帖子 我正在参加 C 语言的 Tape Equilibrium Codility 培训,这就是我所取得的进展: // you can write to stdout for
已关闭。此问题不符合Stack Overflow guidelines 。目前不接受答案。 要求我们推荐或查找工具、库或最喜欢的场外资源的问题对于 Stack Overflow 来说是偏离主题的,因为
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 我们不允许提问寻求书籍、工具、软件库等的推荐。您可以编辑问题,以便用事实和引用来回答。 关闭 7 年前。
我正在使用 opencv_haartrainaing 来训练我的级联分类器,我有一个文件夹,其中包含带有文本文件的子文件夹,而不是此处所示的 .xml 文件.... 如何获得最终的 .xml 文件?
在解决 USACO 培训问题时,我发现了动态规划。处理这个概念的第一个训练问题是一个称为子集和的问题。 问题陈述如下: 对于从 1 到 N(1 #include using namespace
我是一名优秀的程序员,十分优秀!