forked from open-mmlab/mmdetection3d
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] end2end yolov3 with ncnn (open-mmlab#248)
* support yolov3 ncnn with Yolov3DetectionOutput * update nms * fix contiguous in ncnn wrapper * remove padding to detectionoutput * format cpp * Revert "format cpp" This reverts commit 54050b19cd80d2f8cd851d82a755fd2c8d6c779d. * fix zero detection * fix yapf * onnx2ncnn.cpp * fix ut * fix isort * fix clang-format * format cpp * resolve comments * resolve comments * fix ut of ncnnend2endmodel * fix yapf * fix return list; Co-authored-by: hanrui1sensetime <[email protected]>
- Loading branch information
1 parent
2f6f6f8
commit 9e82851
Showing
10 changed files
with
260 additions
and
163 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
_base_ = ['../_base_/base_dynamic.py', '../../_base_/backends/ncnn.py'] | ||
|
||
codebase_config = dict(model_type='ncnn_end2end') | ||
onnx_config = dict(output_names=['detection_output'], input_shape=None) |
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
Oops, something went wrong.