Skip to content

Commit

Permalink
Update tigercinegui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
htylab committed Jun 15, 2024
1 parent ea85397 commit 63c418a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tigerhx/tigercinegui.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def process_files_multithreaded(files, slice_select, model_ff):
dict['model'] = basename(model_ff)
savemat(f'./output/{name}_pred_{onnx_version}.mat', dict)
log_message(log_box, f'{num + 1}/{len(files)}: {basename(file)} finished ......')
#root.after(0, update_mat_listbox)

root.after(0, lambda: progress_bar.pack_forget())
root.after(0, update_mat_listbox)
Expand Down

0 comments on commit 63c418a

Please sign in to comment.