forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Torch] Restore class-aware NMS for detection models by graph rewrite (…
…apache#7154) * add a pattern to rewrite nms to batched nms * update object detection test to add rewrite * updated tutorial * add doc * fixed coord_start * test fixed by setting force_surpress=False * revert tutorial change * add some comment to explain the pattern * update NMS pattern following frontend change
- Loading branch information
Showing
3 changed files
with
176 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters