Detection of Blur Artifacts in Histopathological Whole-Slide Images of Endomyocardial Biopsies
python -m pip install -r requirements.txt
cd faster_rcnn
git clone 'https://github.com/facebookresearch/detectron2
python -m pip install -e detectron2
python inference.py --path2image filename.png --path2save another_filename.png --threshold 0.5
cd yolo
git clone https://github.com/WongKinYiu/yolov7.git
python -m pip install -r yolov7/requirements.txt
python yolov7/detect.py --weights best.pt --conf 0.001 --img-size 1280 --iou-thres 0.25 --source image.png
cd catboost
python inference.py --path2image filename.png --path2save another_filename.png