Skip to main content

Package to detect shots

Project description

BallTracking Annotator

Required Software

  • Python3.6.9
  • virtualenv

Installation

export PYTHON3_PATH=PATH_TO_YOUR_PYTHON3_BIN_HERE
./install

To Run [Command Line]

There are several steps within the pipeline each with their own bash script wrapper

  1. The first step is done with a playstation 4 controller. The user then does their best to keep the bouning box around the wall for the entirety of the video. There are also commands to rewind, pause, speed up, and slow down. To start this step:
    ./big_box_track VIDEO_PATH_HERE
    
    As long as no other future steps have been run this step can be rerun to make fixes, etc..
  2. This requires no user interaction. This step finds the smaller bounding box within the bounding boxes the user made in step 1.
    ./auto_track VIDEO_PATH_HERE
    
  3. This is used to find any poorly placed tight bounding boxes and fix them. Also done with a PS4 controller.
    ./edit_auto_det VIDEO_PATH_HERE
    
  4. This goes to any frame where no ball could be detected in the bounding box created in step 1 and allows the user to fill them in.
    ./edit_undet VIDEO_PATH_HERE
    
  5. Creates the annnotation output and allows for final sanity checks.
    ./create_annotations VIDEO_PATH_HERE
    
  6. Uploads the videos to S3 and saves to a DynamoDB database
    ./upload VIDEO_PATH_HERE
    

To Run [UI (PyQt]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ww_audio_shot_detection-0.0.4.tar.gz (22.3 kB view hashes)

Uploaded Source

Built Distribution

ww_audio_shot_detection-0.0.4-py2.py3-none-any.whl (39.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page