waldo-vision / optical.flow.demo

A project that uses optical flow and machine learning to detect aimhacking in video clips.
https://www.waldo.vision
Mozilla Public License 2.0
536 stars 24 forks source link

Engagement Isolation #31

Open Shazambom opened 2 years ago

Shazambom commented 2 years ago

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: