JeongminB / E-D3DGS

[ECCV 2024] Official repository for "Per-Gaussian Embedding-Based Deformation for Deformable 3D Gaussian Splatting"
Other
106 stars 6 forks source link

A magic number seems to limit the number of cameras allowed? #5

Closed zeshunzong closed 2 months ago

zeshunzong commented 2 months ago

In deformation.py self.offsets = torch.nn.Parameter(torch.zeros((30, 1))) What does this magic number 30 mean? It seems that I get an error when data has more than 30 cameras.

JeongminB commented 2 months ago

You can simply increase that number (We added a comment to prevent confusion). We only verified the datasets we tested, and we leave the others to future researchers for now.