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:
Glenn Jocher 2023-02-15 20:48:46 +04:00 committed by GitHub
parent ed6c54da7a
commit e799592718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 10 deletions

View file

@ -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'