Skip to content

milex-info/ofxLibTorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxLibTorch

Description

an openFrameworks wrapper for LibTorch

Requirements

  • Windows10
  • Visual Studio 2019
  • CUDA v10.1
  • openFramewrks v0.11.0
  • LibTorch v1.4.0
  • OpenCV v.4.2.0

Install

  1. Download LibTorch from https://pytorch.org/get-started/locally/
  2. Unzip the downloaded file and copy the contents of the "include" and "lib" directories to the following location
  • libtorch-win-shared-with-deps-1.4.0/include >> libs/libtorch_v.1.4.0/include/vs/x64/Release
  • libtorch-win-shared-with-deps-1.4.0/lib >> libs/libtorch_v.1.4.0/lib/vs/x64/Release

Licence

MIT

About

an openFrameworks wrapper for LibTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.1%
  • Makefile 37.9%