Skip to content

Commit 5aa7bba

Browse files
committed
unsave
1 parent c0274e1 commit 5aa7bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

show_pose_annotations.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
opt = globals();
1111

1212
% save the images or not
13-
is_save = 1;
13+
is_save = 0;
1414
if is_save
1515
out_dir = 'Images_gt';
1616
if exist(out_dir, 'dir') == 0

0 commit comments

Comments
 (0)