How to make a Custom image detection model?

I want to make a machine Learning model in tensorflow that can give me a bounding box around the eyes on a face. How do I make a custom model(as opposed to using a pre-trained model). I know the math behind it, but how do I create a model?

HI @Dhairya_Sarvaiya ,

Could you please have a look at this , this repo has all information and pre-trained models to make custom image detection model.Please let me know will this help your requirement.

Thanks.

Hi @Dhairya_Sarvaiya ,

I have replicated gist file here on older version and you can use following tutorials for better understanding , please let me know if this help you out.
Thanks.

@Laxma_Reddy_Patlolla , Hey, this really helps. Thank you!