InternLandMark / LandMark

Other
441 stars 39 forks source link

Some questions about implementation of LandMark/app/models /gridnerf_sequential.py #39

Open Kidleyh opened 9 months ago

Kidleyh commented 9 months ago

Why does line 706 of code look like this? The last two dimensions are opposite. torch.randn( (1,n_component[i],gridSize[mat_id_1] * j,gridSize[mat_id_0] * j, ) But line 731 of code is torch.randn((1, n_component[i], planeSize[0], planeSize[1])