Mr.Fire
Mr.Fire
Like tranditional KCF or LK track algorithm, they can track any object by input box. It seems CenterTrack is also kind of tracking-by-detection? So it can only detect and track...
hello, dear author, thx for sharing, but in this repo, I only see a basic_crnn code, no AFDM, so whats the meaning of this repo?
下载代码,执行同步的时候报错
in main.py-get_predictions()-argmax_hm(), around line 394, here is ``` coords_x = coords_raw // hm_width coords_y = coords_raw - coords_x * hm_width ``` should this be ``` coords_y = coords_raw // hm_width...
mac os, when I run ./bin/hs-airdrop ... got this: Error: error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt at Decipheriv.final (internal/crypto/cipher.js:172:29) at CipherBase.final (/Users/fire/Downloads/hs-airdrop/node_modules/bcrypto/lib/native/cipher.js:59:21) at Decipher.final (/Users/fire/Downloads/hs-airdrop/node_modules/bcrypto/lib/native/cipher.js:114:21) at Object.decrypt (/Users/fire/Downloads/hs-airdrop/node_modules/bcrypto/lib/native/cipher.js:187:9) at Object.decrypt (/Users/fire/Downloads/hs-airdrop/node_modules/bcrypto/lib/encoding/pemcrypt.js:68:23) at...
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...
Hi~ I wanna reproduce your XS results on COCO then do some improve experiments. And I tried the Normal Training said in README like this: ``` python dist_train.py --cfg experiments/coco/mobilenet/mobile.yaml...
Hi, I am now working on ZSL and interested in your nice work, after reading the code, I have some questions need your help: 1. In your paper, after the...
while run `pip install gedml` ### my env: ubuntu18 python3.8 pytorch1.8.2 cuda11.1