grg's picture
Cleaned old git history
be5548b
raw
history blame contribute delete
106 Bytes
import torch
def default_preprocess_obss(obss, device=None):
return torch.tensor(obss, device=device)