You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking maaayyybe for this one it's better to have a separate testing environment? Because I think unit testing OpenCV.js is probably gonna be kind of a pain (since it's just not really designed to run in an environment that's not a web browser). Also, we probably don't want the unit test to fail if one of the test cases fails, since we're mostly interested in what percentage of images gets processed properly.
I would suggest maybe we should set up a separate testing environment in Python, where we just pass it one big object with the configuration/thresholds used, and output the percentage of images that gets parsed properly. What do you guys think?
Create a environment that has as input a and outputs a:
The text was updated successfully, but these errors were encountered: