joddiy edited a comment on issue #700: URL: https://github.com/apache/singa/issues/700#issuecomment-654043371
> Hi, > > Will work on RoiAlign. Also can GatherElements be implemented similar to ScatterElements? > > Thanks and Regards, > Shashank Nigam Thanks @Shashankwer . I just saw your PR of ScatterElements. I guess you can implement the NonMaxSuppression firstly, it's easier than RoiAlign. There are some operators we cannot support for RoiAlign, for example, the crop. But the NonMaxSuppression is straightforward now. You can follow this one: https://github.com/pytorch/vision/blob/master/torchvision/ops/boxes.py ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
