Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 639 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 639 Bytes

Crop and remove background with yolov7 and rembg

Paste python and requirements files in yolov7 folders then install requirements.

Example run

python remove.py --weights yolov7.pt --conf 0.25 --img-size 640 --source inference/images/image.jpg --crop True --boundbox False

example image

example image