threestudio-project / threestudio

A unified framework for 3D content generation.
Apache License 2.0
6.32k stars 480 forks source link

torch.cross #446

Open SuLvXiangXin opened 8 months ago

SuLvXiangXin commented 8 months ago

In here(and some other places), if dim in torch.cross is not given, the cross operation may be performed on first dimension as said in pytorch documentation, then with batch_size>1, c2w is wrong.

image