Closed zjplab closed 4 years ago
lt: upper left rb: bottom right
lt: upper left rb: bottom right
Hello, do you now what does
q_lb = torch.cat([q_lt[..., :N], q_rb[..., N:]], dim=-1)
q_rt = torch.cat([q_rb[..., :N], q_lt[..., N:]], dim=-1)
mean ? what did self._get_p
do? Why q_rb = q_lt + 1
?
I know roughly these variables represent some kind of boundary coordinates. But what on earth do they represent? What does "lt" "rb" mean exactly?