xunzha

Results 3 comments of xunzha

adet/config/defaults.py set _C.MODEL.FCOS.POST_NMS_TOPK_TEST = max number ofinstances

> > I think now you can try to run inference with a checkpoint > > @czczup 你好,我按照[这个](https://github.com/czczup/ViT-Adapter/issues/41#issuecomment-1250229196)修改了代码,然后运行了`python test.py`,遇到了同样的问题 > > > TypeError: ms_deform_attn_backward(): incompatible function arguments. The following argument...

> I am doing this thing converting FCOS model to trt. Also I am implementing trt C++ inference steps for BlendMask. > > Currently FCOS trt inference can forward, and...