-
Notifications
You must be signed in to change notification settings - Fork 42
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
121 augmentor implementation #133
base: master
Are you sure you want to change the base?
Conversation
@NickHallONBI - can you test this with the hardware when you get a chance? |
Testing today on the cryo Aurox setup appears to work. One problem is the docstring.. Config sample: The camera module is a python object not a string so shouldn't be in quotes. |
I started looking into this and merge into master but then noticed that while we import |
Exactly my question. We should merge what works and close the other issues. |
Needs testing with hardware
An alternative implementation for #121, replacing #124.
The camera is augmented with methods to do data processing and return the correct image shape depending on processing mode. Camera parameters are passed as a dict, to avoid the dot-notation problem discussed in #124.