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 think that we should change some aspects of config.json parsing. First of all, we should add a new value, 'predict', in the main JSON object, which will contain "weight", and "images" sub-properties. We also should add a 'production' value, which contains "timeout" and "tmplocation" sub-properties. Here's a potential example of what it could look like:
The "weight" property determines what weight file to use when testing, if one is not specified in the command lines. "images" contains a test batch of images to run the predict function on. In the "production" object, "timeout" is the maximum processing time for an image in the processing queue (in seconds), "tmplocation" is the location to write out video camera input to (and to read from), and "weight" specifies the weight file to use.
I think that this should probably be done before we actually start working on the camera reading - or "production" script.
This would involve doing some rewriting on the predict.py script, and I think that we should work on seperating the CLI parsing from predict.py before we start working on it.
The text was updated successfully, but these errors were encountered:
I think that we should change some aspects of config.json parsing. First of all, we should add a new value, 'predict', in the main JSON object, which will contain "weight", and "images" sub-properties. We also should add a 'production' value, which contains "timeout" and "tmplocation" sub-properties. Here's a potential example of what it could look like:
The "weight" property determines what weight file to use when testing, if one is not specified in the command lines. "images" contains a test batch of images to run the predict function on. In the "production" object, "timeout" is the maximum processing time for an image in the processing queue (in seconds), "tmplocation" is the location to write out video camera input to (and to read from), and "weight" specifies the weight file to use.
I think that this should probably be done before we actually start working on the camera reading - or "production" script.
This would involve doing some rewriting on the predict.py script, and I think that we should work on seperating the CLI parsing from predict.py before we start working on it.
The text was updated successfully, but these errors were encountered: