- 👋 Hi, I’m @damianozappia
- 👀 I’m interested in AI, Robotics, tech stuff in general
- 🌱 I’m currently learning lot of cool stuff related to Python, Pytorch, Machine Learning, Deep Learning, Computer Vision and so on...
- 📫 How to reach me: mail to [email protected]
- The purpose of this work was to demonstrate how Instance Segmentation can be further improved allowing (in an autonomous driving context) the vehicle to count on a strong and reliable algorithm, that can help into choosing the right action while driving. The Instance Segmentation network is paired with a Generative Adversarial Network, using an Adversarial Approach framework, where the two networks are forced to compete and thus to improve each other.
- https://github.com/damianozappia/Master-s-Thesis
- The aim of the project was to implement and utilize the Keras RetinaNet, a one stage object detector that analysing images is capable of recognising objects, actions etc inside them. The RetinaNet has been used first with one of the default public datasets available for objects classification (Pascal VOC), and then with the AVA dataset, to classify actions inside pictures.
- https://github.com/damianozappia/ElectiveInAI-Module1-project
- The project developed consists in the realization in computer graphics of a low poly city with many animated items inside and relative interactions implemented. This project has been carried out as final project for the Interactive Graphics course at Sapienza Università di Roma.
- https://github.com/SapienzaInteractiveGraphicsCourse/final-project-zm_igteam
- The aim was to build a GAN able to generate from scratch faces of anime, with the ability to overcome the non convergence problems that raise at resolution higher than 64x64 pixels, and adopting strategies that allowed the generation of 128x128 pixels images, with a good level of detail and realism.
- https://github.com/damianozappia/AnimeFaces_GAN
- The aim of this project has been to develop a software using python and ROS (Robot Operating System), that had the purpose of computing the inverse kinematics for the KUKA YouBot, and use it to perform a pick and place manipulation task, picking an object in a given position and placing it in another specified position on the robot's base.
- https://gitlab.com/damianozappia/kuka-youbot-manipulator/-/tree/master/