Object Detection - SSD (Single Shot MultiBox Detector)
Budget: $30 – $250 USD
In this assignment, you will be implementing SSD (Single Shot MultiBox Detector), a type of object detection network. Similar to YOLO, SSD divides the image into grids and outputs bounding boxes in each cell. However, SSD is more complex as it divides grids at different scales and uses default bounding boxes as anchors.
It is worth noting that the SSD you will be implementing in this assignment is a simplified version. If there are any discrepancies between the instructions provided in this assignment and the SSD paper, please follow the instructions provided in the assignment. Additionally, you can learn more about the task by reading the SSD paper.
It is worth noting that the SSD you will be implementing in this assignment is a simplified version. If there are any discrepancies between the instructions provided in this assignment and the SSD paper, please follow the instructions provided in the assignment. Additionally, you can learn more about the task by reading the SSD paper.