Skip to content

Implementation of paper - LSM-YOLO: A Compact and Effective ROI Detector for Medical Detection

Notifications You must be signed in to change notification settings

VincentYuuuuuu/LSM-YOLO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official LSM-YOLO

Implementation of paper - LSM-YOLO: A Compact and Effective ROI Detector for Medical Detection

Installation

# pip install required packages
pip install -r requirements.txt

Training

# train after modifying the parameters in train.py file
python train.py 

Validating and Testing

# test after modifying the parameters in val.py file
python val.py

Inference

# inference after modifying the parameters in detect.py file
python detect.py

About

Implementation of paper - LSM-YOLO: A Compact and Effective ROI Detector for Medical Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published