Skip to content

This is a Computer Vision Model created for finding and detecting failed 3D Prints.

Notifications You must be signed in to change notification settings

Abhi3886/3D-PrintingFailureDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D-PrintingFailureDetection

YOLOV8 Model for 3D Print Failure detection

This is a Computer Vision Model created for finding and detecting failed 3D Prints.

Uses a self made dataset that comprises of successful and failed 3d prints

Sample Images from the Dataset

Sample of Image used in the dataset

###Dataset link (in repository)

Running the YOLOV8 Model

  • Setup Environment
# Specify Python version
python3.10 -m venv env
source env/bin/activate
  • Run the print_failure_detection.py
python print_failure_detection.py

About

This is a Computer Vision Model created for finding and detecting failed 3D Prints.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages