2021-02-23 Taxi Status Update
Current Status:
Complete: Model trained and working
Blocking: Cannot get video input
Next steps:
Download model
Make a file on your local machine
Create test code → Load model in tensorflow, test with box to confirm detection.
Test model with openCV video input → For testing, use webcam input.
Planning implementation of how to accomplish following tasks (Taxi):
Approaching a box: How do you plan to approach the box, measure distance, and not hit?
Scanning QR Code and identifying correct or incorrect box → Straightforward with a Python library
If box is incorrect → How to move to next box
If box is correct → Firmware team takes over and picks up the box.
Integrating into targetAcquisition (Shrinjay)