Philfei / xfeat_onnx_exportLinks
将xfeat导出为onnx模型,且输入图片可为任意大小
☆12Updated last year
Alternatives and similar repositories for xfeat_onnx_export
Users that are interested in xfeat_onnx_export are comparing it to the libraries listed below
Sorting:
- LightStereo算法的c++实现,包括TensorRT、RKNN、OnnxRuntime☆45Updated 4 months ago
- Image features and related matching methods☆34Updated 2 years ago
- 参考董立建代码编写 的运行superpoint_rknn的代码☆13Updated 2 years ago
- OpenCV图像拼接算法集成 SuperPoint 、LightGlue 特征点检测和匹配深度学习模型☆180Updated 2 years ago
- a light glue onnx runner example☆25Updated last year
- LightGlue-OpenCV☆49Updated last year
- Implementation of XFeat (CVPR 2024). Do you need robust and fast local feature extraction? You are in the right place!☆24Updated 6 months ago
- Joint Keypoint and Object Detection☆70Updated last year
- SuperPoint and LightGlue with TensorRT. Deploy with C++.☆18Updated last year
- 基于 TensorRT 的 C++ 高性能单目标跟踪推理,支持算法OSTrack、LightTrack。☆54Updated 2 years ago
- segmentation algorithm yolact use tensorrt deploy☆14Updated 3 years ago
- SuperPoint-SuperGlue-ONNX☆16Updated 2 years ago
- RKNN version demo of [CVPR21] LightTrack: Finding Lightweight Neural Network for Object Tracking via One-Shot Architecture Search☆12Updated 4 months ago
- based on the yolov8,provide pt-onnx-tensorrt transcode and infer code by c++☆58Updated last month
- 张正友内参标定,内含详细推导☆110Updated 2 years ago
- xfeat for cpp☆103Updated last year
- 用OpenVINO对yolov8导出的onnx模型进行C++的推理, 任务包括图像分类, 目标识别和语义分割, 步骤包括图片前处理, 推理, NMS等☆75Updated last year
- Fisheye image correction and distortion table conversion.☆33Updated 10 months ago
- 1.相机模型标定(鱼眼相机,普通相机);2.立体相机标定与极线矫正;3.RGB(/灰度)相机与深度相机(tof)标定,数据融合;4.外参标定☆52Updated last year
- XFeatをONNXに変換し特徴点マッチングを行うサンプル☆33Updated last year
- C++版本的sort算法,可无缝添加在检测器后进行实时多目标跟踪☆11Updated 3 years ago
- ☆13Updated 3 years ago
- RKNN version demo of [CVPR21] LightTrack: Finding Lightweight Neural Network for Object Tracking via One-Shot Architecture Search☆23Updated 3 years ago
- 本仓库基于 Intel OpenVINO Toolkit 部署 LightTrack 跟踪算法,包含 Python、C++ 两种语言的推理代码.