Closed foolhard closed 1 year ago
I am not sure what "your CBGS augmentation" means, because I have not tried CBGS or other resamplings in AV2. In my experience, CBGS does not work that well in LiDAR-based detectors if we align the number of training iterations. I believe CopyPaste and a longer training schedule might offer better performance than CBGS.
Thanks for quick feedback. Then I understood why you use RepeatedDatatset instead of CBGSDataset. Actually I mean the CopyPaste in argo2-3d-26class.py. I use the same config in centerpoint but it does not work well. How much does it improve your FSD in AV2?
Sorry, I have not trained FSD in AV2 without CopyPaste. What is the performance you got with CenterPoint?
Hello,
I try your CBGS augmentation below in standard CenterPoint but found it does not work.
Does CBGS help to improve detection score in AV2? Could you share your experiments results about CBGS in AV2?
Besides, I found that RepeatedDataset is used in FSD, so FSD training doesn't re-sample the for class balance in AV2. Have you done the experiment for the class balance re-sampling in AV2? If yes, could you share the result?
Here is the db_sampler I copy from FSD and used in standard centerpoint.
Best regards