mvpose icon indicating copy to clipboard operation
mvpose copied to clipboard

Code for "Fast and Robust Multi-Person 3D Pose Estimation from Multiple Views" (CVPR 2019, T-PAMI 2021)

Results 20 mvpose issues
Sort by recently updated
recently updated
newest added

Hi, Thank you for your work. I found that the dataset link is invalid. Could you please provide an updated link? Thank very much.

when i run `python ./src/m_utils/demo.py -d Campus`, i get the first image. After i close the first image, i get this problem. I print the poseIDInCam, poseIDInCam=[None None None]. `Traceback...

I do not know the mean of variate (pselect, _lambda, mu ...) in `matchSVT.py`, Can you tell me or where I can find out what they mean?

anyone can teach me how to plug a third-party 2d pose estimation like open-pose?

Really interested on your new work👏 [T-PAMI 2021] Fast and Robust Multi-Person 3D Pose Estimation and Tracking from Multiple Views Wondering when do you release the code and paper

FilenotFoundError : No such file or directory: '/parameter/dir/intrinstic.mat' Can you tell how to solve the error ?

Thanks for your great work! I was wondering what did the `n` in expression (3) represent? Is it the number of views, which is `V` acutally?

I have a question about the camera parameter. Do we need the chessboard to estimate the intrinsic mat and extrinsic mat? Add following code to .datasets/CampusSeq1/Calibration/producePmat.m K = cell(1,3); K{1}...

What is the unit of coordinates and the origin? How can I get its real world coordinates?

Hello, I want to reference your function matchSVT() in matchSVT.py. But I don't understand how it works. I found your has implemented a test code in "__main__", which relies on...