# LibtorchTutorials **Repository Path**: yzp_smile/LibtorchTutorials ## Basic Information - **Project Name**: LibtorchTutorials - **Description**: No description available - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-17 - **Last Updated**: 2021-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README English | [中文](https://github.com/AllentDan/LibtorchTutorials/blob/main/README_Chinese.md)
![logo](https://raw.githubusercontent.com/AllentDan/ImageBase/main/detection/LibtorchTutorials.png) **A code repository for libtorch tutorials, which contains lessons for utilizing libtorh (or pytorch c++).**
## Environment - Libtorch 1.7+ - Opencv 2.4+ ## Table of contents - [Environment setting](https://github.com/AllentDan/LibtorchTutorials/tree/main/lesson1-Environment) - [Tensor operations](https://github.com/AllentDan/LibtorchTutorials/tree/main/lesson2-TensorOperations) - [Basic models](https://github.com/AllentDan/LibtorchTutorials/tree/main/lesson3-BasicModels) - [Dataset utilization](https://github.com/AllentDan/LibtorchTutorials/tree/main/lesson4-DatasetUtilization) - [Training VGG model](https://github.com/AllentDan/LibtorchTutorials/tree/main/lesson5-TrainingVGG) - [Training U-Net model](https://github.com/AllentDan/LibtorchTutorials/tree/main/lesson6-Segmentation) - [Training yolo4 tiny model](https://github.com/AllentDan/LibtorchTutorials/tree/main/lesson7-Detection) - [Conclusion](https://github.com/AllentDan/LibtorchTutorials/tree/main/lesson8-Conclusion) ## Related repository Based on libtorch, I released following repositories: - [LibtorchTutorials](https://github.com/AllentDan/LibtorchTutorials) - [LibtorchSegmentation](https://github.com/AllentDan/LibtorchSegmentation) - [LibtorchDetection](https://github.com/AllentDan/LibtorchDetection)