DefTruth
|
823b3f7015
|
[Bug Fix] fix yolov5face scale error in small image (#649)
* [Bug Fix] fix android app detail page errors
* [Android] fix realtime camera mode and shutter
* [Bug Fix] fix AllocateSegmentationResultFromJava error
* [Bug Fix] fix camera preview size setting problem
* [Model] use uint8 buffer instead of fp32 in ppseg postprocess
* [Model] revert changes in ppseg
* [Model] revert postprocess changes in ppseg
* [Android] add fastdeploy android sdk download task
* [Bug Fix] fix yolov5face scale error in small image
|
2022-11-21 21:11:52 +08:00 |
|
DefTruth
|
ac805c26d9
|
[Bug Fix] fix FastDeploy.cmake.in errors for Android (#616)
* [Backend] fix lite backend save model error
* [Backend] fixed typos
* [FlyCV] optimize the integration of FlyCV
* [cmake] close some tests options
* [cmake] close some test option
* [FlyCV] remove un-need warnings
* [FlyCV] remove un-need GetMat method
* [FlyCV] optimize FlyCV codes
* [cmake] remove un-need cmake function in examples/CMakelists
* [cmake] support gflags for Android
* [Android] Run button shutter in sub Ui Thread
* [Android] Update CameraSurfaceView
* [Android] Update Android SDK usage docs
* [Android] Add facedet Android app example
* [cmake] fix FastDeploy.cmake.in errors for Android
* [Doc] update SetProcLibCpuNumThreads API doc
|
2022-11-16 22:33:04 +08:00 |
|
DefTruth
|
6a368f3448
|
[Android] Support segmentation and facedet in Android (#567)
* [FlyCV] Add global SetProcLibCpuNumThreads method
* [Android] Support segmentation and facedet in Android
* [Android] add JNI instance check to j_runtime_option_obj
* [Model] fixed ppseg flycv resize error
* [FlyCV] fix FlyCV resize flags
* [cmake] remove un-need lite compile option
* [Android] add PaddleSegModel JNI and fix some bugs
* [Android] bind PaddleSegModel via JNI
* [Android] bind VisSegmentation via JNI
* [Android] bind YOLOv5Face and SCRFD via JNI
* [Android] fix NewJavaFaceDetectionResultFromCxx error
|
2022-11-13 17:47:50 +08:00 |
|
Zheng_Bicheng
|
ca0de42d0b
|
[Model] 新增scrfd rknpu2代码 (#504)
* * 新增scrfd rknpu2代码
* * 新增scrfd python代码
* 修正文档
* 修正文档以及部分错误
* 修改文档
* 修复部分错误
* 修复部分错误
* 修复部分错误
* scrfd更新代码
* scrfd更新代码
|
2022-11-10 10:05:15 +08:00 |
|
ChaoII
|
ba501fd963
|
[Model] add pptracking model (#357)
* add override mark
* delete some
* recovery
* recovery
* add tracking
* add tracking py_bind and example
* add pptracking
* add pptracking
* iomanip head file
* add opencv_video lib
* add python libs package
Signed-off-by: ChaoII <849453582@qq.com>
* complete comments
Signed-off-by: ChaoII <849453582@qq.com>
* add jdeTracker_ member variable
Signed-off-by: ChaoII <849453582@qq.com>
* add 'FASTDEPLOY_DECL' macro
Signed-off-by: ChaoII <849453582@qq.com>
* remove kwargs params
Signed-off-by: ChaoII <849453582@qq.com>
* [Doc]update pptracking docs
* delete 'ENABLE_PADDLE_FRONTEND' switch
* add pptracking unit test
* update pptracking unit test
Signed-off-by: ChaoII <849453582@qq.com>
* modify test video file path and remove trt test
* update unit test model url
* remove 'FASTDEPLOY_DECL' macro
Signed-off-by: ChaoII <849453582@qq.com>
* fix build python packages about pptracking on win32
Signed-off-by: ChaoII <849453582@qq.com>
Signed-off-by: ChaoII <849453582@qq.com>
Co-authored-by: Jason <jiangjiajun@baidu.com>
|
2022-10-26 14:27:55 +08:00 |
|
DefTruth
|
efa7411ebb
|
Delete redundant Chinese comments (#275)
|
2022-09-23 11:02:00 +08:00 |
|
Jason
|
ecbd78ae58
|
Remove debug code (#266)
* Rename Frontend to ModelFormat in documents
* Remove useless debug flag
|
2022-09-22 15:18:50 +08:00 |
|
Jason
|
e227c5625e
|
Rename fastdeploy_runtime.h to runtime.h and Frontend to ModelFormat (#263)
rename frontend to model_format
|
2022-09-22 13:24:05 +08:00 |
|
Jason
|
68523be411
|
Modify file structure to separate python and cpp code (#223)
Modify code structure
|
2022-09-14 15:44:13 +08:00 |
|