-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
global_translate_noise in CenterForm is different from that in CenterPoint. #11
Comments
|
some sonfused... |
The pasted object will be added to all frames in the same way (same location and augmentation noises etc.). I just assume it is a static object in the scene. centerformer/det3d/datasets/pipelines/preprocess_multiframe.py Lines 136 to 141 in 5a949b8
|
I see, but if the network has velocity prediction branch, the static object assumption may confused the network, or maybe you have already set the velocity of the paste objects in gt_target to 0? By the way, why not use the velocity of the obejct label to figure out where the obejct is in the history frame and paste on it? Is it worth a try? |
Interesting work!
The translation of data aug in CenterForm is 0.5,
https://github.com/TuSimple/centerformer/blob/master/configs/waymo/voxelnet/waymo_centerformer.py#L132, while the translation in CenterPoint is 0. Also, I noticed that you used the
np.random.uniform
rather thannp.random.normal
like rotation and scale parameters. Could you explain the motivation of these modification and performance influence about them?The text was updated successfully, but these errors were encountered: