Run

Results 7 issues of Run

Hi, Thank you for your outstanding work “Distilling DETR with Visual-Linguistic Knowledge for Open-Vocabulary Object Detection”. When will the code be released?

目前的Ctrl+F搜索范围只包括了文章名和abstract,如果能把Author也涵盖就好了。 一些小伙伴可能想查找特定作者的新文章

Hi, thanks for a serious of nice works for the text2motion area. I am very confused why I have to convert the SMPL format to 263 dim vectors for training....

Hi, thanks for this great work! When I was reading the code, I found that each time the dataset was loaded, a new `mean.npy` and `std.npy` would be calculated based...

Hi, mingyuan, thanks for your excellent work. When I read the code, I find the motion-length in test stage is obtained via the `length = len(motion)` in `Pipeline Module: Crop`...

Hi, thanks for the excellent work! May I ask how you render motions into SMPL? I would greatly appreciate it if you could share the code or provide some guidance!

Hi, thanks for the solid work. I'm curious why padding is applied from the left side in the code, such as `tokenizer.padding_side = "left"`. Is there any advantage of left...