fix
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user