Skip to content

dimiz51/DL-CV-Architectures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning architectures for Computer Vision

This repository contains various Deep Learning models and utility functions implemented from scratch for different Computer Vision tasks using Keras 3 and TensorFlow.

Install requirements

pip install -r requirements.txt

Available Models

Currently, the following models are included in this repository:

  • ViT (Vision Transformer)
  • U-Net (U-Net for image segmentation)
  • FOMO (Fewer Objects, More Objects)
  • EfficientNet (The well known EfficientNet backbone)
  • ResNet (Residual Networks)

About

This repository contains different Deep Learning model and utility functions implemented from scratch , for various Computer Vision tasks using Keras 3 and Tensorflow.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors