mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-20 08:21:50 +00:00
fix(lossless): tuning depth encoding parameters for lossless depth storage
This commit is contained in:
@@ -730,6 +730,7 @@ class TestEncodeDepthVideoFrames:
|
||||
pix_fmt="gray12le",
|
||||
g=4,
|
||||
crf=25,
|
||||
extra_options={},
|
||||
depth_min=0.05,
|
||||
depth_max=8.0,
|
||||
shift=2.5,
|
||||
@@ -777,6 +778,7 @@ class TestDepthEncoderConfigPersistence:
|
||||
pix_fmt="gray12le",
|
||||
g=2,
|
||||
crf=30,
|
||||
extra_options={},
|
||||
depth_min=0.05,
|
||||
depth_max=8.0,
|
||||
shift=2.5,
|
||||
|
||||
Reference in New Issue
Block a user