Skip to content

Mathematica library link wrapper for BVLC/Caffe

Notifications You must be signed in to change notification settings

standardgalactic/CaffeLink

 
 

Repository files navigation

CaffeLink

Mathematica library link wrapper for Caffe

This library allows using Caffe directly from Mathematica. CaffeLink can be also used as regular library from C++ applications. The interface and function calls are basicly the same as in Mathematica.

Installation

Assuming you have successfully build Caffe, you should have everything needed by CaffeLink.

  1. Edit makefile as required
  • path to Mathematica C headers
  • path to Caffe and its headers
  1. make
  2. Copy or create link to libcaffeLink.so somewhere in $LibraryPath
  • eg: /home/alfons/.Mathematica/SystemFiles/LibraryResources/Linux-x86-64/
  • or: /Users/alfons/Library/Mathematica/Applications/IPCU/LibraryResources/MacOSX-x86-64/
  1. Test installation with liblink-test.nb

Usage examples

About

Mathematica library link wrapper for BVLC/Caffe

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mathematica 99.1%
  • Other 0.9%