Closed ragier closed 1 year ago
General description of your pull request with the list of new features and/or bugs.
>>frame = aloscene.Frame(np.random.uniform(0, 1, (3, 50, 100)), names=("C", "H", "W")) >>frame = aloscene.Frame.batch_list([frame, frame.clone()]) >>frame = frame.temporal() >>print(f"names: {frame.names}\nshape: {frame.shape}") names: ('B', 'T', 'C', 'H', 'W') shape: torch.Size([2, 1, 3, 50, 100])
This pull request includes
General description of your pull request with the list of new features and/or bugs.
This pull request includes