* check in initial version of linux build documents
* update en/build/linux.md
* remove line break
* update build doc
* check in build documents in Chinese
* reorg chapter
* update build documents for windows platform
* update zh_cn/windows.md
* simplify build commands
* update build docs
* update build.md
* update
* reorg the chapters
* refine words
* correct the commands for windows build
* correct build commands for windows
* Trim Trailing Whitespace
* use prebuilt cmake instead of building it from source
* move <br> bewtween <pre><code> and </code></pre> cuz it isn't rendered correctly in github
* add build chapter about torchscript
* rebase master and update android
* fix lint
* correct the command of building ppl.cv
* fix different dims and data sync and fp16 macro
* fix pad is negative bug, but still need debugging info
* split detection_output to dets and labels
* fix clang++ compile bug
* for fp16 compile macro of cmake
* fix pad_val dict input
* fix yolox missing normalization and get int tensor
* about score_threshold
* remove -lstdc++fs for android
* move -pthread for android
* fix link libraries for CLANG++;
* fix clang-format
* for mobileyolov3 conf_thre
* fix lint
* fix bug
* support ncnn vulkan net
* remove unused debugging info;
* Change INFO to DEBUG
* support vulkan precision mapping
* fix pad
* optimize getdetslabels
* remove EVAL_MODE
* ncnn_net support 4-dim data.
* remove FP16 compile options
* remove use_gpu_vulkan compile options
* fix pad.cpp
* fix yapf
* fix clang-format
* rm redundant lines
* fix pad according to mmdet
* add android build docs
* fix lint
* use cpp style string comparision
* fix use after free bug
* Add missing -DBUILD_SHARED_LIBS=OFF for en
* Add missing -DBUILD_SHARED_LIBS=OFF for ZH-CN
* reset img2tensor_impl
* reset img2tensor_impl
* add blank line
* sync android.md docs
* fix some dirs
* fix docs
* update docs
* fix code
* fix missing libcuda.so
* remove cached data generated by cmake
* use git clone instead of wget, otherwise ppl.cv is not able to generate PPLCV_VERSION_*
* remove the installation of cmake
* fix the related questions of Connection failed [IP: 91.189.88.152 80] or [IP: 91.189.88.142 80] in Dockerfile
* add an ARG to control whether to change the download source for GPU and CPU Dockerfile, and update corresponding changes to the documents
* add an ARG to control whether to change the download source for GPU and CPU Dockerfile, and update corresponding changes to the documents
* update documentation
* update documentation
* fix lint error
Co-authored-by: zhangwenjun <zhangwenjun@clustar.ai>
* check in the 2nd tutorial
* update index
* add new line
* trailing whitespace
* describe how to get srcnn.pth and face.png
* rename file name
* update index
* Add a new pre-commit-hook to automatically add copyright
* Add a new pre-commit-hook to automatically add copyright
* append 'demo' and 'tools' directories to .pre-commit-config.yaml
* Lock pplcv to v0.6.1
To avoid breaking changes which arose from recent updates in pplcv , fix pplcv to v0.6.1
* Mentioned Version as ARG
* Mentioned Version changes of pplcv in build.md
* Update docs/en/build.md
Co-authored-by: AllentDan <41138331+AllentDan@users.noreply.github.com>
* Change version stuff in cn_build.md
Co-authored-by: AllentDan <41138331+AllentDan@users.noreply.github.com>
* Create How to support new model.md
Translated the document into Chinese and create the doc in the /docs/zh_cn/tutorials/How to support new model.md
* Update and rename How to support new model.md to How_to_support_new_model.md
* Update and rename How_to_support_new_model.md to how_to_support_new_model.md
* Update how_to_support_new_model.md
* [Enhancement] upgrade isort in pre-commit config by refering to mmflow pr #87
* fix lint
* remove .isort.cfg and put its known_third_party to setup.cfg