1

I try to get age estimation from two pictures but it doesn't work. The command is:

br -algorithm AgeEstimation -enroll me.jpg you.jpg metadata.csv

The problem is that in metadata.csv it write only you.jpg result. I try

br -algorithm AgeEstimation -EnrollAll -enroll me.jpg you.jpg metadata.csv 

and same result

MSD561
  • 512
  • 5
  • 16

1 Answers1

1

I made more research and i found this solution.

 br -algorithm AgeEstimation -enroll folder metadata.csv

br expect a collection which can be either a folder with photos, even a folder with folder of photos. It can make recursive search after photos from folder. So enjoy this feature.

MSD561
  • 512
  • 5
  • 16