Running OpenCV in a Cloud Computing server

asked 2016-06-09 07:52:38 -0600

marcosbontempo gravatar image

updated 2016-06-09 07:52:48 -0600

Hello,

Did anybody already run an OpenCV application in a Cloud Computing host? Do I need to expect too much differences between an usual computer? Does anybody suggests a provider for running OpenCV softwares? I wanna know about your experiences when using Cloud Computing servers.

Any tip will be very helpful,

Thanks.

edit retag flag offensive close merge delete

Comments

what are you trying to build there ?

i tried some free paas things, here are my findings:

  • goog: forget it. they won't ever let you install opencv on their boxes
  • heroku: you're not root. cmake ? build it from src. painful, but it works in the end (building local static libs)
  • openshift: low on mem&disc. but eorks, too (if you can build the libs elsewhere on aws)
berak gravatar imageberak ( 2016-06-09 18:54:07 -0600 )edit