mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-21 19:49:49 +00:00
Fixed bug in the action scale of the intervention actions and offline dataset actions. (scale by inverse delta)
Co-authored-by: Adil Zouitine <adizouitinegm@gmail.com>
This commit is contained in:
committed by
AdilZouitine
parent
2aca830a09
commit
291358d6a2
@@ -260,12 +260,8 @@ if __name__ == "__main__":
|
||||
rois = json.load(f)
|
||||
|
||||
# rois = {
|
||||
# "observation.images.side": (92, 123, 379, 349),
|
||||
# "observation.images.front": (109, 37, 361, 557),
|
||||
# }
|
||||
# rois = {
|
||||
# "observation.images.front": [109, 37, 361, 557],
|
||||
# "observation.images.side": [94, 161, 372, 315],
|
||||
# "observation.images.front": [102, 43, 358, 523],
|
||||
# "observation.images.side": [92, 123, 379, 349],
|
||||
# }
|
||||
|
||||
# Print the selected rectangular ROIs
|
||||
|
||||
Reference in New Issue
Block a user