You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry but I cannot remember whether this parser can work normally.
I remember that this parser should be used in the visualize function in each network class, e.g. HandTrackModel and HandTrackNet. Maybe you can check the code there. Also, you can check the intermediate output on the terminal, since some information will be printed in visualize.
Hi @JYChen18 ,
Thanks for your great work again.
I have run successfully with your codes, but I would like to ask if the test results are only saved as .pkl file.
It seems from the below codes to be able to generate results in .gif formats.
parser.add_argument('--save', action='store_true', default=False, help='save tracking results for generating .gif file(maybe buggy)')
I choose "--save" when I run codes, but only the .pkl files are generated, without visulization details.
Really appreciate it !
Can
The text was updated successfully, but these errors were encountered: