# LibtorchTutorials
**Repository Path**: ObjOne/LibtorchTutorials
## Basic Information
- **Project Name**: LibtorchTutorials
- **Description**: This is a code repository for pytorch c++ (or libtorch) tutorial.
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-12-28
- **Last Updated**: 2022-02-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
English | [中文](https://github.com/AllentDan/LibtorchTutorials/blob/main/README_Chinese.md)

**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)