Uses YOLOv8 and OpenCV to find objects in a video, crop each one in every frame, and save them.
- Create a directory called input inside of object-cropper.
- Drop .mp4 or .MOV files in the newly created input directory.
- Ensure packages opencv-python and ultralytics are installed via pip.
- Run main.py
- Cropped images will be placed in corresponding directories in the output directory.