Open CAN-Lee opened 4 months ago
Hi,
Thanks for your interest in our work.
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
.
I hope it helps.
Jiayi
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