In this projects I made many fun filters to play with, by training neural nets and using image processing.
- Count Number of people
- Neural Style Transfer
- Remove Background
- Add Filters
- Apply Stylish Filters
- Count Number of people
- Neural Style Transfer
- Remove Background
- Add Filters
- Apply Stylish Filters
I trained this model using yolov5
object detection with a model I trained using yolov5
where it detects face and removes background behindI made a regression Conv. network used for landmark detection
where data in this networks expects 96,96 frame and 1 channel, and needs image be only the person's face so I made a pipeline of models where it first makes object detection and detect human face then image processing pipeline to make the image ready for the landmark detection model... after that it predicts keypoint on the face using the model Landmark detection model that I made