add tensorboard for training monitoring
This commit is contained in:
parent
a590a0dc35
commit
a4e57ae637
2 changed files with 2 additions and 1 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -3739,4 +3739,4 @@ watchdog = ["watchdog (>=2.3)"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10,<3.12,"
|
||||
content-hash = "71868029d1943c412082bcb705dd76711f105afa8a93326a45e129230de8ffa9"
|
||||
content-hash = "62dfd42f157db7bab8fe70e494c74dbff3a039bd15afdab378c4b761260e7620"
|
||||
|
|
|
@ -42,6 +42,7 @@ opencv-python = {file="./opencv_python-4.10.0.84-cp310-cp310-linux_x86_64.whl"}
|
|||
setproctitle = "^1.3.3"
|
||||
bytetracker = { git = "https://github.com/rubenvandeven/bytetrack-pip" }
|
||||
jsonlines = "^4.0.0"
|
||||
tensorboardx = "^2.6.2.2"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
|
Loading…
Reference in a new issue