ThreeStones1029 / efficientnetv2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository Notes

This article will be used to record fracture detection. The overall process will be to first detect and then classify the vertebral body in the detection box to determine whether it is fractured or not.

TODO

see details
  • Upload drr detection weights.
  • add yolov5 detection predict.
  • add detection training.

Quick Start

Install
pip install -r requirements.txt
Well classified according to the category. Data
.
├── cut_drr
│   ├── AP
│   │   ├── fracture_images
│   │   └── normal_images
│   ├── LA
│   │   ├── fracture_images
│   │   └── normal_images
│   ├── all
│   │   ├── fracture_images
│   │   └── normal_images
Training [Note] the pretrain model can download from the Original repository.
python train.py
Predict
python predict.py
Eval
python eval.py
Detection classify you can choose run rtdetr_paddle or rtdetr_pytorch
python detection classify.py

Using examples

Image 1 Image 2
Image 3 Image 4

About

License:MIT License


Languages

Language:Python 99.4%Language:Dockerfile 0.4%Language:Shell 0.2%