Skip to content

Commit 3919616

Browse files
authored
Update main.py
1 parent c115536 commit 3919616

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.py

+3
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ def main(anchorFrame, targetFrame, outfile="OUTPUT", saveOutput=False, blockSize
261261
return residualMetric, residualFrame
262262

263263
if __name__ == "__main__":
264+
pass
265+
"""
264266
anchorPath = "testImages/personFrame1.png"
265267
targetPath = "testImages/personFrame2.png"
266268
main(anchorPath, targetPath)
269+
"""

0 commit comments

Comments
 (0)