Pinned Repositories
aanet
[CVPR 2020] AANet: Adaptive Aggregation Network for Efficient Stereo Matching
awesome-photogrammetry
😎 Awesome photogrammetry projects
awesome-tensor-compilers
A list of awesome compiler projects and papers for tensor computation and deep learning.
GOMfcTemplate2
编写带界面的图像处理程序,选择opencv+mfc是一种很好的选择;在读取摄像头数据方面,网上的方法很多,其中shiqiyu的camerads的方法是较好的。 基于现有资料,通过在实际项目中的积累,我总结出来一套结合opencv和mfc的摄像头采集框架.
iceoryx
Eclipse iceoryx™ - true zero-copy inter-process-communication
llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
LoFTR
Code for "LoFTR: Detector-Free Local Feature Matching with Transformers", CVPR 2021
MatchAlgo
MiniDL
C++从零开始深度学习
USTC-ncov-AutoReport
中科大健康打卡平台自动打卡脚本
songlinlibit's Repositories
songlinlibit/USTC-ncov-AutoReport
中科大健康打卡平台自动打卡脚本
songlinlibit/aanet
[CVPR 2020] AANet: Adaptive Aggregation Network for Efficient Stereo Matching
songlinlibit/awesome-photogrammetry
😎 Awesome photogrammetry projects
songlinlibit/awesome-tensor-compilers
A list of awesome compiler projects and papers for tensor computation and deep learning.
songlinlibit/GOMfcTemplate2
编写带界面的图像处理程序,选择opencv+mfc是一种很好的选择;在读取摄像头数据方面,网上的方法很多,其中shiqiyu的camerads的方法是较好的。 基于现有资料,通过在实际项目中的积累,我总结出来一套结合opencv和mfc的摄像头采集框架.
songlinlibit/iceoryx
Eclipse iceoryx™ - true zero-copy inter-process-communication
songlinlibit/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
songlinlibit/LoFTR
Code for "LoFTR: Detector-Free Local Feature Matching with Transformers", CVPR 2021
songlinlibit/MatchAlgo
songlinlibit/MiniDL
C++从零开始深度学习
songlinlibit/my_llvm_pass
songlinlibit/PatchmatchNet
Official code of PatchmatchNet (CVPR 2021 Oral)
songlinlibit/PSMNet
Pyramid Stereo Matching Network (CVPR2018)
songlinlibit/PythonSIFT
A clean and concise Python implementation of SIFT (Scale-Invariant Feature Transform)
songlinlibit/songlinlibit.github.io
songlinlibit/SuperGlue-pytorch
[SuperGlue: Learning Feature Matching with Graph Neural Networks] This repo includes PyTorch code for training the SuperGlue matching network on top of SIFT keypoints and descriptors.
songlinlibit/SuperGluePretrainedNetwork
SuperGlue: Learning Feature Matching with Graph Neural Networks (CVPR 2020, Oral)
songlinlibit/tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
songlinlibit/tvm_walk_through
code reading for tvm
songlinlibit/zhijian-wang
包含处理图像的一些基本操作:添加噪声、添加滤波、图像旋转、傅里叶变换等。 使用了OpenCL和CUDA进行并行化计算处理。