360-panorama-python icon indicating copy to clipboard operation
360-panorama-python copied to clipboard

Not able to run start.py on images directory in Win10 Anaconda Python environment

Open RaymondDixon opened this issue 4 years ago • 0 comments

Hi @Jie-Geng , I was going through your work to learn how to do 360 panorama stitching from images taken from mobile camera. I have installed the reqirements and learned the procedures from your experiments mentioned in shared notebooks. I tried to run start.py on the images directory from Win10 Anaconda Python terminal. But code exit in line 128 due to return 0 statement. So i tried uncommenting Stitch the mainframe panorama section and run start.py again. But i get error OSError: [WinError 193] %1 is not a valid Win32 application in line 100, where you are calling subprocess on pano-register file. Is pano-register an executable file that cant run in Win10?. It would be helpful if you please guide how to run start.py on the images directory you provided to create a 360 panorama image.

RaymondDixon avatar May 31 '20 16:05 RaymondDixon