Coder Social home page Coder Social logo

Comments (16)

Fei-dong avatar Fei-dong commented on May 18, 2024 1

@CongWeilin
I0222 15:35:19.157838 2982 sgd_solver.cpp:105] Iteration 60000, lr = 6.4e-08
I0222 15:35:33.670897 2982 solver.cpp:218] Iteration 61000 (68.902 iter/s, 14.5134s/1000 iters), loss = 0.795055
I0222 15:35:33.671394 2982 solver.cpp:237] Train net output #0: cls_Acc = 0
I0222 15:35:33.671587 2982 solver.cpp:237] Train net output #1: cls_loss = 0.693147 (* 1 = 0.693147 loss)
I0222 15:35:33.671883 2982 solver.cpp:237] Train net output #3: roi_loss = 0 (* 0.5 = 0 loss)
I0222 15:35:33.671980 2982 sgd_solver.cpp:105] Iteration 61000, lr = 6.4e-08
I0222 15:35:47.946030 2982 solver.cpp:218] Iteration 62000 (70.0535 iter/s, 14.2748s/1000 iters), loss = 0.786254
I0222 15:35:47.946133 2982 solver.cpp:237] Train net output #0: cls_Acc = 0
I0222 15:35:47.946175 2982 solver.cpp:237] Train net output #1: cls_loss = 0.693147 (* 1 = 0.693147 loss)
I0222 15:35:47.946262 2982 solver.cpp:237] Train net output #3: roi_loss = 0 (* 0.5 = 0 loss)
I0222 15:35:47.946286 2982 sgd_solver.cpp:105] Iteration 62000, lr = 6.4e-08

分开训练是收敛的!

from mtcnn_face_detection_alignment.

kpzhang93 avatar kpzhang93 commented on May 18, 2024

The training code may be released few months later (I am too busy to sort out them). I think you can prepare the dataset by yourself. The main idea can be found in our paper and you can e-mail to me for more details.

from mtcnn_face_detection_alignment.

anjiang2016 avatar anjiang2016 commented on May 18, 2024

few months! too long to wait,come on guys

from mtcnn_face_detection_alignment.

oppo62258801 avatar oppo62258801 commented on May 18, 2024

Come on guys! There have been about 5 months since you said sharing the training code and dataset. I think your training code and the way to prepare the dataset would help us a lot. I hope you can give us a hand and we would thank you so much.

from mtcnn_face_detection_alignment.

AMDS123 avatar AMDS123 commented on May 18, 2024

How to prepare the dataset and can you give me a hand?
How to set the weight in the different loss layers?
Is the dataset of the PNet,RNet and ONet different?
How to randomly crop the wider_face images and how many faces in the one cropped image?

from mtcnn_face_detection_alignment.

CongWeilin avatar CongWeilin commented on May 18, 2024

@amds450076077 My project provide training data https://github.com/CongWeilin/mtcnn-caffe

from mtcnn_face_detection_alignment.

whcjb avatar whcjb commented on May 18, 2024

Where is the base trust among people, it's one YEAR passed, but where is the training code???

from mtcnn_face_detection_alignment.

whcjb avatar whcjb commented on May 18, 2024

You've broken your promise to the public.

from mtcnn_face_detection_alignment.

Hzzone avatar Hzzone commented on May 18, 2024

@whcjb 你要不要这么逗。。。

from mtcnn_face_detection_alignment.

jerryhouuu avatar jerryhouuu commented on May 18, 2024

Looking forward to the release of Training code !

from mtcnn_face_detection_alignment.

whcjb avatar whcjb commented on May 18, 2024

This work is magic, when I use the method in the paper, the angle problem cant be solved, i.e. the skew faces have no solution. Planning to use spatial transform network. Any ideas about the skew faces? thanks

from mtcnn_face_detection_alignment.

zzzzzz0407 avatar zzzzzz0407 commented on May 18, 2024

hello,i would like to know the speed of detect,in paper it just said 99fps ,but my speed is juast 2fps,what about you? my gpu is tatian x

from mtcnn_face_detection_alignment.

Dawson-huang avatar Dawson-huang commented on May 18, 2024

@CongWeilin Hi, I reproduce your project, get this question: cls_loss = 0.693147

I0222 15:35:19.157838 2982 sgd_solver.cpp:105] Iteration 60000, lr = 6.4e-08
I0222 15:35:33.670897 2982 solver.cpp:218] Iteration 61000 (68.902 iter/s, 14.5134s/1000 iters), loss = 0.795055
I0222 15:35:33.671394 2982 solver.cpp:237] Train net output #0: cls_Acc = 0
I0222 15:35:33.671587 2982 solver.cpp:237] Train net output #1: cls_loss = 0.693147 (* 1 = 0.693147 loss)
I0222 15:35:33.671739 2982 solver.cpp:237] Train net output #2: pts_loss = 0.203815 (* 0.5 = 0.101908 loss)
I0222 15:35:33.671883 2982 solver.cpp:237] Train net output #3: roi_loss = 0 (* 0.5 = 0 loss)
I0222 15:35:33.671980 2982 sgd_solver.cpp:105] Iteration 61000, lr = 6.4e-08
I0222 15:35:47.946030 2982 solver.cpp:218] Iteration 62000 (70.0535 iter/s, 14.2748s/1000 iters), loss = 0.786254
I0222 15:35:47.946133 2982 solver.cpp:237] Train net output #0: cls_Acc = 0
I0222 15:35:47.946175 2982 solver.cpp:237] Train net output #1: cls_loss = 0.693147 (* 1 = 0.693147 loss)
I0222 15:35:47.946233 2982 solver.cpp:237] Train net output #2: pts_loss = 0.186213 (* 0.5 = 0.0931064 loss)
I0222 15:35:47.946262 2982 solver.cpp:237] Train net output #3: roi_loss = 0 (* 0.5 = 0 loss)
I0222 15:35:47.946286 2982 sgd_solver.cpp:105] Iteration 62000, lr = 6.4e-08

Do you know the reason?

from mtcnn_face_detection_alignment.

ouguozhen avatar ouguozhen commented on May 18, 2024

@Dawson-huang do you solve this problem? i meet the same

from mtcnn_face_detection_alignment.

Fei-dong avatar Fei-dong commented on May 18, 2024

@Dawson-huang I also meet this problem,you solve it??? thx

from mtcnn_face_detection_alignment.

lzwhard avatar lzwhard commented on May 18, 2024

@Fei-dong
@Dawson-huang
Hi guys, I also encounter this problem, will we can discuss together? my qq 739544972.

@CongWeilin
Thanks for your work, and could you open the issue?

from mtcnn_face_detection_alignment.

Related Issues (20)

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.