Thank you for your great work!!
In pips(the previous version), in order to chain the results, the visibility confidence vis is used in chain_demo.py. The main idea is to choose the location which has the highest visibility confidence in the last segment as the start of next inference on the following segments.
In pips, the vis is part of the output of forward function.
I'm curious if I can get visibility confidence in pips++? My video is much longer than 48 frames, I need to chain the results.
Thank you for your great work!!
In pips(the previous version), in order to chain the results, the visibility confidence vis is used in chain_demo.py. The main idea is to choose the location which has the highest visibility confidence in the last segment as the start of next inference on the following segments.
In pips, the vis is part of the output of forward function.
I'm curious if I can get visibility confidence in pips++? My video is much longer than 48 frames, I need to chain the results.