aimotive_dataset icon indicating copy to clipboard operation
aimotive_dataset copied to clipboard

aiMotive public dataset

Results 3 aimotive_dataset issues
Sort by recently updated
recently updated
newest added

I tried to visualize vertical angle distribution of LIDAR points and expect this histogram to be discrete and have 64 peaks, corresponding to 64 LIDAR beams. However, this histogram seems...

As I can understand, LIDAR frames are located in segment/dynamic/raw-revolutions folders, and 3d annotations are located in segment/dynamic/box/3d_body folders. But it seems that number of files in that folders are...

I tried to investigate, object of what types are annotated in train and val splits: ``` train_dataset = AiMotiveDataset(data_root, 'train') train_classes = set() for anno in train_dataset.dataset_index: with open(anno, 'r')...