v1.3
This commit is contained in:
parent
8883f3b28a
commit
7b3cf7e08c
|
@ -15,7 +15,7 @@ from lerobot.common.datasets.utils import (
|
|||
from lerobot.common.datasets.video_utils import VideoFrame, load_from_videos
|
||||
|
||||
DATA_DIR = Path(os.environ["DATA_DIR"]) if "DATA_DIR" in os.environ else None
|
||||
CODEBASE_VERSION = "v1.2"
|
||||
CODEBASE_VERSION = "v1.3"
|
||||
|
||||
|
||||
class LeRobotDataset(torch.utils.data.Dataset):
|
||||
|
|
Loading…
Reference in New Issue