What are the most significant risks that could jeopardize the success of the project? How are these risks being managed? What contingency plans are ready?
Much like last week, the most significant risk right now is still just the integration between the individual subsystems. We did finish basic system integration as we showed in the interim demo, as we got a full dataflow working from sensor reading to HID dispatch command. However, we still need to work on continuing this integration, but it should be going along as the glove itself was finished this week. We’re also conducting tests in our individual subsystems during the integration process, and more tests are to follow.
Were any changes made to the existing design of the system (requirements, block diagram, system spec, etc)? Why was this change necessary, what costs does the change incur, and how will these costs be mitigated going forward?
None since last week.
Provide an updated schedule if changes have occurred
No changes.
Team work adjustments
No teamwork adjustments have been made. We are currently on track to accomplish our tasks and are currently all just working on them.
Now that you are entering into the verification and validation phase of your project, provide a comprehensive update on what tests you have you run or are planning to run. In particular, how will you analyze the anticipated measured results to verify your contribution to the project meets the engineering design requirements or the use case requirements?
Accuracy will be measured by collecting data from different runs of gestures and comparing the number of samples that are correctly classified.
Performance will be measured in the classification layer by measuring (in Python) how long it takes to classify each window of data that comes in from the glove module.