-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create test videos automatically #1
Comments
For the input I'd recommend
I imagine the output to be a video that has two monochrome grayscale images, a darker and a brighter one. It changes back and forth between these two images after each time period. Is this the direction you were going for? |
I didn't have this idea, but I like this too. My idea was to have something auto-generate like a box floating from one position to another (this kind of thing caused a false positive). Or a flashing section in only part of the video (which might be realized with your idea actually). So I had even imagined more input options on top of yours. My general idea being to try tricking the detector. The two gray scale images would work really well to test the general measurement and detection, but they can be detected with a naive approach. I will definitely include this and would like to hear if you see any flaw in my approach / base idea. |
I forgot to mention. I plan to put this into it's own repository as well. Though maybe I am keeping things too modular with this kind of approach. |
Maybe I don't understand your floating-box-idea. However, from what I understand it could look like this: You have a black background with a red box in the middle of it. In the next frame the box disappears and appears at some other position again. repeat this process at an arbitrary frequency arbitrarily often and that is your test video. Is this what you mean? The other idea you brought up features the same thing, only that the box now stays at the same position. Did I understand this correctly? In general I don't see any problems with your approaches. We could break all ideas up to this point down like this: You want to quickly change the following characteristics of an object on screen:
For the repo, I'd think either one would be fine. I would recommend going with the option that fits your working-style the best. |
Videos for testing should be auto generated to monitore accuracy and edge cases. They might not cover some naturally occuring cases which shall not be their scope.
The text was updated successfully, but these errors were encountered: