OmarAzizi commented on issue #18928: URL: https://github.com/apache/tvm/issues/18928#issuecomment-4132319133
@Aharrypotter, you've taken on quite a broad scope. affine_grid (full stack + ONNX + PyTorch frontend) and get_valid_counts + non_max_suppression (Tier 2). That's a lot of ground to cover in parallel. I'd love to contribute and wanted to check if there are any parts of your claimed work you'd be open to delegating, or that you haven't started yet, where a second contributor could help? For example: - The TFLite NON_MAX_SUPPRESSION_V5 frontend (Tier 3). This depends on the get_valid_counts + NMS Relax ops you're building, so it can't start until those land, but I could pick it up as a follow-on once the ops are ready. - Any part of the get_valid_counts + NMS Tier 2 stack if you'd prefer to split the work. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
