American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

5 PM – Advanced AI/ML – Joel

September 27 @ 5:00 pm - 6:00 pm

Today we did:
  1. We learned more about object detection and YOLO, as well as deep learning specific information.
  2. We started working on our first project.
Homework:
  1. After taking the results (detections) from the model, loop through results (e.g. for r in results), and make an inner loop looping through r.boxes (box, for example). Then, for that inner loop variable, take the 0th index of box.cls and type cast it into an integer. That will be the class of the detected object.
  2. For an explanation,  Results contains many things including boxes, and boxes are all the detected boxes in this image. For example, if there is 1 dog and 2 people in the image, the model might return 1 Result object (one Result per image), and have 3 bounding boxes detected, one for each object.
  3. If you have any questions, feel free to email me at joel@ayclogic.com.

Details

Date:
September 27
Time:
5:00 pm - 6:00 pm