How to deal with absent data
pyni opened this issue · 5 comments
pyni commented
Hello, i have a question:
If my data are absent,(for example, the skeletons for some frames are absent or some joints are absent in a frame ), how to deal with these cases.
Thanks!
huguyuehuhu commented
- You can interpolate the missing frame or joints with their neighbors
- Alternatively, you can directly fill them with zeros (then they will contribute nothing to the network forward path), OR with their nearest neighbor (assuming that the movement is continuous ).
pyni commented
Thanks for replying
pyni commented
Hi, i am sorry to disturb you a gain.
i wonder whether you will publish your action detection algorithm?
huguyuehuhu commented
@pyni I am not the author of the original paper, I have only reproduced the recognition part, you can try to contact the authors of the paper.
pyni commented
厉害厉害!