GithubHelp home page GithubHelp logo

trek-view / max2sphere Goto Github PK

View Code? Open in Web Editor NEW
26.0 2.0 11.0 48.86 MB

Takes batches of GoPro .360 frames (with GoPro EAC projection) and converts them to a more widely recognised equirectangular projection.

License: Apache License 2.0

C 99.51% Makefile 0.49%
gopro equirectanguar-projection cubemap equirectangular equirectangular-image eac ffmpeg

max2sphere's People

Contributors

himynamesdave avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

max2sphere's Issues

Makefile

Hello! The Makefile contains the line "OBJS = max2sphere.o bitmaplib.o". The specified file cannot be found. [bitmaplib.o]. Where can I get this file?

sequence filenames are not filled with leading zeros but with spaces

ffmpeg fills filenames with leading zeros, when told to do so;
ffmpeg -t 00:00:01 -i INPUT.360 -map 0:0 -r 1 -q:v 1 track0/img%4d.jpg -map 0:5 -r 1 -q:v 1 track5/img%4d.jpg

max2sphere -n 1 -m 3 -o out/%d_sphere.jpg track%d/img%4d.jpg
gives the error:
CheckFrames() - Failed to open first frame "track0/img 1.jpg"

how i can pass a unique frame name to max2sphere?

Thank you for the awesome repo. it helped me a lot. now i am stuck in something.

I have extracted frames from 360 videos and assigned a unique name to each frame. now I am stitching frames but getting this error.
how i can pass a unique frame name to max2sphere?

this is my command:
/max2sphere/max2sphere -w 4096 -n 1 -m 4 -o media//GS0111.360//stitched//123.jpg
media//GS011145.360//track%d//123.jpg

Error: This filename template "media//GS011145.360//track%d//123.jpg" does not look like it contains sufficient %d entries
Expect 2 but found 1

please reply.
thanks

extract origin dual fisheye and imu measurements

Thanks so much for your job! i'm a newbie about gopro or ffmeg. I wonder if could i get the origin dual fisheye images and imu measurements from gopro max .360 file as i want to use it to do vio job. Thanks for your help!

`make -f Makefile` fails to run

When I try to run make -f Makefile on Windows 11 or make -f Makefile-Linux on WSL2 I get following output:

gcc  -Wall -O3  -o max2sphere max2sphere.o bitmaplib.o  -ljpeg -lm
max2sphere.o: file not recognized: file format not recognized
collect2.exe: error: ld returned 1 exit status
make: *** [Makefile:12: max2sphere] Error 1

What am I doing wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.