Skip to content

Commit 228d0b6

Browse files
author
arch
committed
show loading screen first
1 parent 0e6b1ec commit 228d0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funscript_editor/algorithms/funscriptgenerator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,8 +950,8 @@ def tracking(self) -> str:
950950
self.logger.critical("The program crashed due to a fatal error", exc_info=ex)
951951
return "program crashed"
952952

953-
bboxes = self.correct_bboxes(bboxes, delete_last_predictions)
954953
self.__show_loading_screen(first_frame.shape)
954+
bboxes = self.correct_bboxes(bboxes, delete_last_predictions)
955955
video.stop()
956956
self.logger.info(status)
957957
self.logger.info('Interpolate tracking boxes')

0 commit comments

Comments
 (0)