wisdomteethdetection

Wisdom teeth detection using Yolo

https://github.com/shivshringare/wisdomteethdetection

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.3%) to scientific vocabulary

Keywords

image-classification yolov8
Last synced: 6 months ago · JSON representation ·

Repository

Wisdom teeth detection using Yolo

Basic Info
  • Host: GitHub
  • Owner: shivshringare
  • Language: Jupyter Notebook
  • Default Branch: main
  • Homepage:
  • Size: 220 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
image-classification yolov8
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Citation

README.md

Efficacy Analysis of Image Enhancement for Classifying Mandibular Wisdom Teeth using Yolov8

Before you begin, ensure you have met the following requirements: - Python 3.11 or later - Pip package manager - An environment manager like venv (optional, but recommended)

Setup Python Virtual Environment

python -m venv env

Activate the virtual environment

On Windows:

venv\Scripts\activate

On Linux or MacOS:

source venv/bin/activate

Setup

Install PyTorch

pip install torch torchvision torchaudio

Install Ultralytics YOLOv8 package

pip install ultralytics

Usage

  • Run yolov8_trainer.py to train the model
  • The trainer loads data from the datasets folder, this can be configured in data.yaml file by updating the path to ../wisdomteethdetection/datasets/<your-dataset>/

Owner

  • Name: Shiv Shringare
  • Login: shivshringare
  • Kind: user
  • Location: Mumbai, India
  • Company: Codebox

Software Engineer

Citation (CITATION.cff)

cff-version: 1.2.0
title: Efficacy Analysis of Image Enhancement for Classifying Mandibular Wisdom Teeth using Yolov8
type: software
authors:
  - given-names: Shiv
    family-names: Shringare
    affiliation: Auckland University of Technology
  - given-names: Yna
    family-names: Ojeda
    affiliation: Auckland University of Technology
  - family-names: Priyadarshini
    given-names: Natarajan
    affiliation: Auckland University of Technology
repository-code: 'https://github.com/shivshringare/wisdomteethdetection'

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1