Implementation of paper - LSM-YOLO: A Compact and Effective ROI Detector for Medical Detection
# pip install required packages
pip install -r requirements.txt# train after modifying the parameters in train.py file
python train.py # test after modifying the parameters in val.py file
python val.py# inference after modifying the parameters in detect.py file
python detect.py