majiejing
majiejing
modify find pcl in CMakeLists.txt ```bash # find_package( PCL REQUIRED COMPONENT common io ) find_package(PCL REQUIRED) ``` It will report some warnings. Just ignore it and build. --- My Envs:...
@Nuzhny007 Thanks for your patient answer. I reinstalled TensorRT and tried many times, and it built successfully.
@raws84 Hi, I also met this error. I think it is the librosa version problem. My librosa version is 0.10.0.post2. I reinstall it with version 0.8.1 and it work. ```shell...
It seems that it only supports pytorch version 2.0(cuda11.7). I updated my cuda and pytorch(failed with others versions)and it works. By the way, I modified onnxruntime.inferenceSession parameters at [line168](https://github.com/facebookresearch/segment-anything/blob/main/scripts/export_onnx_model.py#L168) ```python...
Model with attention speed is only 9fps on my env. Do you have any idea about how to improve it? I found the blob input is 1920*1080 or 4K. Could...