Skip to content

PVShutov/ComputerVision-homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision homework

1. Gaussian Blur

Blur

2. Multilayer Perceptron

  • iterations count = 60000
  • batch size = 1
  • dataset: MNIST
  • accuracy = 0.9436

MLP architecture:

  1. Fully-connected layer [784✕800]
  2. ReLU activation
  3. Fully-connected layer [800✕10]
  4. Softmax

MLP

3. Conditional DC-GAN

  • dataset: MNIST

DCGAN

4. MiniVGG

  • dataset: CIFAR-10

CIFAR-10

5. Object Localization

  • batch_size: 128
  • Accuracy calc by samples with IoU >= 0.5 Localization_1

Worst sample on test set (IoU = 0.00599): Localization_2

Best sample on test set (IoU = 0.98055): Localization_3

  • Accuracy on test set = 0.9534
  • Only classification accuracy = 0.9862

6. MAP

  • MAP: 0.9653

7. Line detection

Lines

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages