DongLZ
DongLZ
转换ONNX时候报错?这里的ir_version还需要单独设置吗?
我在编译的时候遇到了下面的错误,请问有方法解决吗? ../../lib/libtrt.so: undefined reference to `cv::String::deallocate()' collect2: error: ld returned 1 exit status example/CMakeFiles/runDet.dir/build.make:168: recipe for target '../runDet' failed
When using the Intel RealSense L515 camera model and the pyrealsense2 library in Python to align the depth map with the color map, I have noticed that the right side...
你好我看到代码中有这样的判断 assert len(loader_l) == len(loader_u), f"labeled data {len(loader_l)} unlabeled data {len(loader_u)}, imbalance!" 意思是无标签样本必须和有标签样本数量一致吗?
我在ROS2 中通过launch启动FemtoBolt节点,并订阅彩色图进行可视化,发现实时视频有明显的延迟。请问我这种情况是正常的吗? 如何才能减少延迟?