Skip to content

RP0929/ComputerVisionModels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComputerVisionModels

These code produced in the learing process of computer vision followed by my tearcher professor Shi.

2021.11.4 update the ResNet-18 Model

I have finished the Basic Residual Block and the BottleNeck Block for the ResNet class.I have tested the RestNet-18 by using the Basic Residual on CIFAR-10 and the accuracy is 94.72%. image

2021.11.6 update the ResNet-34 Model

I have tested the RestNet-34 by using the BottleNeck Block on CIFAR-10 and the accuracy is 93.00%. Y~XBWTOD}6`JZE9S5{4J}R7

2021.11.10 update the VGG-16 Model (32×32)

I have tested the VGG-16 by using the Basic Conv Block on CIFAR-10(32) and the accuracy is 87.64%. image

2021.11.11 update the VGG-19 Model (32×32)

I have tested the VGG-19 by using the Basic Conv Block on CIFAR-10(32) and the accuracy is 88.04%. image

2021.11.12 update the VGG-16 Model (224×224)

I have tested the VGG-16 by using the Basic Conv Block on CIFAR-10(224) and the accuracy is 90.25%. image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages