Day-4 Object Detection Learning Detection Transformer(Designed by Facebook) ------------------------------------------------------------------------------------------ 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 𝗥𝗲𝘀𝗲𝗮𝗿𝗰𝗵: https://bit.ly/3b2guE0 𝗖𝗼𝗹𝗮𝗯 𝗖𝗼𝗱𝗲 : https://lnkd.in/gBfkewQ 𝗩𝗶𝗱𝗲𝗼 𝗧𝘂𝘁𝗼𝗿𝗶𝗮𝗹 : https://bit.ly/3pPJnHt ------------------------------------------------------------------------------------------ Detr, or Detection Transformer, is a set-based object detector using a Transformer on top of a convolutional backbone. It uses a conventional CNN backbone to learn a 2D representation of an input image. The model flattens it and supplements it with a positional encoding before passing it into a transformer encoder. A transformer decoder then takes as input a small fixed number of learned positional embeddings, which we call object queries, and additionally attends to the encoder output. We pass each output embedding of the decoder to a shared feed-forward network (FFN) that predicts either a detection (class and bounding box) or a “no object” class. #computervision #artificialintelligence #innovation
I'm curious
evvolv.ai•2K followers
5yNice, I like that you used transformer encoder.