yeliang2258
4393520a87
[Backend] Support user-defined cross compiler ( #1099 )
...
Support user-defined compiler
Co-authored-by: Jason <jiangjiajun@baidu.com >
2023-01-16 11:37:39 +08:00
WJJ1995
02bd22422e
[Model] Support YOLOv8 ( #1137 )
...
* add GPL lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* support yolov8
* add pybind for yolov8
* add yolov8 readme
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-01-16 11:24:23 +08:00
Qianhe Chen
a4b94b2c93
[Model] Add Silero VAD example ( #1107 )
...
* add vad example
* fix typo
* fix typo
* rename file
* remove model and wav
* delete Vad.cc
* delete Vad.h
* rename and format
* fix max and min
* update readme
* rename var
* format
* add params
* update readme
* update readme
* Update README.md
* Update README_CN.md
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-01-15 14:42:01 +08:00
DefTruth
f969967179
[Lite] Support PaddleYOLOv8 with Lite Backend ( #1145 )
...
* [Model] Support PaddleYOLOv8 model
* [YOLOv8] Add PaddleYOLOv8 pybind
* [Other] update from latest develop (#30 )
* [Backend] Remove all lite options in RuntimeOption (#1109 )
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
* [Backend] Add TensorRT FP16 support for AdaptivePool2d (#1116 )
* add fp16 cuda kernel
* fix code bug
* update code
* [Doc] Fix KunlunXin doc (#1139 )
fix kunlunxin doc
* [Model] Support PaddleYOLOv8 model (#1136 )
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
* [YOLOv8] add PaddleYOLOv8 pybind11 (#1144 ) (#31 )
* [Model] Support PaddleYOLOv8 model
* [YOLOv8] Add PaddleYOLOv8 pybind
* [Other] update from latest develop (#30 )
* [Backend] Remove all lite options in RuntimeOption (#1109 )
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
* [Backend] Add TensorRT FP16 support for AdaptivePool2d (#1116 )
* add fp16 cuda kernel
* fix code bug
* update code
* [Doc] Fix KunlunXin doc (#1139 )
fix kunlunxin doc
* [Model] Support PaddleYOLOv8 model (#1136 )
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
* [benchmark] add PaddleYOLOv8 -> benchmark
* [benchmark] add PaddleYOLOv8 -> benchmark
* [Lite] Support PaddleYOLOv8 with Lite Backend
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
2023-01-14 20:44:10 +08:00
Zheng-Bicheng
c797d3114e
[Other] Add Function For Aligning Face With Five Points ( #1124 )
...
* 更新5点人脸对齐的代码
* 更新代码格式
* 解决comment
* update example
* 更新注释
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-01-14 20:41:36 +08:00
Zheng-Bicheng
1dabfdf3f1
[Model] Support Insightface model inferenceing on RKNPU ( #1113 )
...
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* Update issues.md
* Update fastdeploy_init.sh
* 更新交叉编译
* 更新insightface系列模型的rknpu2支持
* 更新insightface系列模型的rknpu2支持
* 更新说明文档
* 更新insightface
* 尝试解决pybind问题
Co-authored-by: Jason <928090362@qq.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
2023-01-14 20:40:33 +08:00
DefTruth
f88c662449
[YOLOv8] add PaddleYOLOv8 pybind11 ( #1144 )
...
* [Model] Support PaddleYOLOv8 model
* [YOLOv8] Add PaddleYOLOv8 pybind
* [Other] update from latest develop (#30 )
* [Backend] Remove all lite options in RuntimeOption (#1109 )
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
* [Backend] Add TensorRT FP16 support for AdaptivePool2d (#1116 )
* add fp16 cuda kernel
* fix code bug
* update code
* [Doc] Fix KunlunXin doc (#1139 )
fix kunlunxin doc
* [Model] Support PaddleYOLOv8 model (#1136 )
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
2023-01-14 14:51:25 +08:00
DefTruth
4e2102ada5
[Model] Support PaddleYOLOv8 model ( #1136 )
2023-01-13 20:15:48 +08:00
yeliang2258
8d789162b3
[Doc] Fix KunlunXin doc ( #1139 )
...
fix kunlunxin doc
2023-01-13 19:44:57 +08:00
yeliang2258
829fe0721d
[Backend] Add TensorRT FP16 support for AdaptivePool2d ( #1116 )
...
* add fp16 cuda kernel
* fix code bug
* update code
2023-01-13 19:44:00 +08:00
Jason
d00df3d621
[Backend] Remove all lite options in RuntimeOption ( #1109 )
...
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
2023-01-13 19:40:34 +08:00
Jack Zhou
c5b01ab96f
Merge pull request #1129 from joey12300/update_ft_version
...
[FastTokenizer] Update FastTokenizer version
2023-01-12 23:20:52 +08:00
zhoushunjie
6ab9da8721
update ft version
2023-01-12 11:27:41 +00:00
Jack Zhou
f861095a53
[Functions] Fix functions comments ( #1126 )
...
* fix functions comments
* Add paddle lite backend
2023-01-12 18:57:24 +08:00
yeliang2258
c866377382
[Bug Fix]Fix KunlunXin compile bug ( #1120 )
...
* fix KunlunXin compile bugs
* update code
2023-01-12 15:52:33 +08:00
DefTruth
dd1419ad7e
[Doc] Update android prebuilt download links for develop ( #1115 )
...
* Update download_prebuilt_libraries.md
* Update download_prebuilt_libraries.md
* Update README.md
* Update README_CN.md
2023-01-12 10:50:27 +08:00
Thomas Young
1feddbcc01
[Serving] fix simple_serving log error ( #1117 )
...
* fix simple_serving log error
* 1
1
2023-01-11 20:12:37 +08:00
Zheng-Bicheng
70bf66bc5d
[Bug Fix] 修复RKNPU2部分模型配置文件错误的问题 ( #1118 )
...
修复模型导出的错误
2023-01-11 18:44:39 +08:00
WJJ1995
aa6931bee9
[Model] Add YOLOv5-seg ( #988 )
...
* add onnx_ort_runtime demo
* rm in requirements
* support batch eval
* fixed MattingResults bug
* move assignment for DetectionResult
* integrated x2paddle
* add model convert readme
* update readme
* re-lint
* add processor api
* Add MattingResult Free
* change valid_cpu_backends order
* add ppocr benchmark
* mv bs from 64 to 32
* fixed quantize.md
* fixed quantize bugs
* Add Monitor for benchmark
* update mem monitor
* Set trt_max_batch_size default 1
* fixed ocr benchmark bug
* support yolov5 in serving
* Fixed yolov5 serving
* Fixed postprocess
* update yolov5 to 7.0
* add poros runtime demos
* update readme
* Support poros abi=1
* rm useless note
* deal with comments
* support pp_trt for ppseg
* fixed symlink problem
* Add is_mini_pad and stride for yolov5
* Add yolo series for paddle format
* fixed bugs
* fixed bug
* support yolov5seg
* fixed bug
* refactor yolov5seg
* fixed bug
* mv Mask int32 to uint8
* add yolov5seg example
* rm log info
* fixed code style
* add yolov5seg example in python
* fixed dtype bug
* update note
* deal with comments
* get sorted index
* add yolov5seg test case
* Add GPL-3.0 License
* add round func
* deal with comments
* deal with commens
Co-authored-by: Jason <jiangjiajun@baidu.com >
2023-01-11 15:36:32 +08:00
Jack Zhou
60e6a12b93
[Bug Fix] Fix verbose ( #1112 )
...
fix verbose
Co-authored-by: Jason <jiangjiajun@baidu.com >
2023-01-11 13:56:51 +08:00
Zheng-Bicheng
dd01b3ca0b
[Model] 更新SCRFD模型demo以及文档 ( #1108 )
...
* 更新scrfd
* 更新scrfd
2023-01-11 13:56:17 +08:00
chenjian
9d288962d8
[Other] make model name standard in serving code ( #1092 )
...
* make model name standard in serving code
* update doc
Co-authored-by: heliqi <1101791222@qq.com >
2023-01-11 11:18:31 +08:00
yunyaoXYY
f7772b8d49
[Doc] Fix Ascend build and compile docs. ( #1111 )
...
* Add Huawei Ascend NPU deploy through PaddleLite CANN
* Add NNAdapter interface for paddlelite
* Modify Huawei Ascend Cmake
* Update way for compiling Huawei Ascend NPU deployment
* remove UseLiteBackend in UseCANN
* Support compile python whlee
* Change names of nnadapter API
* Add nnadapter pybind and remove useless API
* Support Python deployment on Huawei Ascend NPU
* Add models suppor for ascend
* Add PPOCR rec reszie for ascend
* fix conflict for ascend
* Rename CANN to Ascend
* Rename CANN to Ascend
* Improve ascend
* fix ascend bug
* improve ascend docs
* improve ascend docs
* improve ascend docs
* Improve Ascend
* Improve Ascend
* Move ascend python demo
* Imporve ascend
* Improve ascend
* Improve ascend
* Improve ascend
* Improve ascend
* Imporve ascend
* Imporve ascend
* Improve ascend
* acc eval script
* acc eval
* remove acc_eval from branch huawei
* Add detection and segmentation examples for Ascend deployment
* Add detection and segmentation examples for Ascend deployment
* Add PPOCR example for ascend deploy
* Imporve paddle lite compiliation
* Add FlyCV doc
* Add FlyCV doc
* Add FlyCV doc
* Imporve Ascend docs
* Imporve Ascend docs
* Improve PPOCR example
* Support Ascend deployment on X86 platform
* Improve Ascend docs
* Improve ascend
* Improve ascend
* Change Paddle Lite Ascend URL
* fix ascend docs
* fix ascend docs
2023-01-10 21:49:14 +08:00
Dantès
de70e8366c
add ocr, ppyoloe, picodet examples ( #1076 )
...
* add ocr examples
* add ppyoloe examples
add picodet examples
* remove /ScaleFactor in ppdet/postprocessor.cc
2023-01-10 16:34:26 +08:00
Jason
fc314f1696
[Other] Rename directory op_cuda_kernels to common/cuda ( #1104 )
...
rename directory name
2023-01-10 16:31:37 +08:00
Zheng-Bicheng
3a32024912
[Doc] 更新RKNPU2文档以及修改FastDeploy环境变量的脚本 ( #1102 )
...
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* Update issues.md
* Update fastdeploy_init.sh
* 更新交叉编译
Co-authored-by: Jason <928090362@qq.com >
2023-01-10 15:22:06 +08:00
guxukai
1039540bbf
[Doc] add examples/vision/detection/fastestdet/README.md README_CN.md ( #1089 )
...
add README.md README_CN.md
2023-01-10 10:32:36 +08:00
heliqi
7fdbedcc99
[Bug Fix]The TRT Backend Clone Interface is restored to Runtime.Init ( #1101 )
...
Update runtime.cc
2023-01-10 10:32:07 +08:00
Zheng-Bicheng
c7c79dccf4
[Doc] 更新RKNPU2交叉编译文档 ( #1097 )
...
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
2023-01-10 10:31:56 +08:00
Wang Xinyu
3e5c219ab3
[Other] Generate Debian package and RPM package ( #1043 )
...
* cpack deb
* cpack prerm script
* optim postinst script
* generate rpm package
* add build fd package doc
* update build fd package doc
2023-01-10 10:26:58 +08:00
Jason
df20b2a02b
[Other] Remove useless macros ( #1095 )
...
* Remove useless macros
* triger ci
* fix check error
* rename INTEGRATE_PADDLE2ONNX to ENABLE_PADDLE2ONNX
2023-01-09 21:35:23 +08:00
leiqing
48bc7241cb
Update README_EN.md
2023-01-09 19:55:53 +08:00
Jason
054dfec43a
[Other] Remove some build options ( #1090 )
...
* remove some flags
* add gpu check in cmake
2023-01-09 17:36:07 +08:00
yunyaoXYY
43f22f4bf6
[Other] Support Ascend deployment on X86 platform. ( #1067 )
...
* Add Huawei Ascend NPU deploy through PaddleLite CANN
* Add NNAdapter interface for paddlelite
* Modify Huawei Ascend Cmake
* Update way for compiling Huawei Ascend NPU deployment
* remove UseLiteBackend in UseCANN
* Support compile python whlee
* Change names of nnadapter API
* Add nnadapter pybind and remove useless API
* Support Python deployment on Huawei Ascend NPU
* Add models suppor for ascend
* Add PPOCR rec reszie for ascend
* fix conflict for ascend
* Rename CANN to Ascend
* Rename CANN to Ascend
* Improve ascend
* fix ascend bug
* improve ascend docs
* improve ascend docs
* improve ascend docs
* Improve Ascend
* Improve Ascend
* Move ascend python demo
* Imporve ascend
* Improve ascend
* Improve ascend
* Improve ascend
* Improve ascend
* Imporve ascend
* Imporve ascend
* Improve ascend
* acc eval script
* acc eval
* remove acc_eval from branch huawei
* Add detection and segmentation examples for Ascend deployment
* Add detection and segmentation examples for Ascend deployment
* Add PPOCR example for ascend deploy
* Imporve paddle lite compiliation
* Add FlyCV doc
* Add FlyCV doc
* Add FlyCV doc
* Imporve Ascend docs
* Imporve Ascend docs
* Improve PPOCR example
* Support Ascend deployment on X86 platform
* Improve Ascend docs
* Improve ascend
* Improve ascend
* Change Paddle Lite Ascend URL
2023-01-09 17:13:12 +08:00
Jason
4aa4ebd7c3
[Other] [Part2] Upgrade runtime module ( #1080 )
...
[Other] Upgrade runtime module
2023-01-09 13:22:51 +08:00
charl-u
cbf88a46fa
[Doc]Update English version of some documents ( #1083 )
...
* 第一次提交
* 补充一处漏翻译
* deleted: docs/en/quantize.md
* Update one translation
* Update en version
* Update one translation in code
* Standardize one writing
* Standardize one writing
* Update some en version
* Fix a grammer problem
* Update en version for api/vision result
* Merge branch 'develop' of https://github.com/charl-u/FastDeploy into develop
* Checkout the link in README in vision_results/ to the en documents
* Modify a title
* Add link to serving/docs/
* Finish translation of demo.md
* Update english version of serving/docs/
* Update title of readme
* Update some links
* Modify a title
* Update some links
* Update en version of java android README
* Modify some titles
* Modify some titles
* Modify some titles
* modify article to document
* update some english version of documents in examples
* Add english version of documents in examples/visions
* Sync to current branch
* Add english version of documents in examples
* Add english version of documents in examples
* Add english version of documents in examples
* Update some documents in examples
* Update some documents in examples
* Update some documents in examples
* Update some documents in examples
* Update some documents in examples
* Update some documents in examples
* Update some documents in examples
* Update some documents in examples
* Update some documents in examples
2023-01-09 10:08:19 +08:00
HCQ14
61c2f87e0c
[Doc] Update English version of some documents ( #1084 )
...
* Create README_CN.md
* Update README.md
* Update README_CN.md
* Create README_CN.md
* Update README.md
* Create README_CN.md
* Update README.md
* Create README_CN.md
* Update README.md
* Create README_CN.md
* Update README.md
* Create README_CN.md
* Update README.md
* Create README_CN.md
* Update README.md
* Create README_CN.md
* Update README.md
* Update README.md
* Update README_CN.md
* Create README_CN.md
* Update README.md
* Update README.md
* Update and rename README_en.md to README_CN.md
* Update WebDemo.md
* Update and rename WebDemo_en.md to WebDemo_CN.md
* Update and rename DEVELOPMENT_cn.md to DEVELOPMENT_CN.md
* Update DEVELOPMENT_CN.md
* Update DEVELOPMENT.md
* Update RNN.md
* Update and rename RNN_EN.md to RNN_CN.md
* Update README.md
* Update and rename README_en.md to README_CN.md
* Update README.md
* Update and rename README_en.md to README_CN.md
* Update README.md
* Update README_cn.md
* Rename README_cn.md to README_CN.md
* Update README.md
* Update README_cn.md
* Rename README_cn.md to README_CN.md
* Update export.md
* Update and rename export_EN.md to export_CN.md
* Update README.md
* Update README.md
* Create README_CN.md
* Update README.md
* Update README.md
* Update kunlunxin.md
* Update classification_result.md
* Update classification_result_EN.md
* Rename classification_result_EN.md to classification_result_CN.md
* Update detection_result.md
* Update and rename detection_result_EN.md to detection_result_CN.md
* Update face_alignment_result.md
* Update and rename face_alignment_result_EN.md to face_alignment_result_CN.md
* Update face_detection_result.md
* Update and rename face_detection_result_EN.md to face_detection_result_CN.md
* Update face_recognition_result.md
* Update and rename face_recognition_result_EN.md to face_recognition_result_CN.md
* Update headpose_result.md
* Update and rename headpose_result_EN.md to headpose_result_CN.md
* Update keypointdetection_result.md
* Update and rename keypointdetection_result_EN.md to keypointdetection_result_CN.md
* Update matting_result.md
* Update and rename matting_result_EN.md to matting_result_CN.md
* Update mot_result.md
* Update and rename mot_result_EN.md to mot_result_CN.md
* Update ocr_result.md
* Update and rename ocr_result_EN.md to ocr_result_CN.md
* Update segmentation_result.md
* Update and rename segmentation_result_EN.md to segmentation_result_CN.md
* Update README.md
* Update README.md
* Update quantize.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2023-01-06 18:01:34 +08:00
Zeref996
5ea3cb0fd8
fix serving/Dockerfile ( #1082 )
2023-01-06 16:38:17 +08:00
huangjianhui
c8d2fef198
[Bug Fix] When loading model from memory, don't need CheckModelFormat ( #1073 )
...
When loading model from memory, don't need CheckModelFormat
2023-01-06 13:48:44 +08:00
Jason
d7a65e5c70
[Other] Upgrade runtime module ( #1068 )
...
* Upgrade runtime module
* Update option.h
* Fix build error
* Move enumerates
* little modification
* little modification
* little modification:
* Remove some useless flags
2023-01-06 13:44:05 +08:00
charl-u
1135d33dd7
[Doc]Add English version of documents in examples/ ( #1042 )
...
* 第一次提交
* 补充一处漏翻译
* deleted: docs/en/quantize.md
* Update one translation
* Update en version
* Update one translation in code
* Standardize one writing
* Standardize one writing
* Update some en version
* Fix a grammer problem
* Update en version for api/vision result
* Merge branch 'develop' of https://github.com/charl-u/FastDeploy into develop
* Checkout the link in README in vision_results/ to the en documents
* Modify a title
* Add link to serving/docs/
* Finish translation of demo.md
* Update english version of serving/docs/
* Update title of readme
* Update some links
* Modify a title
* Update some links
* Update en version of java android README
* Modify some titles
* Modify some titles
* Modify some titles
* modify article to document
* update some english version of documents in examples
* Add english version of documents in examples/visions
* Sync to current branch
* Add english version of documents in examples
2023-01-06 09:35:12 +08:00
Hu Chuqi
bb96a6fe8f
[Doc]Add English version of documents in examples ( #1070 )
...
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update README_EN.md
* Rename README_EN.md to README_CN.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update README_EN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update README_EN.md
* Rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update README.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README_CN.md
* Update README.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README.md
* Update and rename README_CN.md to README_EN.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README_CN.md
* Update README.md
* Update export.md
* Create export_cn.md
* Update README.md
* Create README_CN.md
* Update README.md
* Create README_CN.md
2023-01-06 09:34:28 +08:00
yeliang2258
c9a086ec38
[Bug Fix] Fix TIMVX compile bugs ( #1069 )
...
fix timvx compile bug
2023-01-05 17:32:25 +08:00
Zeref996
edc18c9fc8
fix serving/Dockerfile http_proxy ( #1066 )
...
fix serving/Dockerfile
2023-01-05 13:39:40 +08:00
WJJ1995
9437c82848
[Model] GPL-3.0 License ( #1062 )
...
* add GPL lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
2023-01-05 13:24:24 +08:00
Jason
ebbe2e055c
Update README.md
2023-01-05 10:22:05 +08:00
Jason
3af011916b
Update README.md
2023-01-05 10:11:29 +08:00
Jason
2eaf615198
Update README.md
2023-01-05 10:11:07 +08:00
Zeref996
cb7e10277e
Fix serving/scripts build.sh ( #1053 )
...
* fix serving/scripts build.sh
* Update build.sh
support:
```
bash build.sh --docker_name=test
```
* Update build.sh
Co-authored-by: heliqi <1101791222@qq.com >
2023-01-04 17:42:51 +08:00
Jason
78a8c9afda
[Other] Finetune sophgo module ( #1054 )
...
refine sophgo code
2023-01-04 16:18:54 +08:00