TeamSerpentine / among-us-2021

Among Us - impostor detection
MIT License
8 stars 2 forks source link

Regarding Scraping Framework Usage #3

Open matthewyangcs opened 2 years ago

matthewyangcs commented 2 years ago

Hello,

I was wondering regarding the usage of the scraping framework. Specifically,

  1. What video resolution does the code assume / work best with?
  2. Is it able to make the distinction between multiple games within one video? Or do I need to separate each game into a video
matthewyangcs commented 2 years ago

edit: After much struggling, I can't seem to get the repo working :(

There's no environment.yml, and no matter what format of video I try, the "framework" fails to grab text. I'm not sure if the code works when the user is impostor, as it only runs processing on the start screen if a crewmate screen is detected.

HarroTuin commented 2 years ago

Hi Matthew,

The framework should at least work with the .mp4 file format. Does that work for you?