Skip to content
#

fracture-detection

Here are 16 public repositories matching this topic...

This repository contains the official code for the paper "Enhancing wrist abnormality detection with YOLO: Analysis of state-of-the-art single-stage detection models". We achieved SOTA fracture detection results on GRAZPEDWRI-DX dataset. Also contains code for end-to-end application.

  • Updated Aug 23, 2024
  • Jupyter Notebook

This project uses PyTorch to classify bone fractures. As well as fine-tuning some famous CNN architectures (like VGG 19, MobileNetV3, RegNet,...), we designed our own architecture. Additionally, we used Transformer architectures (such as Vision Transformer and Swin Transformer). This dataset is Bone Fracture Multi-Region X-ray, available on Kaggle.

  • Updated Jul 23, 2024
  • Jupyter Notebook

From dataset https://universe.roboflow.com/roboflow-100/bone-fracture-7fylg a model is obtained, based on yolov10, with that custom dataset, to indicate fractures in x-rays. The project uses 5 cascade models, if one does not detect fracture it is passed to another

  • Updated Aug 11, 2024
  • Python

From a selection of data from the Roboflow file https://universe.roboflow.com/landy-aw2jb/fracture-ov5p1/dataset/1, which represents a reduced but homogeneous version of that file, a model is obtained using an adaptation of the project https://www.kaggle.com/code/nyachhyonjinu/yolov3-test instead any yolo model

  • Updated Jun 12, 2024
  • Python

Detection of fractures in radiographs by obtaining the X and Y coordinates of the center of the fracture applying ML (SVR) to obtain the values ​​of these coordinates separately. It is applied to a selection of data from the Roboflow file https://universe.roboflow.com/landy-aw2jb/fracture-ov5p1/dataset/1

  • Updated Jul 8, 2024
  • Python

Improve this page

Add a description, image, and links to the fracture-detection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fracture-detection topic, visit your repo's landing page and select "manage topics."

Learn more