We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a385a commit 01a8239Copy full SHA for 01a8239
scripts/evaluate_gn1.py
@@ -79,7 +79,7 @@ def run_closed_loop_policy(
79
)
80
video_writer = VideoWriter(
81
video_fpath,
82
- # Height, width
+ # Height, width to be in the order of (width, height) for cv2
83
args.original_image_size[:2][::-1],
84
fps=20,
85
0 commit comments