Revert to local dependency to debug training when using maps
This commit is contained in:
parent
8db0f2cf6c
commit
1aff04d444
2 changed files with 6 additions and 8 deletions
10
poetry.lock
generated
10
poetry.lock
generated
|
@ -3692,7 +3692,7 @@ description = "This repository contains the code for Trajectron++: Dynamically-F
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "^3.9,<3.12"
|
python-versions = "^3.9,<3.12"
|
||||||
files = []
|
files = []
|
||||||
develop = false
|
develop = true
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
dill = "^0.3.7"
|
dill = "^0.3.7"
|
||||||
|
@ -3719,10 +3719,8 @@ torch = [
|
||||||
tqdm = "^4.65.0"
|
tqdm = "^4.65.0"
|
||||||
|
|
||||||
[package.source]
|
[package.source]
|
||||||
type = "git"
|
type = "directory"
|
||||||
url = "https://git.rubenvandeven.com/security_vision/Trajectron-plus-plus/"
|
url = "../Trajectron-plus-plus"
|
||||||
reference = "HEAD"
|
|
||||||
resolved_reference = "4e883511d31c96f0a894afc714fed05e322cea5b"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tsmoothie"
|
name = "tsmoothie"
|
||||||
|
@ -3929,4 +3927,4 @@ watchdog = ["watchdog (>=2.3)"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10,<3.12,"
|
python-versions = "^3.10,<3.12,"
|
||||||
content-hash = "51023fede550e6a8066ed1689cfedfa01346d994e0dea773476609508dc9ee8b"
|
content-hash = "716919f29853fc36b09594af35aa8ca09d4d3ceb7ad9cf54a85f4042569ecf1c"
|
||||||
|
|
|
@ -16,8 +16,8 @@ rewrite_tracks = "trap.tools:rewrite_raw_track_files"
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10,<3.12,"
|
python = "^3.10,<3.12,"
|
||||||
|
|
||||||
#trajectron-plus-plus = { path = "../Trajectron-plus-plus/", develop = true }
|
trajectron-plus-plus = { path = "../Trajectron-plus-plus/", develop = true }
|
||||||
trajectron-plus-plus = { git = "https://git.rubenvandeven.com/security_vision/Trajectron-plus-plus/" }
|
#trajectron-plus-plus = { git = "https://git.rubenvandeven.com/security_vision/Trajectron-plus-plus/" }
|
||||||
torch = [
|
torch = [
|
||||||
{ version="1.12.1" },
|
{ version="1.12.1" },
|
||||||
# { url = "https://download.pytorch.org/whl/cu113/torch-1.12.1%2Bcu113-cp38-cp38-linux_x86_64.whl", markers = "python_version ~= '3.8' and sys_platform == 'linux'" },
|
# { url = "https://download.pytorch.org/whl/cu113/torch-1.12.1%2Bcu113-cp38-cp38-linux_x86_64.whl", markers = "python_version ~= '3.8' and sys_platform == 'linux'" },
|
||||||
|
|
Loading…
Reference in a new issue