Changes between Version 11 and Version 12 of Other/Summer/2023/Awareness
- Timestamp:
- Jul 25, 2023, 3:58:46 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Awareness
v11 v12 20 20 21 21 == Progress == 22 23 **Camera Calibration** 22 24 23 25 * We used opencv and ArUco markers to detect points in the intersection. This allows us to find common points that are in view of multiple cameras. … … 50 52 [[Image(12calibrationtoggle_AdobeExpress.gif)]] 51 53 * This gif also highlights one of the main benefits of using multiple cameras. Behind the cube on one view there is an empty section that we have no information about. By combining the camera views, we now have information about this previous blind spot. 54 55 56 57 **Detection** 58 * With our calibration looking promising, we started looking into what we would be doing with the calibrated cameras and point clouds. 59 * We were instructed to start working on object recognition using the Deep Learning model YOLOv8. 60 * We had to upgrade our python version from 3.6 to 3.9 to use this model. 61 * We wrote a basic script to take the video from the camera and run the detection model on it. Below is our initial results. 62 [[Image()]]