/Deep_Learning_with_Libtorch

C++ Implementation of PyTorch Tutorial projects

Primary LanguageC++

C++ Implementation of PyTorch Tutorial projects

Collected deep learning projects with LibTorch C++

Dependency

  • cmake 3.18+

  • PyTorch 1.12.1

  • python3.10

  • opencv 4.5.3/4.5.5/4.6.0

  • matplotlib-cpp

  • png++

  • ubuntu 22.04

  • gcc-11/g++-11 for C++ 17

Image data

102 Category Flower Dataset. The prepared dataset contains images of 102 different flower species with lables could be downloaded from (https://s3.amazonaws.com/content.udacity-data.com/nd089/flower_data.tar.gz). The flower category names are saved in json file "flowers_cat_to_name.json" of data folder.

Reference links