Skip to content

Commit

Permalink
Update seam_carving.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SOUMEE2000 authored Jan 29, 2023
1 parent d3693b1 commit acb09d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seam_carving.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import argparse
from numba import jit
from scipy import ndimage as ndi
import Pose_Detection

SEAM_COLOR = np.array([255, 200, 200]) # seam visualization color (BGR)
SHOULD_DOWNSIZE = True # if True, downsize image for faster carving
Expand Down

0 comments on commit acb09d4

Please sign in to comment.