syguan96 / DynaBOA

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

Takes too much time inferencing 3DPW #36

Closed dqj5182 closed 1 year ago

dqj5182 commented 1 year ago

Hi. I am now running inference for 3DPW dataset, but having trouble with inference time. When I run run_on_3dpw.sh, the 3DPW inference time is about 17 hours which is quite a long time. Is this normal? or am I missing something?

Screen Shot 2022-12-22 at 2 04 53 PM
syguan96 commented 1 year ago

Hi, It takes less time in my environment. But the code indeed is slow, since the model is fine-tuned on every test image.

From my phone

在 2022年12月22日,13:07,Daniel Jung @.***> 写道:

 Hi. I am now running inference for 3DPW dataset, but having trouble with inference time. When I run run_on_3dpw.sh, the 3DPW inference time is about 17 hours which is quite a long time. Is this normal? or am I missing something?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

dqj5182 commented 1 year ago

Hi.

Thank you for your comment! After running second validation experiment, the experiment took about 8 hours. Nice to know that this is not just my problem!

Always thanks for your quick response.