This commit is contained in:
Remi Cadene 2024-11-27 16:45:07 +01:00
parent a97c1cb1af
commit aa03a27f0a
1 changed files with 3 additions and 3 deletions

View File

@ -404,7 +404,7 @@ def main():
args = parser.parse_args()
kwargs = vars(args)
repo_id = kwargs.pop("repo_id")
# root = kwargs.pop("root")
kwargs.pop("root")
dataset = LeRobotDataset(repo_id)
visualize_dataset_html(dataset, **kwargs)