Allen

Results 16 issues of Allen

I find the wrong case about Matrix.columnspace(), like the folllowing pictures, could you please tell me how to solve it? Thank you in advance! ![badcase](https://user-images.githubusercontent.com/47704679/129213989-db32d720-59d0-412f-8f62-2fd7d47ad35a.PNG)

Hi , as the issue says, I just wonder the meaning of parameter 'dataset' in function 'explore_exploit'. Could you please explain it? Thank you in advance!

question like this: ![image](https://user-images.githubusercontent.com/47704679/187472548-4675c4bb-5475-479b-b5cb-081026ab2a30.png) ![image](https://user-images.githubusercontent.com/47704679/187473132-43e88856-865e-4469-86bd-5807f7b0c6d2.png)

Hello, when I run the train the model as you provided, sometimes it just interrupts beacause of getting an infinite grid, which corresponds to Line 30 in ./utils/layout/boxes_to_layouts.py. Do you...

Hello, contributors! Thanks for your nice work! I just wonder the inference time of SMPL-based pose edtimation methods. Could you please provide it just like 2D pose estimation in MMPose...

Hello, it is a nice work! I just wonder the order of the 22 joints and their corresponding names. Is the order the same to that of SMPL joints? Thank...

Hello, my question is about the video rendering. Why the rotations along the x-axis and y-axis are needed here ?[https://github.com/athn-nik/teach/blob/f4285aff0fd556a5b46518a751fc90825d91e68b/teach/render/mesh_viz.py#L103](url). I also tried to comment out these two line of...

https://github.com/athn-nik/teach/blob/f4285aff0fd556a5b46518a751fc90825d91e68b/teach/model/teach.py#L295 I think it is necessary to differetiate the text decoder and the motion decoder. So I am confused. Thank you in advance!