pytorch-cpp topic
LibtorchTutorials
This is a code repository for pytorch c++ (or libtorch) tutorial.
PyTorch-CPP
PyTorch C++ inference with LibTorch
LibtorchSegmentation
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.
MakePytorchPlusPlus
How and why you want to make your pytorch CUDA/CPP extension with a Makefile
SiamMaskCpp
C++ Implementation of SiamMask
LibtorchDetection
C++ trainable detection library based on libtorch (or pytorch c++). Yolov4 tiny provided now.
pytorch-cpp
Just messing around with PyTorch 1.0's JIT compiler and their new C++ API Libtorch.