alex-ong / NESTrisOCR

OCR for statistics in NESTris
24 stars 7 forks source link

Update doc for restream script #61

Closed timotheeg closed 4 years ago

timotheeg commented 4 years ago

Small doc update

alex-ong commented 4 years ago

Yeah we can use ai (lol) to deinterlace ourselves by guessing line height. It's trivial to brute force a crapton of values, or alternatively get the region in level select and parse that. But I can't think of neat solutions

timotheeg commented 4 years ago

Doing it in NESTrisOCR is more trouble than we should worry about I think 🤔 . Considering the stream is likely not a clean multiple resolution of the source (because of whatever non-int scaling/resize is applied), the interlaced lines may not be consistent. Much easier to have this handled by the source stream itself.

alex-ong commented 4 years ago

Doing it in NESTrisOCR is more trouble than we should worry about I think 🤔

well its not high priority, but eventually we want to be able to convert video streams where people didnt deinterlace. So having automatic interlacing detection is definitely a good feature.