jinlj
jinlj
The first step of `Quick Demo` is : Download the provided pretrained models as shown in the [README.md](https://github.com/open-mmlab/OpenPCDet/blob/master/README.md). Then all the pretrained models are stored in `gdriver`. But, `Hmmm… can't...
I have create the conda env, download the [`yolo_world_l_clip_base_dua....pth`](https://huggingface.co/wondervictor/YOLO-World/resolve/main/yolo_world_l_clip_base_dual_vlpan_2e-3adamw_32xb16_100e_o365_goldg_train_pretrained-0e566235.pt) Then when I run the command follow the steps in `README.md`: ``` python3 demo.py configs/pretrain/yolo_world_s_dual_vlpan_l2norm_2e-4_100e_4x8gpus_obj365v1_goldg_train_lvis_minival.py yolo_world_l_clip_base_dual_vlpan_2e-3adamw_32xb16_100e_o365_goldg_train_pretrained-0e566235.pth ``` or ``` python3 demo.py...
``` int load_confile(){ //...... } ``` Fixed: error C4716: “load_confile”: must return a value.
fix yolop tensorrt, add usage; 修复 yolop tensorrt 编译问题, 添加使用说明。
opencv 无法读取中文路径下的图片(如Windows系统上)。使用 numpy 读取到内存,然后使用 opencv 解码,实现图片读取。
# env ``` master@win:/home/user/shadesmar-master/build$ uname -a Linux win 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux master@win:/home/user/shadesmar-master/build$ g++ --version g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 Copyright (C)...
## yolov5 yolov8 yolov9 speed test on T4 (tensorrt ) platform : T4; c++ with nms ; nchw=(1,3,384,640); input (1920, 1080); 200 loops, (already warmed up) |id | model |...
[ThirdPartyPackages](https://github.com/milvus-io/milvus-sdk-cpp/blob/master/cmake/ThirdPartyPackages.cmake#L48C8-L48C24) ``` if ("${MILVUS_WITH_GRPC}" STREQUAL "pakcage") find_package(grpc REQUIRED) else () ```
### 问题确认 Search before asking - [x] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleSeg/issues)(包括open与closed),没有发现相似的bug。I have searched the [open and closed issues](https://github.com/PaddlePaddle/PaddleSeg/issues) and found no similar bug report. ### Bug描述 Describe the Bug ``` > /tmp/PaddleSeg/Matting/ppmatting/models/human_matting.py(399)forward() ->...
### PR types ### PR changes ### Description