-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync master into dev-1.x #1091
Merged
Merged
Sync master into dev-1.x #1091
Conversation
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
change `make -install` to `make install` open-mmlab#618
* fix csharp api detector release result * fix wrong count arg of xxx_release_result in c# api
…b#530) * upload * add fake_multiclass_nms_rotated * delete unused code * align with pytorch * Update delta_midpointoffset_rbbox_coder.py * add trt rotated roi align * add index feature in nms * not good * fix index * add ut * add benchmark * move to csrc/mmdeploy * update unit test Co-authored-by: zytx121 <[email protected]>
* fix shufflenetv2 and pspnet * fix ci * remove print
If there is a variable in the string, single quotes will ignored it, while double quotes will bring the variable into the string after parsing
same with open-mmlab#654
* support segmentor with ncnn * update regression yml * replace chunk with split to support ts * update regression yml * update docs * fix segmenter ncnn inference failure brought by open-mmlab#477 * add test * fix test for ncnn and trt * fix lint * export nn.linear to Gemm op in onnx for ncnn * fix ci
* Add make install in en docs * Add make install in zh docs * Fix typo * Merge and add windows build Co-authored-by: tripleMu <[email protected]>
* optmize-csp-darknet * replace floordiv to torch.div * update csp_darknet default implement * fix test
* custom trt anchor generator * add ut * add docstring, update doc
* update torch2onnx tool to support onnx partition * add model partition of yolov3 * add cn doc * update torch2onnx tool to support onnx partition * add model partition of yolov3 * add cn doc * add to index.rst * resolve comment * resolve comments * fix lint * change caption level in docs
* add java classifier detector * add segmentor * fix lint * add ImageRestorer java apis and demo * remove useless count parameter for Segmentor and Restorer, add PoseDetector * add RotatedDetection java api and demo * add Ocr java demo and apis * remove mmrotate ncnn java api and demo * fix lint * sync java api folder after rebase to master * fix include * remove record * fix java apis dir path in cmake * add java demo readme * fix lint mdformat * add test javaapi ci * fix lint * fix flake8 * fix test javaapi ci * refactor readme.md * fix install opencv for ci * fix install opencv : add permission * add all codebases and mmcv install * add torch * install mmdeploy * fix image path * fix picture path * fix import ncnn * fix import ncnn * add submodule of pybind * fix pybind submodule * change download to git clone for submodule * fix ncnn dir * fix README error * simplify the github ci * fix ci * fix yapf * add JNI as required * fix Capitalize * fix Capitalize * fix copyright * ignore .class changed * add OpenJDK installation docs * install target of javaapi * simplify ci * add jar * fix ci * fix ci * fix test java command * debugging what failed * debugging what failed * debugging what failed * add java version info * install openjdk * add java env var * fix export * fix export * fix export * fix export * fix picture path * fix picture path * fix file name * fix file name * fix README * remove java_api strategy * fix python version * format task name * move args position * extract common utils code * show image class result * add detector result * segmentation result format * add ImageRestorer result * add PoseDetection java result format * fix ci * stage ocr * add visualize * move utils * fix lint * fix ocr bugs * fix ci demo * fix java classpath for ci * fix popd * fix ocr demo text garbled * fix ci * fix ci * fix ci * fix path of utils ci
…indows and linux-gpu (open-mmlab#368) * update circleci by adding more workflows * fix test workflow failure on windows platform * fix docker exec command for SDK unittests
* Add fuse select assign pass * move code to csrc * add config flag * remove bool cast
Fix backend model assignment
Fix backend model assignment
* fix clang build * fix ndk build * fix ndk build * switch to `std::filesystem` for clang-7 and later
* resolve conflicts * update ut and docs * fix ut * refine docstring * add comments and refine UT * resolve comments * resolve comments * update doc * add roll export * check backend * update regression test
* bump vertion to 0.6.0 * update version
* pass img_metas while exporting to onnx * remove try-catch in tools for beter debugging * use get * fix typo
* fix ssd ncnn ut * fix yapf
* fix android build * fix cmake * fix url link
* Update result of TextSnake result from https://github.com/BrokenArrow1404/2022-MMLAB-SUMMERCAMP/blob/main/week4/README.md * Update result of TextSnake result from https://github.com/BrokenArrow1404/2022-MMLAB-SUMMERCAMP/blob/main/week4/README.md * Add deploy config for quantization of TextSnake * repair lint error
add mim update circle ci fix tests fix ci
* fix mmcls cifar10 config * fix dump-info for cifar10 config * use regex instead of packlist * remove constants unused * fix while logic * fix lint * fix docformatter * fix classification to avoid conflict
* fix(tools/profile.py): rename to avoid name conflict * fix(docs): remove useless
* ocr/short_scale_aspect_jitter.cpp scale_factor double to float not working on c++11 * ocr/short_scale_aspect_jitter.cpp scale_factor double to float not working on c++11 * ocr/short_scale_aspect_jitter.cpp scale_factor double to float not working on c++11 add install mmengine in docker file * 1. ocr/short_scale_aspect_jitter.cpp scale_factor double to float not working on c++11 2. add install mmgine in dockerfile 3. add install_mmengine in circleci * fix mmengine typo
fix ci and lint fix det fix cuda ci fix mmdet test update object detection fix ut fix layer norm ut update ut lock mmeit version fix mmocr mmcls ut add conftest.py fix ocr ut fix mmedit ci install mmedit from source fix rknn model and prepare_onnx_paddings__tensorrt UT docstring fix coreml export update mmocr config small test recovery assert fix ci
* update doc about mmclassfication deployment * update install mmdeploy part * correct mmcls deployment commands * reformat supported models * add deployed model specification * update doc about mmdetection deployment * fix according to reviewer comments * fix according to reviewer comments * fix according to reviewer comments * fix according to reviewer comments * fix according to reviewer comments * fix according to reviewer comments * update doc about mmsegmentation deployment * update doc about mmocr deployment * check in cityscapes.png as an input image for converting mmsegmentation model * update mmocr deployment * update mmseg.md * update mmseg.md * update mmocr.md * update sdk model inference for mmocr deployment * update according to reviewer comments * update * update * update mmedit * update mmpose deployment * check in face.png for mmedit deployment * update * fix according to reviewer comments * remove duplicate doc * update docs in english * update codebase documents in chinese * fix according to reviewerss comments * update according reviewer comments * ObjectDetection -> Object Detection * InstanceSegmentation -> Instance Segmentation
* support for external codebase like mmyolo * support for external export * fix missing flake8 * fix comments * add aenum * add missing files * fix condition * refactor import_codebase * fix mmyolo support * fix lint * add base codebase * fix a strange clang-format * fix import_codebase * fix dependent codebase register * wrap custom_model * fix comment * add ut
RunningLeon
force-pushed
the
sync_master
branch
from
September 29, 2022 08:43
e6c9ef2
to
db2c512
Compare
RunningLeon
force-pushed
the
sync_master
branch
2 times, most recently
from
September 29, 2022 10:23
657d11f
to
18b175b
Compare
RunningLeon
force-pushed
the
sync_master
branch
2 times, most recently
from
September 30, 2022 10:26
3d73e7d
to
d2cc610
Compare
RunningLeon
force-pushed
the
sync_master
branch
from
September 30, 2022 10:45
d2cc610
to
da1204d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #1091 +/- ##
===========================================
- Coverage 49.51% 46.50% -3.01%
===========================================
Files 306 305 -1
Lines 10801 10807 +6
Branches 1617 1567 -50
===========================================
- Hits 5348 5026 -322
- Misses 5067 5408 +341
+ Partials 386 373 -13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Closed
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Sync master into dev-1.x
Note: Better not to squash merge this PR.
This PR
Modification
Check each conversion, ut, sdk of each codebase
Check special backends
BC-breaking (Optional)
None
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist