tetris_ctm_summary
tetris_ctm_summary copied to clipboard
Script to add metrics to CTM summary and do commentary
In the spirit of implementing dubious features that no one specifically requested but I personally find interesting 😅, here's a PR that implements #8, begins adding modules (single monolithic `generate.py`...
Add a mode to the program that reads the specified video and outputs **_only_** the following stats to a `tetris metadata` `.tmd` (text file): - `Subtitle Id` - `Video timestamp...
From yobi9's Discord comment on 3/10/21: > File organization: atm, all the files are dumped at the root of the repo: python files, and documentation images. Some folders cleanup would...
From yobi9's Discord comment on 3/10/21: > Speed up the 2-step flow: the verify mode right now helps verify that the capture and OCR is correct, before doing final render...
From yobi9's Discord comment on 3/10/21: > Faster workflow: The `--snap` features helps to quickly see result and speeds up calibration, but a UI would make that even faster, like...
From yobi9's Discord comment on 3/10/21: > Documentation: I wanted to add a section in the readme on the importance of pixel perfect calibration. Several of the discussions here, and...
From yobi9's Discord comment on 3/10/21: > The entry file `generate.py` is a little dirty now. I added stuff into the file as we discovered issues and added features, so...