Pinned Repositories
3D-BoundingBox
PyTorch implementation for 3D Bounding Box Estimation Using Deep Learning and Geometry
3D-detection-with-monocular-RGB-image
3D detection prediction in Autopilot scene with monocular RGB image. Selected Faster RCNN as basemodel and ResNet as backbone with Python.
3D-Machine-Learning
A resource repository for 3D machine learning
3D-Shape-Analysis-Paper-List
A list of recent papers, libraries and datasets about 3D shape/geometry analysis (by topics, updating).
Accessing-and-modifying-different-layers-of-a-pretrained-model-in-pytorch
apollo
An open autonomous driving platform
breast-cancer-analysis
👩Women👩 and 🎗 Breast Cancer🎗: Analysis📊 and Detection🔍
DB-SAM
H-Deformable-DETR
[CVPR2023] This is an official implementation of paper "DETRs with Hybrid Matching".
STNet
AlfredQin's Repositories
AlfredQin/3D-detection-with-monocular-RGB-image
3D detection prediction in Autopilot scene with monocular RGB image. Selected Faster RCNN as basemodel and ResNet as backbone with Python.
AlfredQin/backboned-unet
Build U-Nets for segmentation from pre-trained TorchVision models.
AlfredQin/caj2pdf
Convert CAJ (China Academic Journals) files to PDF. 转换**知网 CAJ 格式文献为 PDF。佛系转换,成功与否,皆是玄学。
AlfredQin/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
AlfredQin/convolution_as_multiplication
Step by step explanation of 2D convolution implemented as matrix multiplication using toeplitz matrices
AlfredQin/cvml_project
Projects and application using computer vision and machine learning
AlfredQin/dbcc
CAN DBC to C (and CSV, JSON and XML) compiler using the mpc parser combinator library
AlfredQin/deeplearning_cv_notes
:notebook: deepleaning and cv notes.
AlfredQin/deepvoxels
AlfredQin/DesignPattern
C++11全套设计模式-23种指针的用法(a full DesignPattern implement with c++11)
AlfredQin/ds-cheatsheets
List of Data Science Cheatsheets to rule the world
AlfredQin/Focal_loss_turtorial
代码理解FocalLoss实现以及理论理解
AlfredQin/How-to-Make-a-Computer-Operating-System
How to Make a Computer Operating System in C++
AlfredQin/How_to_Search_and_Read_a_Paper
本文档适合于刚入学的硕士和博士(计算机专业最好,其他专业可参考)。
AlfredQin/js-vuln-db
A collection of JavaScript engine CVEs with PoCs
AlfredQin/MECHENG561-Controlling-of-a-Two-Wheeled-Self-Balancing-Robot
of a Two-Wheeled Self-Balancing Robot Updated a minute ago Author: Jiajun Hong; Fangtong Liu; Zhichun Yang; Weiyang Zhang Title: MECHENG561 Project) CreationDate: 2019/04/15 Keywords: Control, PID, LQR
AlfredQin/multi-person-tracker
Track multiple moving persons from a LaserScanner feed and visualize them on Rviz
AlfredQin/MultiClass-Text-Classification-Unsupervised
Unsupervised Machine Learning example
AlfredQin/N-Channeled-Input-UNet-Fastai
This Repository contains a modified version of unet_learner function from fastai library which you can use to define a unet with more/less number of channels than 3 (Default in all ResNet like networks)
AlfredQin/polyhedron
Robust point-in-polyhedron testing.
AlfredQin/PreScanExperiments
AlfredQin/pytorch-training-template
PyTorch model training template
AlfredQin/real-time-cpp
Real-Time C++ Companion Code
AlfredQin/RIOT
RIOT - The friendly OS for IoT
AlfredQin/ros_best_practices
Best practices, conventions, and tricks for ROS
AlfredQin/sensor-fusion
Filters: KF, EKF, UKF || Process Models: CV, CTRV || Measurement Models: Radar, Lidar
AlfredQin/Single_Object_Tracking_forKnownNoOfObjects
Single Object Tracking when the object is known using : NNF (Nearest Neighbour Filter) , PDAF (Probabilistic Data Association Filter) , GSF (Gaussian Sum Filter)
AlfredQin/SpotFake
This repository contains the code for the paper titled: SpotFake: A multimodal framework for fake news detection
AlfredQin/the-art-of-command-line
Master the command line, in one page
AlfredQin/Unet-Segmentation-Pytorch-Nest-of-Unets
Implementation of different kinds of Unet Models for Image Segmentation - Unet , RCNN-Unet, Attention Unet, RCNN-Attention Unet, Nested Unet