alexzzhu / EventGAN

Official repository for the paper: Zhu, Alex Zihao, et al. "EventGAN: Leveraging Large Scale Image Datasets for Event Cameras." arXiv preprint arXiv:1912.01584 (2019).
MIT License
66 stars 10 forks source link

About human pose estimation #5

Open CARASO opened 3 years ago

CARASO commented 3 years ago

I am concerned that there are related content about human pose estimation in your demo video, but I cannot find any complete project examples using DVS data for human pose estimation. Where can I find relevant examples? Thank you very much.

alexzzhu commented 3 years ago

Sorry, we are figuring out how to release the exact code as I am no longer with the university. In the meantime, we mostly used the package here: https://github.com/microsoft/human-pose-estimation.pytorch. If you like, you can just modify the dataloader to input event volumes instead of images, and it should be the same pipeline as the one we used.