Hi Will,
I am attempting to stitch 2 image in path. Seems the stitching is starting, but the process does not finish. Here is what I see on the terminal.
python3 stitching.py testimages --display --save
WARNING:root:skipping .DS_Store...
INFO:root:displaying image 0
INFO:root:saving result image on result_0.jpg
I see the first image open in a window and the shown images is in result_0.jpg file. There is further terminal output indicating the stitching in progress or complete. I have the images named img1.jpeg and img2.jpeg in testimages directory. Any suggestions on resolving the issue is much appreciated. Thank you.
Hi Will,
I am attempting to stitch 2 image in path. Seems the stitching is starting, but the process does not finish. Here is what I see on the terminal.
python3 stitching.py testimages --display --save
WARNING:root:skipping .DS_Store...
INFO:root:displaying image 0
INFO:root:saving result image on result_0.jpg
I see the first image open in a window and the shown images is in result_0.jpg file. There is further terminal output indicating the stitching in progress or complete. I have the images named img1.jpeg and img2.jpeg in testimages directory. Any suggestions on resolving the issue is much appreciated. Thank you.