Closed zhw-github closed 1 year ago
Hi,
Thanks for answering I understand
Hi,
- You are right, the current setting of num_embeddings is just for experiment, this part can easily be modified to an adaptive allocation strategy.
- The arguments to torch.transpose refer to dimensions, not specific values.
I assume that it does a pose[: 3, : 3].T
operation. I guess it's because of the outputs from se3pose.py
, which outputs the poses from world coordinate to camera coordinate rather than camera to world.
Hi, Sorry to bother you again? I am very interested in your excellent work, so I carefully read some of your code and ask some questions.