Code Monkey home page Code Monkey logo

darknet_face_with_landmark's People

Contributors

daybreak-u avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

darknet_face_with_landmark's Issues

training problem

Dear all,

I try to train this model with wider_face data in the darknet, some time, total_loss is nan when in yolo layer "iou_loss=ciou". When i change "iou_loss=diou", this problem doesnt occur.

Did anyone have same problem. Can you suggest me solve it. Thank you

the test speed

Good job!I wonder the test speed.Could you provide the test speed in gpu or cpu environment?Thank you!

转为caffe模型

请问有没有好工具能把模型转为caffe的? 尝试把onnx的转为caffe时,onnx2caffe中报错LeakyRelu is not supported

請問您訓練出mbv3small_yolov3_face.weights 如何先取得預訓練的?

您說與darknet上訓練相同
在darknet上訓練yolov3,會先需要下載darknet53.conv預訓練來進行訓練
大老您也是用darknet53.conv來做嗎?
那另外想請問 mbv3small_yolov3_face.cfg要用哪一個來進行預訓練? 是yolov3-tiny.conv.11?!

目前只能使用yolov3嗎 能使用到tiny-yolov3嗎? 或者甚至是yolov4/tiny-yolov4

謝謝

@DayBreak-u

关于训练自己的关键点检测模型

尊敬的作者,您好。
我想知道您在训练过程中数据集中label是什么格式的,是采用什么工具对人脸的关键点进行标注,谢谢。

版本

你好,请问这项目是在C的环境下编译的吗,有没有python版本的呢?相对而言,这个darknet c版本编译比较难,不好上手啊。

请问yolo的检测结果如何在widerface上进行测试呢

您好,非常感谢您工作。我在使用yolov3进行预测后,生成的labels文件夹无法使用widerface文件夹中的evaluate.py进行测试,请问您是如何使用的呢,需要将yolo的训练结果进行转换吗?谢谢~

HSWISH Error while make

Hi, I was trying to make your repo but got this, how can I fix this?

./src/activations.c: In function ‘get_activation’:
./src/activations.c:59:42: error: ‘HSWISH’ undeclared (first use in this function); did you mean ‘SWISH’?
if (strcmp(s, "hswish") == 0) return HSWISH;
^~~~~~
SWISH
compilation terminated due to -Wfatal-errors.
Makefile:162: recipe for target 'obj/activations.o' failed
make: *** [obj/activations.o] Error 1

Also, what is the logic in your cfg file?
I was trying to run the model in Alexey, the filters before every yolo layer should be
(class+coords+1)*mask right? But when I change it doesn't work.

Thank you!

训练过程中,读取图片的过程中,线程一直等待,无法继续训练问题

你好,
非常感谢你的工作。上周用你的代码训练了其他任务的检测和关键点定位模型,但是在训练的过程中,总是出现 《读取图片的过程中,线程一直等待,无法继续训练问题》,

图片内容可能不能显示,具体内容如下:
第一次训练:
2244: 2.664922,2.490456 avg loss, 0.001000 rate, 0.701170 seconds, 71808 images, 62.321252 hours left

第二次训练:

2256: 2.414187, 2.562203 avg loss, 0.001000 rate, 0.712135 seconds, 72192 images, 42.599252 hours left

如上面所示,训练了好几次,都是这种情况,也不报错,就是不继续运行了,我理解的应该是线程的问题,请问你能帮忙看看怎么解决这个问题吗?谢谢!

我还把开辟64个线程改为开辟1个线程,也是报上面的错误。

关于num outputs问题

您好 我在做转caffe及测试的时候发现 你的三个卷积层最后的输出通道数 好像和我想象的不一样 按我的理解 一个face类加xyhw confidence 是6 至少来说输出通道数应该是6的倍数 所以这里有点不太明白 您是不是后处理和yolo还不太一样

widerface val

The valid label hasn't key points, only face box.
Could you please provide the validation label with key points?
Thank you!

darknet53

膜拜大佬

大佬有尝试过v4里面的CSPDarknet53吗

Face detective img crop

Hi, buddy, thank your wonderful project, I was success face detect in custom images. But next I want crop the face region and output a .png file, how I modify the yolo_landmark.py(for example) demo like in the def cvDrawBoxes(detections, img ,ratio_w , ratio_h ) function, and let the predictions.jpg(yolo output) obtain a face_crop region(just I need a face local output). How can I let the yolo frame output it?

where is your data?

在使用scripts/retinaface2yololandmark.py脚本将retinaface的标记文件转为yolo的格式使用

找不到数据信息

训练时报错Warning: in txt-label class_id = -2147483648 > classes=1 in cfg-file

大佬你好,我用retinaface2yololandmark.py文件制作完数据集后,运行train_face_landmar.sh进行训练,然后打印出了如下错误:
Warning: in txt-label class_id = -2147483648 > classes=1 in cfg-file。 In txt-labels class_id should be [from 0 to 0]
truth.x = 很大的一个数

定位问题发现在scr/yolo_layer.c里面,然而目前还有解决。

所以有两个问题:

  1. 定位的问题是不是准确的? 2. 有啥建议的解决方案么。。。

PS: 肉眼看生成的label.txt没啥问题

The inference speed is slower than yolov3

I test this repo using 416*416 size. under win10 , NVIDIA GTX 1060 GPU
Each picture inference time is about average 112ms.
But when i use stand yolov3.cfg to detector ordinary object ,each picture takes about average 38 ms .
Why this network is so much slower than yolov3 network ?

I am getting low fps

when I ran this model on webcam I am getting 10 fps on 1080ti and when I typed nvidia-smi it's using nearly 400mb of GPU and CPU is also being used two core 100 percent.
here is the command I have used to run video
./darknet detector demo ./data/face.data ./cfg/mbv2_yolov3_face.cfg ./models/mbv2_yolov3_face_final.weights -c 0

关键点检测

您好,请问您使用的关键点检测技术是参考的哪篇论文呢?

Can we do face embedding

@ouyanghuiyu good work even I was also working on a similar project on darknet. Can we use darknet to get 512 face embedding like InsightFace.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.