mirror of
https://github.com/ruvnet/RuView.git
synced 2026-08-30 12:05:50 +00:00
feat: add physics-constrained pose refinement
This commit is contained in:
21
scripts/pose-physics/testdata/leaky-split-manifest.json
vendored
Normal file
21
scripts/pose-physics/testdata/leaky-split-manifest.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"records": [
|
||||
{
|
||||
"split": "train",
|
||||
"sequence": "sequence-1",
|
||||
"take": "take-1",
|
||||
"subject": "subject-1",
|
||||
"room": "room-1",
|
||||
"calibration_session": "calibration-1"
|
||||
},
|
||||
{
|
||||
"split": "test",
|
||||
"sequence": "sequence-2",
|
||||
"take": "take-2",
|
||||
"subject": "subject-1",
|
||||
"room": "room-2",
|
||||
"calibration_session": "calibration-2"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user