una-dinosauria / 3d-pose-baseline

A simple baseline for 3d human pose estimation in tensorflow. Presented at ICCV 17.
MIT License
1.41k stars 355 forks source link

camera idx? #168

Closed yileld closed 4 years ago

yileld commented 4 years ago

hi,I want to generate 2d input by my model, but your dataset format is different from original hm36. Such as Directions.54138969.h5, what does 54138969 mean?whats its camera index? Thanks!

zhipeng-fan commented 3 years ago

Found this in another repo (VideoPose3D): cam_map = { '54138969': 0, '55011271': 1, '58860488': 2, '60457274': 3, }

Adilrn commented 3 years ago

@zhipeng-fan do you know how to reformat the data from h36m Poses_D3_Positions_Mono to match how the data in /data/h36m/cameras.h5 (now absent from the repository) ? I am having hard time to run the repository. Is it about just renaming some file?