wangxiang1230 / OadTR

Code for our ICCV 2021 Paper "OadTR: Online Action Detection with Transformers".
MIT License
90 stars 12 forks source link

HDD dataset #29

Open shgjagy opened 1 year ago

shgjagy commented 1 year ago

Hello, can you provide a specific hyperparameter on how to replicate your results with an HDD dataset?

wangxiang1230 commented 1 year ago

Hello, can you provide a specific hyperparameter on how to replicate your results with an HDD dataset?

Hi, thanks for your interest in OadTR. The preprocess file for HDD is here. The code of the network is here.

shgjagy commented 1 year ago

       Hello, I used your network code. In order to match the dimensions of x and decoder_clstoken in the model, only embedding in the hyperparameter Dim changed from 1024 to 256, but the result is still not good. My hyperparameter is attached. Can you package the entire code for me? Thank you very much.

孙慧敏 @.***

 

------------------ 原始邮件 ------------------ 发件人: "wangxiang1230/OadTR" @.>; 发送时间: 2023年5月15日(星期一) 下午4:57 @.>; @.**@.>; 主题: Re: [wangxiang1230/OadTR] HDD dataset (Issue #29)

Hello, can you provide a specific hyperparameter on how to replicate your results with an HDD dataset?

Hi, thanks for your interest in OadTR. The preprocess file for HDD is here. The code of the network is here.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

shgjagy commented 1 year ago

Hello, I used your network code and changed  self.ignore_index to -1, and now the reproduced result is 23.7map. Can you package the entire code for me? Thank you very much

孙慧敏 @.***

 

------------------ 原始邮件 ------------------ 发件人: "wangxiang1230/OadTR" @.>; 发送时间: 2023年5月15日(星期一) 下午4:57 @.>; @.**@.>; 主题: Re: [wangxiang1230/OadTR] HDD dataset (Issue #29)

Hello, can you provide a specific hyperparameter on how to replicate your results with an HDD dataset?

Hi, thanks for your interest in OadTR. The preprocess file for HDD is here. The code of the network is here.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

wssxjtu commented 1 year ago

@shgjagy 我精度也和您相似,请问您解决了么