Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.ip.mtcnn bob.ip.mtcnn
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.ip.mtcnnbob.ip.mtcnn
  • Issues
  • #1
Closed
Open
Issue created Nov 02, 2017 by Olegs NIKISINS@onikisinsContributor

Lot's of information is printed when running face detection script

When I run the following simple script a lot of data is printed in the terminal:

import bob.io.base
import bob.io.base.test_utils
import bob.io.image
import bob.ip.mtcnn

color_image = bob.io.base.load(bob.io.base.test_utils.datafile('testimage.jpg', 'bob.ip.facedetect'))

bounding_box = bob.ip.mtcnn.FaceDetector().detect_single_face(color_image)

An example of terminal output (just the last 5 lines):

...
I1102 14:08:44.124979 25862 net.cpp:744] Ignoring source layer conv6-1_conv6-1_0_split
I1102 14:08:44.124989 25862 net.cpp:744] Ignoring source layer loss1
I1102 14:08:44.125000 25862 net.cpp:744] Ignoring source layer accuracy1
I1102 14:08:44.125005 25862 net.cpp:744] Ignoring source layer loss2
I1102 14:08:44.125010 25862 net.cpp:744] Ignoring source layer loss3

@tiago.pereira, do you have an idea why is this happening? Thank you!

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking