kwwcv / SSMP

(AAAI 2024) Paper: Semi-Supervised Class-Agnostic Motion Prediction with Pseudo Label Regeneration and BEVMix
Other
11 stars 0 forks source link

Inquiry on Temporal-sampling Implementation #2

Closed STARK-775178 closed 1 month ago

STARK-775178 commented 1 month ago

Hello, I am currently working through your paper "Semi-Supervised Class-Agnostic Motion Prediction with Pseudo Label Regeneration and BEVMix" and attempting to replicate the experimental setup. I couldn't find the implementation details for the "Temporal-sampling" technique mentioned in your paper, which is a crucial part of the data augmentation strategy.

Could you please point me to where this feature is implemented in the codebase, or provide guidance on how it's integrated? Your assistance would be greatly appreciated.

Thank you for your time and for sharing your research. 0.o

kwwcv commented 1 month ago

As the paper title highlights, the most important parts are actually "pseudo label regeneration" and "BEVMix". As for temporal-sampling(TS), we've recently observed that it results in the instability of the final performances, so TS was removed in the codebase. I'm unable to access the original code anymore, but you could try implementing TS on your own if you're keen. I believe it would be fairly straightforward to do.