bytedance / particle-sfm

ParticleSfM: Exploiting Dense Point Trajectories for Localizing Moving Cameras in the Wild. ECCV 2022.
http://b1ueber2y.me/projects/ParticleSfM/
GNU General Public License v3.0
268 stars 23 forks source link

是否支持多相机重建 #19

Closed 16Huzeyu closed 7 months ago

16Huzeyu commented 11 months ago

非常棒的工作,想问一下是否支持多相机重建

guohengkai commented 7 months ago

Currently, the repo only supports single camera reconstruction. But you can try to implement a camera-rig version like https://github.com/colmap/colmap/issues/397. The main difference is the way of computing trajectory and camera pose.