-
Notifications
You must be signed in to change notification settings - Fork 643
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Support feature map output for mmsegmentation (#1625)
* add feature map output for mmseg * update api * update demo * fix return * update format_shape * fix lint * update csharp demo * update python demo && api * fix coreml build * fix lint * better sort * update * update cpp demo & add missing header * change to CHW * update csharp api * update isort version to 5.12.0 * fix python api * fix log * more detail api docs * isort support python3.7 * remove isort change * remove whitespace * axes check * remove FormatShapeImpl * minor * add permute tc * remove stride buffer
- Loading branch information
Showing
31 changed files
with
656 additions
and
331 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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
csrc/mmdeploy/codebase/mmaction/cuda/format_shape_impl.cpp
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.