estebanuri / facemaskdetector

Face mask detection
44 stars 45 forks source link

Model's starting point #8

Open lcarnevale opened 4 years ago

lcarnevale commented 4 years ago

Hello there,

I am trying to take a deep look at this application. According to the AndroidManifest.xml the main activity is the DetectorActivity.java. However, I do not understand how and when the model starts because the onCreate only configure the Google ML Kit APIs.

Best, Lorenzo.