Zuoyue Li
Zuoyue Li
I believe there is a mistake in the `panorama_to_world` function. Instead of `axis = np.cross([np.cos(pano_yaw), np.sin(tilt_yaw), 0], [0, 0, 1])`, It should be `axis = np.cross([np.cos(tilt_yaw), np.sin(tilt_yaw), 0], [0, 0,...
We cannot use PyTorch InstanceNorm / GroupNorm / LayerNorm directly because the feature map of a batched sparse tensor cannot represent each instance in the batch, as it is just...
这个repo真难用,五六个project共用一个imaginaire各种dataset trainer继承来继承去的真无语