Giter VIP home page Giter VIP logo

mtcnn-pytorch-1's Introduction

mtcnn-pytorch

https://blog.csdn.net/On_theway10/article/details/102628169

results:

Test an image

  • run > python demo.py

Training data prepraring

  • download WIDER FACE (passcode:lsl3) face detection data then store it into ./data_set/face_detection
    • run > python ./anno_store/tool/format/transform.py change .mat(wider_face_train.mat) into .txt(anno_train.txt)
  • download CNN_FacePoint face detection and landmark data then store it into ./data_set/face_landmark

Training

  • preparing data for P-Net

    • run > python detlib/preprocess/gen_Pnet_train_data.py
    • run > python detlib/preprocess/gen_landmark.py # modify the img_size = 12
    • run > python detlib/preprocess/assemble_pnet_imglist.py
  • train P-Net

    • run > python detlib/train_net/train_p_net.py
  • preparing data for R-Net

    • run > python detlib/preprocess/gen_Rnet_train_data.py (maybe you should change the pnet model path)
    • run > python detlib/preprocess/gen_landmark.py # modify the img_size = 24
    • run > python detlib/preprocess/assemble_rnet_imglist.py
  • train R-Net

    • run > python detlib/train_net/train_r_net.py
  • preparing data for O-Net

    • run > python detlib/preprocess/gen_Onet_train_data.py
    • run > python detlib/preprocess/gen_landmark.py # modify the img_size = 48
    • run > python detlib/preprocess/assemble_onet_imglist.py
  • train O-Net

    • run > python detlib/train_net/train_o_net.py

mtcnn-pytorch-1's People

Contributors

ontheway361 avatar

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.