You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: