Awesome Internets Vid
Awesome Internets Vid
It would have been nice if the numbers evenly matched some fixed number of frames. I know how many numbers are supposed to be in there. Unfortunately, they don't seem to match the frames. So after a while, things get screwed up. Is there any hint about how the frames should be grouped for each number?
That explains a lot. I almost thought I missed something. Thanks for pointing this out!adum wrote:there is a slight randomness to number of frames per digit.
Yeah, thats very kind of you . Nevertheless, the randomness messes up my data too much at the moment. Seems like I'll need some adaptive segmentation.adum wrote:i think you'll be okay, because most of the time a digit isn't repeated more than a couple times, so it's pretty obvious how many there are. as you've probably noticed, you don't need to get everything exactly right to solve this.
-
- Posts: 60
- Joined: Fri Nov 07, 2008 10:43 am
- Location: Germany
Is it possible, that the challenge is broken? I get the following message:
Or is this part of the challenge?Not Found
The requested URL /challenge/misc/numbers.mp4 was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
First I separated the MP4 with avisynth into about 360 000 single jpgs -- that took a while. But I was quite astonished to see how badly Windows 2008 is performing if you have 100 000 or more files in one directory -- so never do it. With 50 000 files per directory everything is fine, maybe the limit is 65536 ...
And yes -- it took another while to analyze the jpgs and to find the keyword -- maybe just watching the video and writing down the numbers would have been much faster than writing software for this job -- bust that's lame ...
And yes -- it took another while to analyze the jpgs and to find the keyword -- maybe just watching the video and writing down the numbers would have been much faster than writing software for this job -- bust that's lame ...
-
- Forum Admin
- Posts: 496
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany
Well, it's a huuuge file. Plus there is the transition between one number and the next, and last but not least even if you had single frames already you would still have to "decode" the pattern of circles into a digit for each frame (which is trivial for the human eye - less so for a computer).moose wrote:So, all you have to do is writing those numbers down? Is that the solution?
And then you need to throw way some of your decoded digits (because they appear on more than one frame each), but not too many.
But if it's so easy, just reuse your Python code from the Yoga challenge and write down the solution in 5 minutes
-
- Forum Admin
- Posts: 496
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany