caffe

  1. First_Law_of_Unix

    Able to get OpenPose working on FreeBSD 13.1

    Hello, I was able to get OpenPose working on FreeBSD 13.1 Their github has 25K stars: https://github.com/CMU-Perceptual-Computing-Lab/openpose It's a real cool project in machine vision. Has many uses in wide ranges of applications. It requires Caffe as a dependency. The maintainer "Yuri"...
  2. First_Law_of_Unix

    How to Install Caffe (Deep Learning Framework)?

    Hello, I'm trying to build Caffe from it's github source (This is the OpenCL version of Caffe): https://github.com/BVLC/caffe/tree/opencl Getting the following error after doing: cmake -DBLAS=open -DUSE_OPENCL=ON -DUSE_CLGEMM=ON -DCMAKE_BUILD_TYPE=Debug -DUSE_TIMER=ON...
  3. P

    Static linking error building BVLC/Caffe on FreeBSD

    Attempting to build BVLC/Caffe computer vision machine learning framework (https://github.com/BVLC/caffe) Installed all the dependencies including GCC 4.9.4 Created Makefile.config Modified the Makefile by substituting FreeBSD for Linux in "Configure build" section (lines #242+), revised...
Back
Top