Facebook AI Open Sources DEtection TRansformer (DETR)
Every once in a while, a machine learning framework or library changes the landscape of the field. In this article, we'll quickly understand the concept of object detection and then dive straight into DETR and what it brings to the table. In Computer Vision, object detection is a task where we want our model to distinguish the foreground objects from the background and predict the locations and the categories for the objects present in the image. Current deep learning approaches attempt to solve the task of object detection either as a classification problem or as a regression problem or both. For example, in the RCNN algorithm, several regions of interest are identified from the input image.
Sep-25-2020, 22:15:16 GMT
- Technology: