Pinned Repositories
AGCWD
Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution
awesome-mobile-robotics
Useful links of different content related to AI, Computer Vision, and Robotics.
CCM
Camera centralized management program which provides API to manage configuration of deepstream app containers
cudaAlgo
CUDA Implementation of several computer vision algorithms
CVPR-2023-24-Papers
CVPR 2023-2024 Papers: Dive into advanced research presented at the leading computer vision conference. Keep up to date with the latest developments in computer vision and deep learning. Code included. ⭐ support visual intelligence development!
CVPR2024-Papers-with-Code
CVPR 2024 论文和开源项目合集
deepstream-retinanet
Deepstream application that performs face detection using retinanet and multi object tracking using deepsort
GraphCutCuda
LSOTB-TIR-toolkit
Toolkit to evaluate Thermal Images Dataset LSOTB-TIR
Multiband-Blending
Implementations in python and C++ for multiband blending method described in paper: A Multiresolution Spline With Application to Image Mosaics
bqm1111's Repositories
bqm1111/CVPR-2023-24-Papers
CVPR 2023-2024 Papers: Dive into advanced research presented at the leading computer vision conference. Keep up to date with the latest developments in computer vision and deep learning. Code included. ⭐ support visual intelligence development!
bqm1111/CVPR2024-Papers-with-Code
CVPR 2024 论文和开源项目合集
bqm1111/bqm1111.github.io
bqm1111/clip_dinoiser
Official implementation of 'CLIP-DINOiser: Teaching CLIP a few DINO tricks' paper.
bqm1111/colmap
COLMAP - Structure-from-Motion and Multi-View Stereo
bqm1111/Cream
This is a collection of our NAS and Vision Transformer work.
bqm1111/Depth-Anything
[CVPR 2024] Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data. Foundation Model for Monocular Depth Estimation
bqm1111/DFormer
[ICLR 2024] DFormer: Rethinking RGBD Representation Learning for Semantic Segmentation
bqm1111/Diffusion_models_from_scratch
Creating a diffusion model from scratch in PyTorch to learn exactly how they work.
bqm1111/dotfiles
bqm1111/drawing
bqm1111/EcoDepth
[CVPR'2024] Official implementation of the paper "ECoDepth: Effective Conditioning of Diffusion Models for Monocular Depth Estimation"
bqm1111/fc-clip
[NeurIPS 2023] This repo contains the code for our paper Convolutions Die Hard: Open-Vocabulary Segmentation with Single Frozen Convolutional CLIP
bqm1111/GeminiFusion
bqm1111/ig_handle
ig-handle: a handheld inspector gadget
bqm1111/intro_dgm
"Deep Generative Modeling": Introductory Examples
bqm1111/LangSplat
Official implementation of the paper "LangSplat: 3D Language Gaussian Splatting"
bqm1111/learning_experiment
bqm1111/LIO-SAM
LIO-SAM: Tightly-coupled Lidar Inertial Odometry via Smoothing and Mapping
bqm1111/MapUncertaintyPrediction
[CVPR 2024 Oral] Producing and Leveraging Online Map Uncertainty in Trajectory Prediction
bqm1111/Mask2Former
Code release for "Masked-attention Mask Transformer for Universal Image Segmentation"
bqm1111/med-seg-diff-pytorch
Implementation of MedSegDiff in Pytorch - SOTA medical segmentation using DDPM and filtering of features in fourier space
bqm1111/odin
Code for the paper: "ODIN: A Single Model for 2D and 3D Perception" (CVPR 2024)
bqm1111/PEM
PEM: Prototype-based Efficient MaskFormer for Image Segmentation
bqm1111/POP3D
Source code for NeurIPS paper "POP-3D: Open-Vocabulary 3D Occupancy Prediction from Images"
bqm1111/SAM-CLIP
bqm1111/Semantic-Segmentation-under-Adverse-Conditions
Original PyTorch implementation of the paper "Semantic Segmentation under Adverse Conditions: A Weather and Nighttime-aware Synthetic Data-based Approach", published at the British Machine Vision Conference (BMVC) 2022.
bqm1111/semantic_reasoning
bqm1111/SPFNet
Scene Prior Filtering for Depth Map Super-Resolution
bqm1111/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch