mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 09:07:10 +08:00
[Model] Add Paddle3D smoke model (#1766)
* add smoke model * add 3d vis * update code * update doc * mv paddle3d from detection to perception * update result for velocity * update code for CI * add set input data for TRT backend * add serving support for smoke model * update code * update code * update code --------- Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
This commit is contained in:
2
python/scripts/process_libraries.py.in
Normal file → Executable file
2
python/scripts/process_libraries.py.in
Normal file → Executable file
@@ -46,7 +46,7 @@ def process_on_linux(current_dir):
|
||||
if len(items) != 4:
|
||||
os.remove(os.path.join(root, f))
|
||||
continue
|
||||
if items[0].strip() not in ["libopencv_highgui", "libopencv_video", "libopencv_videoio", "libopencv_imgcodecs", "libopencv_imgproc", "libopencv_core"]:
|
||||
if items[0].strip() not in ["libopencv_highgui", "libopencv_video", "libopencv_videoio", "libopencv_imgcodecs", "libopencv_imgproc", "libopencv_core", "libopencv_calib3d", "libopencv_features2d", "libopencv_flann"]:
|
||||
os.remove(os.path.join(root, f))
|
||||
|
||||
all_libs_paths = [third_libs_path] + user_specified_dirs
|
||||
|
Reference in New Issue
Block a user