ElvinC / gyroflow

[INACTIVE LEGACY VERSION, FIND THE PROJECT HERE: https://github.com/gyroflow/gyroflow] Video stabilization using IMU motion data from internal or external logs
http://gyroflow.xyz
GNU General Public License v3.0
611 stars 90 forks source link

Troubles Setting up Gyroflow in Google Colab #136

Open NehatLi opened 2 years ago

NehatLi commented 2 years ago

Hi, Recently I start trying to do a "simple" script in Google Colab in order to use the server's power to stabilize my footages and maybe share it publicly.

The problem is that I'm having some issues setting up all the python dependancies in order to run the cli.py in the dev branch. I don't know how to propely install poetry, and now I'm getting the message :" ModuleNotFoundError: No module named 'numpy' ".

If anyone know how to use google colab correctly and can help me and maybe other who could benefits of that "power"?

Thanks in advance.