Ashwin Ramesh

Results 5 issues of Ashwin Ramesh

Hi @mks0601 , I would like to implement training on this repo, but instead of a standalone dataset. I wish to combine all the 3 datasets - COCO, MPII and...

So the repo and research paper is aimed at detecting faces, then why is it that the demo image in the repo's READme file has bounding boxes around the entire...

Hi, I would like to know when to use `RowLinear` and `ColumnLinear`. I see it used in conjuction in `mlp.py` and `attention.py` and I'm finding it difficult to know what's...

Hi, I am aware that implementation and source code of kernels like FMHA is not released. However, is there a guide or some reference I can use to create custom...

I am interested in performing multimodal cross-attention. I don't see issues in performing self-attention in encoder since i can use the `BertAttention` plugin. However, cross-attention would have `query` from one...