maklachur
A PhD Student @ TAMU under Sketch Recognition Lab. My research focuses on developing robust VOT and Semantic Segmentation frameworks using DL.
Texas A&M UniversityCollege Station, TX, USA
Pinned Repositories
bangla-programming-resources
Bangla tutorial, reference and resource list on programming topics
BDRAR
Code for the ECCV 2018 paper "Bidirectional Feature Pyramid Network with Recurrent Attention Residual Modules for Shadow Detection"
Deep-Learning-with-PyTorch
The purpose of this repository is to provide good insight to the Pytorch practitioner, especially for the newbie.
Magnifier-App
A React component, Magnifier, enables users to upload images and inspect details via zoom-in. Integrated with a dynamic ruler, it's ideal for precision in design, education, or photography.
Mamba-in-Computer-Vision
Mamba in Vision: A Comprehensive Survey of Techniques and Applications
SCSAtt
Efficient Visual Tracking with Stacked Channel-Spatial Attention Learning
SiamFRN
This work proposes a feature refined end-to-end tracking framework with a balanced performance using a high-level feature refine tracking framework. The feature refine module enhances the target feature representation power that allows the network to capture salient information to locate the target. The attention module is employed inside the feature refine mechanism to improve network discrimination power that augments the network ability to track the target in challenging scenarios.
SiamTrackers
The PyTorch version of Siamese ,SiamFC,SiamRPN,DaSiamRPN,UpdateNet,SiamDW,SiamRPN++, SiamMask,and SiamFC++
VOT-Paper-Summary
VOT-Paper-Summary: The objective of this repo is to provide Visual Object Tracking papers' overview concisely.
VOT_Book-Chapter
Chapter Title: Siamese-based Attention Learning Networks for Robust Visual Object Tracking
maklachur's Repositories
maklachur/Mamba-in-Computer-Vision
Mamba in Vision: A Comprehensive Survey of Techniques and Applications
maklachur/SCSAtt
Efficient Visual Tracking with Stacked Channel-Spatial Attention Learning
maklachur/SiamFRN
This work proposes a feature refined end-to-end tracking framework with a balanced performance using a high-level feature refine tracking framework. The feature refine module enhances the target feature representation power that allows the network to capture salient information to locate the target. The attention module is employed inside the feature refine mechanism to improve network discrimination power that augments the network ability to track the target in challenging scenarios.
maklachur/VOT-Paper-Summary
VOT-Paper-Summary: The objective of this repo is to provide Visual Object Tracking papers' overview concisely.
maklachur/Deep-Learning-with-PyTorch
The purpose of this repository is to provide good insight to the Pytorch practitioner, especially for the newbie.
maklachur/SiamTrackers
The PyTorch version of Siamese ,SiamFC,SiamRPN,DaSiamRPN,UpdateNet,SiamDW,SiamRPN++, SiamMask,and SiamFC++
maklachur/VOT_Book-Chapter
Chapter Title: Siamese-based Attention Learning Networks for Robust Visual Object Tracking
maklachur/bangla-programming-resources
Bangla tutorial, reference and resource list on programming topics
maklachur/binary_mask_from_json
Making binary mask images from JSON annotation
maklachur/CFTrackers
CF trackers that you must read
maklachur/Magnifier-App
A React component, Magnifier, enables users to upload images and inspect details via zoom-in. Integrated with a dynamic ruler, it's ideal for precision in design, education, or photography.
maklachur/maklachur.github.io
Personal webpage for the updated information.
maklachur/CLRS
Some exercises and problems in Introduction to Algorithms 3rd edition.
maklachur/CTracker
maklachur/DASNet
maklachur/MachineLearning-DeepLearning-Code-for-my-YouTube-Channel
The full collection of all codes for my Youtube Channel segregated as per topic.
maklachur/ml.howtocode.dev
বাংলায় মেশিন লার্নিং
maklachur/python.howtocode.dev
Open Source Book "Learn Python in Bangla" - Nuhil Mehdy
maklachur/python_code
maklachur/python_for_microscopists
https://www.youtube.com/channel/UC34rW-HtPJulxr5wp2Xa04w?sub_confirmation=1
maklachur/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
maklachur/siamban
Siamese Box Adaptive Network for Visual Tracking
maklachur/SimCSE
EMNLP'2021: SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821
maklachur/Single_Object_Tracking_Paper_List
Paper list for single object tracking (State-of-the-art SOT trackers)
maklachur/Stark
[ICCV'21] Learning Spatio-Temporal Transformer for Visual Tracking
maklachur/tensorflow-course
Tensorflow Beginner Course from my YouTube channel
maklachur/Traffic-Counting-with-YOLOv3-and-SORT
maklachur/U-2-Net
The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
maklachur/Yolov5-deepsort-inference
Yolov5 deepsort inference,使用YOLOv5+Deepsort实现车辆行人追踪和计数,代码封装成一个Detector类,更容易嵌入到自己的项目中
maklachur/YOLOv5-DeepSORT-Pytorch