particle filter resampling question
Hi, i need help with resampling for particle filter.
i have an array of weighted particle. and want to keep exactly the same number of particles. if i resample in a way that high weighted particles duplicate while low weighted particles are eliminated, when my tracked object (tracking using particle filter) moves, the converged particles dont move with object and never converge again.
why does this happen?