zlyin

Results 4 comments of zlyin

> n't mind, would you like to tell us why to use this `img_norm_cfg` > > ``` > img_norm_cfg = dict(mean=[0,0,0], std=[1,1,1], to_rgb=True) > ``` Hi @MeowZheng This is because...

> I have the same questions. I found out the reason, you have to downgrade timm to 5.+

Hi Ross, any updates in this thread, @rwightman? Hi @hamadichihaoui @liaopeiyuan, may I ask how you guys decode the `gt_boxes` & `pred_boxes` when calculating the loss? - Currently, both my...

@hamadichihaoui, thank you for your help! I have implemented the new loss_function. Thanks!