We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6b1ec commit 228d0b6Copy full SHA for 228d0b6
funscript_editor/algorithms/funscriptgenerator.py
@@ -950,8 +950,8 @@ def tracking(self) -> str:
950
self.logger.critical("The program crashed due to a fatal error", exc_info=ex)
951
return "program crashed"
952
953
- bboxes = self.correct_bboxes(bboxes, delete_last_predictions)
954
self.__show_loading_screen(first_frame.shape)
+ bboxes = self.correct_bboxes(bboxes, delete_last_predictions)
955
video.stop()
956
self.logger.info(status)
957
self.logger.info('Interpolate tracking boxes')
0 commit comments