Changes between Version 12 and Version 13 of Other/Summer/2023/Awareness


Ignore:
Timestamp:
Jul 25, 2023, 4:10:11 PM (11 months ago)
Author:
paw114
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2023/Awareness

    v12 v13  
    6060* We had to upgrade our python version from 3.6 to 3.9 to use this model.
    6161* 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()]]
     62[[Image(yolo detect.gif)]]
     63* We also ran the segmentation model which outlines the precise figures that are detected. These points can be used in the future to separate the objects in the point clouds.
     64[[Image(yolo segment.gif​)]]
     65* We were requested to add to the model so that it can detect the DIY cars that other groups were building, so we took 19 images and labeled them with the shapes of the cars.
     66[[Image(manual label.png​)]]
     67* We were able to deploy this model on the Ultralytics Hub mobile app for real-time detection, and it was very accurate, however had many false positives when no cars were in the area.
     68[[Image(detected car.png)]]
     69* This model was extremely slow both on the phone and in t