gumdropsteve / warzone

Stat recording from (live stream) video for Call of Duty Warzone.
0 stars 0 forks source link

Initial Numbers #1

Closed gumdropsteve closed 4 years ago

gumdropsteve commented 4 years ago
gumdropsteve commented 4 years ago

Based on initial warzone_stats_vision_planning call, we will start by focusing on the bottom right numbers (n_rounds_in_mag, n_rounds_extra, n_tactical_equipment, n_lethal_equipment (ignore type for now.?)), then progress to the top right (n_squads_remaining, n_players_alive, n_kills).

focus clusters

Streamer's overlays, like Bobby's (bar) at the top of this example pic, may present a hazard. The same can be said for popups (points for kills/etc.., expanded ammo menus, menus, etc..). We'll see. (Both have general patterns, hard code could have high % coverage.)

gumdropsteve commented 4 years ago

Achieved on crop_approach branch with https://github.com/gumdropsteve/warzone/commit/3191a28d81b7ed8e6b011bf0c631ed075acc4de5.

Numbers are n_players_remaining and n_kills from section B (top_right_numbers).

Currently recognizing numbers, not digits.