WillBrennan / ImageStitching

Conducts image stitching upon an input video to generate a panorama in 3D
272 stars 58 forks source link

Program not running #15

Closed joel-Y closed 3 years ago

joel-Y commented 3 years ago

Hey Will,

I tried to run the program by following your instructions, but there is no make file and I did output only one image when doing videos.

Can you please help?

Thanks,

WillBrennan commented 3 years ago

Hey! Sorry, the Makefile got removed in a refactor a few months ago, it was only used to install dependencies. The readme is up to date now.

If you clone the repo, make sure you've got opencv + numpy installed, you can then just navigate to the base directory of this project and run the script,

git clone https://github.com/WillBrennan/ImageStitching
cd ImageStitching
pip install -r requirements.txt 
python stitching.py ~/Pictures/my_videos/

. This script is expected to only output one image as its stitching the frames from the video or images together into a single mosaic. There's an example of a stitched image in the readme.

joel-Y commented 3 years ago

Hey Will,

Oh okay, I thought it'd output a stitched panoramic video.

Thanks,

On Fri, Oct 1, 2021 at 2:47 PM Will Brennan @.***> wrote:

Closed #15 https://github.com/WillBrennan/ImageStitching/issues/15.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/WillBrennan/ImageStitching/issues/15#event-5396211957, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLJF3WAFGUEXFPUPECL2CLUEX64NANCNFSM5FE2P53Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.