LIP_JPPNet
LIP_JPPNet copied to clipboard
Time
What is the expected runtime for pose and parsing? When I'm testing with multiple images, >4secs is taken for the first followed by 1sec(apprx.) for the remaining images excluding the load time.
Actually, the inference time depends on your input size. It will be slower for the multi-scale inference.
Yes! I agree. But the image which is taking around 1 sec when placed at non-first position is taking 4-6 secs when placed at first position. The same thing applies to all the images. That's the issue I'm talking about. The time is calculated excluding the load time i.e., after the printing statement: [*] Load Success .
Hi @Engineering-Course, How to load the model separately ? Please help.