ultralytics 8.0.39 add ByteTracker and BoT-SORT trackers and fixes (#984)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
ed6c54da7a
commit
e799592718
6 changed files with 11 additions and 10 deletions
|
|
@ -184,7 +184,7 @@ class BaseTrainer:
|
|||
finally:
|
||||
ddp_cleanup(self, file)
|
||||
else:
|
||||
self._do_train(int(os.getenv("RANK", -1)), world_size)
|
||||
self._do_train(RANK, world_size)
|
||||
|
||||
def _setup_ddp(self, rank, world_size):
|
||||
# os.environ['MASTER_ADDR'] = 'localhost'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue