You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
There is some Python logic that already exists from previous prototypes which should allow us to strip these clips accordingly. This script should be able to be called using spawn from the child_process library. In theory, it could be assumed this is valid CS:GO footage when clips are provided from the script (isCsgoFootage).
Started investigating the usage of this Python script within the API. The Python script is performing accurately and is able to start the parse but thinks that the video is not in 60 FPS. Need to investigate the different download formats & codecs available with ytdl-core and use a good test video from YouTube. WIP
There is some Python logic that already exists from previous prototypes which should allow us to strip these clips accordingly. This script should be able to be called using
spawn
from thechild_process
library. In theory, it could be assumed this is valid CS:GO footage when clips are provided from the script (isCsgoFootage).Python script: https://github.com/waldo-vision/aimbot-detection-prototype/blob/main/auto_clip.py
The text was updated successfully, but these errors were encountered: