VoxelNet-tensorflow icon indicating copy to clipboard operation
VoxelNet-tensorflow copied to clipboard

Augmentation

Open ansabsheikh9 opened this issue 7 years ago • 6 comments

Hi @jeasinema, I have noticed after augmantation of type 1, and adding delta Z makes some of the boxes are below ground plane. And some are above the ground plane. is it ok to give training data like this? could you please comment on this

untitled

ansabsheikh9 avatar Jul 13 '18 14:07 ansabsheikh9

@jeasinema hi how did u augment the data can you pls share the steps . i too want ot augment the data but not able to do it

abhigoku10 avatar Feb 24 '19 11:02 abhigoku10

Hi @abhigoku10 here is the function which is used for data augmentation. https://github.com/jeasinema/VoxelNet-tensorflow/blob/d24c3eefc5762e4785ca3be6ca7d1fd0ef16bc61/utils/data_aug.py#L23

ansabsheikh9 avatar Mar 05 '19 08:03 ansabsheikh9

@ansabsheikh9 thanks for the pointers , have u done occlusion augmentation.Can you pls share some details on that

abhigoku10 avatar Mar 05 '19 08:03 abhigoku10

@abhigoku10 I do not have any idea about occolusion augmentation, But here are three types of augmentations. For each iteration, one type of augmentation is performed which is selected based on some probability. First is random orientation of the whole scene, second is random magnification, third is augmenting individual object by rotation and translation in three axis.

ansabsheikh9 avatar Mar 05 '19 08:03 ansabsheikh9

@ansabsheikh9 thanks for the information

abhigoku10 avatar Mar 06 '19 10:03 abhigoku10

@ansabsheikh9 where you able to draw the bounding on the image??

abhigoku10 avatar Mar 12 '19 10:03 abhigoku10