psv901/Project1MyAutoPano
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
For Phase 1:
Run the wrapper.py in phase1 code with below command.
" python Wrapper.py "
Note: Make sure appropriate image paths are given for which the panorama needs to be generated.
For Phase 2:
For Data generation use data_generator.py to generate the patches Pa and Pb for the respective images.
To train the supervised model run the Train_supervised.py
To test the supervised model run the Test.py
To train the unsupervised model run the Train_unsupervised.py
Note: Respective paths to the input and output image folders needs to be updated accordingly.
You can find the result images in the results folder