The deep learning case study project
The test assignment for DL job offer
From the development of Synthetic Data Generator to DeepLab v3 fine tuning
Synthetic Data Generator developed in Unity3D
DeepLab v3 fine tuned in PyTorch environment
Few scripts for data formatting and data conversion written
This page is under construction.
Unity3D Engine used to build synthetic image data generator
Camera orbits over 3D object in the center of scene and takes photos
Camera pitch and roll angles can vary
Camera yaw angle automatically adjusted to be oriented to object in the scene
Information about camera position and orientation are available in real-time
Photos can be taken in any moment
Generator predefined to take a photo each 10 degrees while orbiting the object
Real Scene
Generated Binary Mask
Generated Multiclass Mask
Original Image (1st Image)
Ground Truth (GT) Mask for Binary Semantic Segmentation (2nd Image)
GT Mask for Multiclass Semantic Segmentation (3rd Image)
PyTorch Implementation
Transfer Learning Project from GitHub by Manpreet Singh
Fine Tuned Model for Car Segmentation Problem