1

When I run "OPenBR ShowFaceDetection algorithm" on a picture, it displays me the picture on the screen with my eyes and face detected. My question: is there a way t ask OpenBR not to display me the picture ?

The command:

br -algorithm ShowFaceDetection -enrollAll -enroll  path_to_picture.jpg
Deenadhayalan Manoharan
  • 5,436
  • 14
  • 30
  • 50

1 Answers1

0

Use can use this

   br -algorithm FaceDetection -enrollAll -enroll path_to_picture.jpg metadata.csv

metadata.csv will contain the information about each face detect in the picture

Ahmed_Faraz
  • 615
  • 4
  • 25