libtorch topic

List libtorch repositories

libtorch-yolov5

370
Stars
114
Forks
Watchers

A LibTorch inference implementation of the yolov5

PyTorch-CPP

328
Stars
69
Forks
Watchers

PyTorch C++ inference with LibTorch

LibtorchSegmentation

403
Stars
85
Forks
Watchers

A c++ trainable semantic segmentation library based on libtorch (pytorch c++). Backbone: VGG, ResNet, ResNext. Architecture: FPN, U-Net, PAN, LinkNet, PSPNet, DeepLab-V3, DeepLab-V3+ by now.

radish

1.3k
Stars
142
Forks
Watchers

C++ model train&inference framework

pytorch_cpp

239
Stars
52
Forks
Watchers

Deep Learning sample programs using PyTorch in C++

onnx_tensorrt_project

587
Stars
124
Forks
Watchers

Support Yolov5(4.0)/Yolov5(5.0)/YoloR/YoloX/Yolov4/Yolov3/CenterNet/CenterFace/RetinaFace/Classify/Unet. use darknet/libtorch/pytorch/mxnet to onnx to tensorrt

cpp-project

587
Stars
124
Forks
Watchers

Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.

YOLOv5-LibTorch

167
Stars
53
Forks
Watchers

Real time object detection with deployment of YOLOv5 through LibTorch C++ API

maskrcnn_benchmark.cpp

82
Stars
23
Forks
Watchers

Implementation maskrcnn-benchmark, pytorch c++ frontend