Skip to content

Commit 01a8239

Browse files
committed
add code comment
1 parent a0a385a commit 01a8239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/evaluate_gn1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def run_closed_loop_policy(
7979
)
8080
video_writer = VideoWriter(
8181
video_fpath,
82-
# Height, width
82+
# Height, width to be in the order of (width, height) for cv2
8383
args.original_image_size[:2][::-1],
8484
fps=20,
8585
)

0 commit comments

Comments
 (0)