Skip to content
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

Merge master branch to resolve conflicts #571

Merged
merged 52 commits into from
Jun 8, 2022

Conversation

lvhan028
Copy link
Collaborator

@lvhan028 lvhan028 commented Jun 8, 2022

No description provided.

irexyc and others added 30 commits April 2, 2022 22:35
* add postprocessing_masks gpu version

* default device cpu

* pre-commit fix

Co-authored-by: hadoop-basecv <[email protected]>
* fix formatter

* relax GCC version requirement
* fix show

* lint

* remove redundant codes

* resolve comment

* type hint
* docs(build): add missing build option

* docs(build): add onnx install

* style(doc): trim whitespace

* docs(build): revert install onnx

* docs(build): add ncnn LD_LIBRARY_PATH

* docs(build): fix path error
* fix wrong input mat type

* fix lint
* upload doc

* add images

* resolve comments

* update translation
* fix ncnn docs`

* update 0216
* add CUDA_TOOKIT_ROOT_DIR as tensorrt detect dir

* Update FindTENSORRT.cmake
…on (open-mmlab#363)

* fix wrong buffer which will case onnxruntime-gpu crash with segmentaion

* fix check

* fix build error

* remove unused header
* fix feature test for `std::source_location`

* suppress msvc warnings

* fix consistency
* fix seg name

* use default name

Co-authored-by: dongchunyu.vendor <[email protected]>
* add ipynb file

* rename file

* add open in colab tag

* fix lint and add img show

* fix open in colab link

* fix comments

* fix pre-commit config
* fix mmpose api

* use fmt::format instead

* fix potential nullptr access
* support formatting `PixelFormat` & `DataType`

* format enum for legacy spdlog

* fix format
grimoire and others added 22 commits May 7, 2022 19:31
* Improve Jetson build doc

* add torchvision in the doc

* Fix lint

* Fix lint

* Fix lint

* Fix arg bug

* remove incorrect process

* Improve doc

* Add more detail on `Conda`

* Add python version detail

* Install `onnx` instead of `onnxruntime`

* Fix gramma

* Fix gramma

* Update Installation detail and fix some doc detail

* Update how_to_install_mmdeploy_on_jetsons.md

* Fix tensorrt and cudnn path

* Improve FAQ

* Improve FAQs

* pplcv not switch branch since the `sm_53` missing

* Update how_to_install_mmdeploy_on_jetsons.md

* Update how_to_install_mmdeploy_on_jetsons.md

* Update how_to_install_mmdeploy_on_jetsons.md

* Update how_to_install_mmdeploy_on_jetsons.md

* Improve doc

* Update how_to_install_mmdeploy_on_jetsons.md

* export `TENSORRT_DIR`

* Using pre-build cmake to update

* Improve sentence and add jetpack version

* Improve sentence

* move TENSORRT_DIR in the `Make TensorRT env` step

* Improve CUDA detail

* Update how_to_install_mmdeploy_on_jetsons.md

* Update how_to_install_mmdeploy_on_jetsons.md

* Improve conda installation

* Improve TensorRT installation

* Fix lint

* Add pip crash detail and FAQ

* Improve pip crash

* refine the jetson installation guide

* Improve python version

* Improve doc, added some detail

* Fix lint

* Add detail for `Runtime` problem

* Fix word

* Update how_to_install_mmdeploy_on_jetsons.md

Co-authored-by: lvhan028 <[email protected]>
* [Docs] Fix API documentation

* add onnx dependency in readthedocs.txt

* fix dependencies
* fix issue 330 for windows

* fix code

* fix lint

* fix all platform
open-mmlab#415)

* minor fixes

* add Jetson installation

* updated zh_cn based on new en version
open-mmlab#479)

* If a cuda launch error occurs, verify if cuda device requires top_k to be reduced.

* Fixed lint

* Clang format

* Fixed lint, clang-format
* optional default value

* resolve comments

Co-authored-by: dongchunyu.vendor <[email protected]>
* Update: Optimize document

- Minor fixes in styling and grammar
- Add support for Jetson Xavier NX (Tested and worked)
- Add hardware recommendation
- Change JetPack installation guide URL from jp5.0 to jp4.6.1
- Add a note to select "Jetson SDK Components" when using NVIDIA SDK Manager
- Change PyTorch wheel save location
- Add more dependencies needed for torchvision installation. Otherwise installation error
- Simplify torchvision git cloning branch
- Add installation times for torchvision, MMCV, versioned-hdf5, ppl.cv, model converter, SDK libraries
- Delete "snap" from cmake removal as "apt-get purge" is enough
- Add a note on which scenarios you need to append cu da path and libraries to PATH and LD_LIBRARY_PATH
- Simplify MMCV git cloning branch
- Delete "skip if you don't need MMDeploy C/C++ Inference SDK", because that is the only available inference SDK at the moment
- Add more details to object detection demo using C/C++ Inference SDK such as installing MMDetection and converting a model
- Add image of inference result
- Delete "set env for pip" in troubleshooting because this is already mentioned under "installing Archiconda"

Signed-off-by: Lakshantha Dissanayake <[email protected]>

* Fix: note style on doc

* Fix: Trim trailing whitespaces

* Update: add source image before inference
A typo prevents nms from onnxizing correctly if batch size is static and greater than 1.
* Fix doc common

* Fix bugs
* Add tutorial04

* lint

* add image

* resolve comment
* fix mmseg twich resize

* remove comment
* align mask output to cpu device

* align ncnn ssd output to torch.Tensor type

* --amend
* tutorial 05

* Upload image

* resolve comments

* resolve comment
* fix pspnet torchscript conversion

* resolve comment

* add IR to rewrite
* changing the onnxwrapper script

* gpu_issue

* Update wrapper.py

* Update wrapper.py

* Update runtime.txt

* Update runtime.txt

* Update wrapper.py
@lvhan028 lvhan028 requested review from RunningLeon and irexyc June 8, 2022 07:48
Copy link
Collaborator

@RunningLeon RunningLeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@RunningLeon RunningLeon merged commit cdf289e into open-mmlab:dev-v0.5.0 Jun 8, 2022
@lvhan028 lvhan028 deleted the dev-v0.5.0 branch July 19, 2022 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.