Skip to content

D2J3D/Nexign_ITMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Smart validation. Outlet check

Goal is to filter out inappropriate pictures (like a SIM image).

An image is considered to be inappropriate if a human cannot evaluate the parity by looking at it

Dataset details

Used parts of Chicago dataset (306 images)

Classes:

  1. Good
  2. Trash

Model

For this task we used pre-trained (on imageNet) ResNet50, and made fine-tuning on the custom dataset.

POSM detection and segmentation

Dataset details

Combined 2 datasets: 296297_project.tar (870 images) and 296300_project.tar (535 images)

Classes:

  1. Megafon
  2. Yota
  3. Opponents

Augmentation applied:

  • Flip: Horizontal, Vertical
  • 90° Rotate: Clockwise, Counter-Clockwise
  • Crop: 0% Minimum Zoom, 20% Maximum Zoom
  • Blur: Up to 2.5px
  • Noise: Up to 1.2% of pixels

Model

1. YOLOv8 for POSM detection

About:

Validation predicts and labels comparison

image

Metrics and losses:

image

image

image

image

2. detection + Instance Segmentation

About:

Validation predicts:

val_batch1_labels_51_ce96014e2ca197ca672e

image

image

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published