Skip to content

Commit

Permalink
tracker hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JSabadin committed Jan 7, 2025
1 parent aab2522 commit 4a745ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions luxonis_ml/tracker/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import json
import logging
import os
import time
from functools import wraps
from importlib.util import find_spec
from pathlib import Path
Expand Down Expand Up @@ -139,6 +140,7 @@ def __init__(
if rank == 0:
self.run_name = self._get_run_name()
else:
time.sleep(1)
self.run_name = self._get_latest_run_name()

Path(f"{self.save_directory}/{self.run_name}").mkdir(
Expand Down

0 comments on commit 4a745ad

Please sign in to comment.