-
Notifications
You must be signed in to change notification settings - Fork 642
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 docs #1052
Sync master docs #1052
Conversation
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 bug report * update issue template * update bug-report
* fix mmdeploy builder on windows * add pyyaml * fix lint
cd mmdeploy-0.7.0-linux-x86_64-onnxruntime1.8.1 | ||
pip install dist/mmdeploy-0.7.0-py3-none-linux_x86_64.whl | ||
pip install sdk/python/mmdeploy_python-0.7.0-cp38-none-linux_x86_64.whl | ||
wget https://github.com/open-mmlab/mmdeploy/releases/download/v0.8.0/mmdeploy-0.8.0-linux-x86_64-onnxruntime1.8.1.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did this means we have to update the version after every release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am afraid so because the instruction is related to mmdeploy version. I haven't figured out a better way. I think we can discuss about it later on.
* Fixed typo for install commands for TensorRT runtime * Apply typo-fix on 'cn' documentation Co-authored-by: Tümer Tosik <[email protected]>
3a925b6
to
5293a02
Compare
5293a02
to
fc1e1a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI failed. LGTM for others.
It looks CI failed for a long time. I will fix them in another PR. |
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily receiving feedbacks. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Sync document on master branch to dev branch
Modification
docs/*