miaoyinming's Stars
amusi/CVPR2024-Papers-with-Code
CVPR 2024 论文和开源项目合集
Ram-Godavarthi/Sensor_Fusion_3D_Object_Tracking_Lidar-Camera
Collision Avoidance System with Camera and Lidar - Track an Object in 3D Space - Object Detection with YOLO - Descriptors and Keypoint Matching
arib7701/CircleDetection_Hough-RANSAC
Circles detections in images, using Hough Transform and RANSAC
midasklr/YOLO-v3-caffe
caffe model of YOLO v3
matheusrmorgado/truck-wheels-detection
Projeto desenvolvido na disciplina PSI3472 - Concepção e Implementação de Sistemas Eletrônicos Inteligentes
dsmlr/Car-Parts-Segmentation
Car parts dataset for object detection and semantic segmentation tasks, provided by DSMLR lab, IT-KMITL.
caimingxie/h5_to_weight_yolo3
convert keras (tensorflow backend) yolov3 h5 model file to darknet yolov3 weights
bhadreshpsavani/CarPartsDetectionChallenge
Train YOLOv3 for Car Parts Detection
DRGladwell/CarWheelDetection_on_video
Computer vision project to identify car wheels. Cascade classifier model and CNN with Machine learning is used to match car wheels in the frames of a video. Multi threading allows this to run on a CPU in real time.
gakkiri/zongmutech-car-wheel-object-detection
jiyuan312986471/Car_Damage_Mask_RCNN
Mask R-CNN for car scratch, wheel and mirror detection
minyuanye/SIUN
Sharp Image Deblurring
XPixelGroup/BasicSR
Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet.
iwtw/SRN-DeblurNet
SRN-DeblurNet pytorch replicate , pretrained model provided
jannemus/DeepGyro
Gyroscope-Aided Motion Deblurring with Deep Networks
ZiqiChai/simplified_eye_hand_calibration
A cmake project for robot eye hand calibration (eye in hand and eye to hand).
FlyShiang/eye-in-hand-calibration
implement camera calibration and hand-eye calibration by OpenCV 4.0.0
ethz-asl/kalibr
The Kalibr visual-inertial calibration toolbox
VITA-Group/DeblurGANv2
[ICCV 2019] "DeblurGAN-v2: Deblurring (Orders-of-Magnitude) Faster and Better" by Orest Kupyn, Tetiana Martyniuk, Junru Wu, Zhangyang Wang
sczhou/DAVANet
[CVPR 2019, Oral] DAVANet: Stereo Deblurring with View Aggregation
dryadd44651/Enhancement-and-Deblurring
KupynOrest/DeblurGAN
Image Deblurring using Generative Adversarial Networks
TengFeiHan0/deepDSO
jczarnowski/DeepFactors
Real-Time Probabilistic Dense Monocular SLAM Using Compact Code Representation
lmb-freiburg/demon
DeMoN: Depth and Motion Network
jiexiong2016/GCNv2_SLAM
Real-time SLAM system with deep features
tinghuiz/SfMLearner
An unsupervised learning framework for depth and ego-motion estimation from monocular videos
MarkMoHR/Awesome-Edge-Detection-Papers
:books: A collection of edge/contour/boundary detection papers and toolbox.
s9xie/hed
code for Holistically-Nested Edge Detection
BTREE-C802/EdgeDrawing
该程序是边缘检测代码,论文是ED那篇,用锚点法,里面的内容对论文还原度很高。参数也想同,锚点设定方法是我自己改进的锚点设定方法。我们将该改进的锚点法用于我们在ORB-SLAM方法基础上改进而来的3DLine-SLAM,图片测试完后会写下三张测试图片,分别是梯度图(GradientImg.jpg)/锚点图(AnchorImg.jpg)/边缘图(SaveImage.png)。注意:在将一张输入图进行边缘描绘测试时,会显示一些列过程图且会保存一些试验结果,如果要将该程序运行于您自己的程序中,则需要将一部分程序段进行删除。