syguan96 / DynaBOA

[T-PAMI 2022] Out-of-Domain Human Mesh Reconstruction via Dynamic Bilevel Online Adaptation
224 stars 19 forks source link

Can I test on single image or video? #1

Closed woo1 closed 2 years ago

woo1 commented 2 years ago

Hi, Thanks for sharing this code Can I test on single image or video by using this code? run_on_3dpw.sh tests on various data, can you give me some guide to do this?

syguan96 commented 2 years ago

For Q1, in our work, we focus on streaming images, which have temporal correlations. Therefore, you can test DynaBOA on videos. But for shuffled images, maybe you should remove temporal constraints first.

For Q2, I will update the code this week.

woo1 commented 2 years ago

Thanks for your kind reply

AK391 commented 2 years ago

@syguan96 can you please add a google colab for inference thanks

syguan96 commented 2 years ago

@woo1, I added a guideline to run DynaBOA on internet videos. Please see readme for more details.

syguan96 commented 2 years ago

@AK391 thanks for your interest. Following the guidance in readme step by step, you can learn how to infer results. I'd like to add a google colab, but I'm a little busy now.

woo1 commented 2 years ago

@syguan96 Thanks for your reply, it works well!