Akash’s Blog
About
Posts
Categories
All
(6)
jupyter
(6)
Deformable DETR Code WalkThrough
jupyter
This blog provides a code-level walkthrough of the internals of Deformable DETR and its core component—deformable attention—to understand how it works in practice. I’ll…
Oct 31, 2025
Simple Online RealTime Tracking
jupyter
This is an overview of the implementation details of SORT tracking algorithm. The official implemenation of the paper is present in this repo . The paper pretty much…
Nov 23, 2022
Understanding the losses in CenterNet Architecture
jupyter
This is a small demo of the how the ground truths and loss will look in centerNet. Most of the code is from MMdetection. The idea here is to show a demo part so that the…
Aug 24, 2022
So what does does mobile blocks save
jupyter
This blog assumes the reader have a some understanding of mobileNet.This is just a lazy illustration of how much different mobileNet block save. The actual papers have the…
Jul 30, 2022
Hacking Into FasterRcnn in Pytorch
jupyter
In the post I will show how to tweak some of the internals of FaterRcnn in Pytorch. I am assuming the reader is someone who already have trained an object detection model…
Dec 19, 2020
Explaining IoU
jupyter
In this blogpost i will explain what is IOU, where is it used , how is it implemented
Sep 20, 2020
No matching items