Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Engagement Isolation #31

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Shazambom
Copy link

  • Creating Engagement Isolation script which autonomously edits videos down to engagements only
  • Adds .gitignore

The script scrubs through a cropped-down version of the video (focused on the cross-hair) and records for (n) seconds whenever it detects a human on screen.

For detection of enemy players, the script uses the HOGDescriptor PeopleDetector with OpenCV.
This could likely be improved upon later as it's an out-of-the-box detector that isn't specifically trained for CS:GO.

Dependencies:

  • MoviePy
  • Numpy
  • OpenCV

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant