Skip to content

This project is for construction material recognition from the images collected at a construction site.

License

Notifications You must be signed in to change notification settings

AkashPushkar/material_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material recognition project

This is project for classifying construction materials based on the data collected from a construction site. The algorithm can be divided into follwing steps:

  • Segmenting a given image into patches
  • Texture features are extracted from these patches
  • Based on the feature extracted, classification is performed

The pictorial representation representation of the algorithm is shown in the figure below:

flowchart

Result

Below is example result produced by the model trained (left image= input, right image= output)

result

About

This project is for construction material recognition from the images collected at a construction site.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages