Open jamesyoung0623 opened 1 year ago
Hello,
I think for monocular videos and images, the camera files generated is created through the following file: apps/calibration/create_blank_camera.py
Hello,
I think for monocular videos and images, the camera files generated is created through the following file: apps/calibration/create_blank_camera.py
Hello, when I run on multi view videos, whether the camera files will be created?
Hello, I think for monocular videos and images, the camera files generated is created through the following file: apps/calibration/create_blank_camera.py
Hello, when I run on multi view videos, whether the camera files will be created?
Sorry, for multi view videos, u need to pass your own camera parameters, otherwise the triangulation won't work. Blank camera only done for monocular.
That's the necessity for multi-view
Hello, I think for monocular videos and images, the camera files generated is created through the following file: apps/calibration/create_blank_camera.py
Hello, when I run on multi view videos, whether the camera files will be created?
Sorry, for multi view videos, u need to pass your own camera parameters, otherwise the triangulation won't work. Blank camera only done for monocular.
That's the necessity for multi-view
OK, thank you very much!
Hello, I think for monocular videos and images, the camera files generated is created through the following file: apps/calibration/create_blank_camera.py
Hello, when I run on multi view videos, whether the camera files will be created?
Sorry, for multi view videos, u need to pass your own camera parameters, otherwise the triangulation won't work. Blank camera only done for monocular.
That's the necessity for multi-view
Hello, could you tell me the detail format of camera parameters in extri.yml and intri.yml?
Hello, I think for monocular videos and images, the camera files generated is created through the following file: apps/calibration/create_blank_camera.py
Hello, when I run on multi view videos, whether the camera files will be created?
Sorry, for multi view videos, u need to pass your own camera parameters, otherwise the triangulation won't work. Blank camera only done for monocular. That's the necessity for multi-view
Hello, could you tell me the detail format of camera parameters in extri.yml and intri.yml?
For intri you need focal length, camera centers. And distortion( optional ) For extri, you need Roation, translation and Rodriguez
Regarding the file format, please check any create_camera.py in this repo. Or check Easymocap Web page, there also they covered the structure of these files in yaml format
Hello, I think for monocular videos and images, the camera files generated is created through the following file: apps/calibration/create_blank_camera.py
Hello, when I run on multi view videos, whether the camera files will be created?
Sorry, for multi view videos, u need to pass your own camera parameters, otherwise the triangulation won't work. Blank camera only done for monocular. That's the necessity for multi-view
Hello, could you tell me the detail format of camera parameters in extri.yml and intri.yml?
For intri you need focal length, camera centers. And distortion( optional ) For extri, you need Roation, translation and Rodriguez
Regarding the file format, please check any create_camera.py in this repo. Or check Easymocap Web page, there also they covered the structure of these files in yaml format
I get it. Thank you!
@jamesyoung0623 Hi does apps/calibration/create_blank_camera.py do the job for you? I tried it but when I want to use the camera parameters and the smpl in training, it does not align.
Hello, Thanks for sharing the great work! I am now trying to run on monocular videos: https://chingswy.github.io/easymocap-public-doc/develop/03_fitsmpl_monocular.html#try-the-code I got the estimated smpl parameters, but I don't know how to get the corresponding camera parameters. Is there any way to get the estimated camera parameters? Thank you!