summaryrefslogtreecommitdiff
path: root/crop-equirectangular.py
diff options
context:
space:
mode:
Diffstat (limited to 'crop-equirectangular.py')
-rw-r--r--crop-equirectangular.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/crop-equirectangular.py b/crop-equirectangular.py
index 683cba8..e3d3ec8 100644
--- a/crop-equirectangular.py
+++ b/crop-equirectangular.py
@@ -4,7 +4,10 @@ import requests
import time
from PIL import Image
-# This script should be run once to generate crops with a specific aspect ratio from a pano.
+# This script generates crops with a specific aspect ratio from a 360 video.
+# It creates three sequences (identified by "--label")
+# The default is a 24 degree overlap (equivalent to 1/6 of the 3:1 output image)
+# Setting a higher overlap means you can have taller vertical FOV.
parser = argparse.ArgumentParser()
parser.add_argument('--folder', default="sequences/venice_360/equi")