fixes for crashes in standalone
This commit is contained in:
3
main.py
3
main.py
@@ -1968,7 +1968,7 @@ class PremiereWindow(QMainWindow):
|
|||||||
fps=self.current_video_fps
|
fps=self.current_video_fps
|
||||||
)
|
)
|
||||||
|
|
||||||
print(f"✅ Timeline synced with {actual_offset}s offset.")
|
print(f"Timeline synced with {actual_offset}s offset.")
|
||||||
else:
|
else:
|
||||||
print(f"DEBUG: No offset found for index {found_index}")
|
print(f"DEBUG: No offset found for index {found_index}")
|
||||||
|
|
||||||
@@ -1984,7 +1984,6 @@ class PremiereWindow(QMainWindow):
|
|||||||
# QMessageBox.Yes | QMessageBox.No)
|
# QMessageBox.Yes | QMessageBox.No)
|
||||||
# use_cache = cache_path if reply == QMessageBox.Yes else None
|
# use_cache = cache_path if reply == QMessageBox.Yes else None
|
||||||
|
|
||||||
self.btn_load.setEnabled(False)
|
|
||||||
|
|
||||||
# Pass the observation info to the worker
|
# Pass the observation info to the worker
|
||||||
self.worker = PoseAnalyzerWorker(self.file_path, self.selected_obs_subkey, self.predictor)
|
self.worker = PoseAnalyzerWorker(self.file_path, self.selected_obs_subkey, self.predictor)
|
||||||
|
|||||||
Reference in New Issue
Block a user