Skip to content

Barrnett/DeepCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepCV

[Python Versions]

Introduction

DeepCV is mainly a collection of some current classical and popular networks in the field of computer vision, including target detection, image segmentation, image classification, etc.

The main goals of DeepCV:

Easy to use, newbies can get hands dirty with deep learning quickly Good performance with web-scale data Easy to extend, Modular architecture let you build your Neural network like playing LEGO! Let's Get Started!

Models List

Model Paper
faster rcnn Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks (https://arxiv.org/abs/1506.01497)
Yolov3 YOLOv3: An Incremental Improvement (https://pjreddie.com/media/files/papers/YOLOv3.pdf)
Yolov4 YOLOv4: Optimal Speed and Accuracy of Object Detection (https://arxiv.org/abs/2004.10934)
Yolox None

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages