mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
* [Model] add vsr serials models Signed-off-by: ChaoII <849453582@qq.com> * [Model] add vsr serials models Signed-off-by: ChaoII <849453582@qq.com> * fix build problem Signed-off-by: ChaoII <849453582@qq.com> * fix code style Signed-off-by: ChaoII <849453582@qq.com> * modify according to review suggestions Signed-off-by: ChaoII <849453582@qq.com> * modify vsr trt example Signed-off-by: ChaoII <849453582@qq.com> * update sr directory * fix BindPPSR * add doxygen comment * add sr unit test * update model file url Signed-off-by: ChaoII <849453582@qq.com> Co-authored-by: Jason <jiangjiajun@baidu.com>
44 lines
808 B
Plaintext
44 lines
808 B
Plaintext
build
|
|
cmake-build-debug
|
|
cmake-build-release
|
|
.vscode
|
|
FastDeploy.cmake
|
|
build-debug.sh
|
|
*dist
|
|
fastdeploy.egg-info
|
|
fastdeploy_python.egg-info
|
|
fastdeploy_gpu_python.egg-info
|
|
.setuptools-cmake-build
|
|
fastdeploy/version.py
|
|
fastdeploy/core/config.h
|
|
python/fastdeploy/c_lib_wrap.py
|
|
python/fastdeploy/LICENSE*
|
|
python/build_cpu.sh
|
|
python/fastdeploy/ThirdPartyNotices*
|
|
*.so*
|
|
fpython/astdeploy/libs/third_libs
|
|
fastdeploy/core/config.h
|
|
fastdeploy/pybind/main.cc
|
|
python/fastdeploy/libs/lib*
|
|
python/fastdeploy/libs/third_libs
|
|
__pycache__
|
|
build_fd_android.sh
|
|
python/scripts/process_libraries.py
|
|
.vs
|
|
.idea
|
|
.DS_Store
|
|
miniprogram_npm
|
|
node_modules
|
|
.DS_Store
|
|
dist
|
|
etc
|
|
lib
|
|
dist-ssr
|
|
coverage
|
|
*.local
|
|
yalc.*
|
|
.yalc
|
|
examples/vision/collect_quantize_cc.sh
|
|
examples/vision/tests_quantize
|
|
fastdeploy/LICENSE
|
|
fastdeploy/ThirdPartyNotices.txt |