YuliangXiu/PoseFlow

JSON files for posetrack validation videos.

Opened this issue · 0 comments

In line 66, of the tracker-baseline.py file, it reads a single file alpha-pose-results-val.json. So do we need to make a single file for all 50 videos from alphapose code?

notrack_json = "alpha-pose-results-{}.json".format(dataset) 

If so could you please clarify, how to do that, since alphapose only works for images in a single folder.