songtianhui

Results 12 issues of songtianhui

Hello! I wonder where can I find code for the latest E.T Track. It's perfect work and I'm looking forward. Thank you!

For something like `self.loss_ld = build_loss(dict(type='LocalizationDistillationLoss'...))` I seem not to find the class definition of it in this codebase...

Hello, thanks for your work! I am reading the code but get confused about some details. In the `class Point_Transformer_Last`, the `self.pos_xyz` is not defined in the section. What does...

Hello, thanks for your excellent work! Can you share the computation resources for training VAR? Basically such as the number of GPUs and training days per epoch. This would be...

Hello, I try to use the plugin to foward x11 but I was confused. Normally I use like `ssh [email protected]` to connect to remote machine, It's a local ssh command...

I run `evalai challenges` and got `404 Client Error: Not Found for url: https://eval.ai/api/challenges/challenge/all`. What is the problem? Thanks!

Hi, thanks for your awesome work! I want to know what is the FID-30K from MSCOCO val set, since as the paper says that the 30k samples are drawn randomly....

Hi, I am confused about the tile function. First, I want to know what does it do? The readme says it can replace the details in image, so does it...