Skip to content

library of self implemented computer vision deep learning architectures

Notifications You must be signed in to change notification settings

neuron-party/computer-vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

computer-vision

trying to provide a flexible framework that can utilize pretrained weights while being easy to modify/tune, and to learn all the architectures myself :)

will add self-trained weights and corresponding evaluation metrics eventually

├── Image Classification
│   ├── vit
│   ├── resnet
│   ├── resnext
│   └── convnext
│
├── Object Detection               
│   └── yolo   
│        ├── v1
│        └── v3
│
└── Recognition
    └── arcface
    
utils/

testing from new mac

About

library of self implemented computer vision deep learning architectures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages