Skip to content

Deep Learning and Applications summer course (2021, FGV)

Notifications You must be signed in to change notification settings

lucasresck/deep-learning-and-applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

deep-learning-and-applications

Deep Learning and Applications summer course (2021, FGV). Professor: Cristian Jose Lopez Del Alamo (Universidad la Salle - Peru).

In this couse, we studied various neural networks architectures, focusing on the implementation, such as CNNs, RNNs, Autoencoders, Variational Autoencoders and GANs. In this repository, you will find implementations of

Social distancing detection

I used the model YOLOv5 for the people detection task and I implemented two ways of calculating distances among people:

  • The first (naive) way is to calculate the distance among people using the distance among the centers of the detection boxes returned by the model.
  • The second way, cooler, is to apply perspective in order to calculate the real distance among people.

More details can be found in the notebook and on YouTube video. Example of perspective transformation:

About

Deep Learning and Applications summer course (2021, FGV)

Topics

Resources

Stars

Watchers

Forks