iceriver97
iceriver97
地址:https://github.com/PaddlePaddle/models/tree/develop/PaddleCV/tracking#%E5%BC%80%E5%A7%8B%E6%B5%8B%E8%AF%95 执行代码: `!python eval_benchmark.py -d VOT2018 -tr ATOMnet_ep0040_models -te atom.default_vot -e 40` 后报错: ``` => Evaluating: ATOMnet_ep0040_models.epoch40 loading VOT2018: 100%|██████████████████████████████████| 60/60 [00:00
示例demo
BUG
setup.py 中 requirements 拼写错误
编译日志如下: ` --- running install /usr/local/lib/python3.8/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/local/lib/python3.8/dist-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip...
如下图所示,我生成的点云从相机到远端呈现一个弧形,您了解是什么原因吗?  
I made the following changes to the code: 1. in image2rtsp.h: ``` // GstCaps* gst_caps_new_from_image(const sensor_msgs::Image::ConstPtr &msg); GstCaps* gst_caps_new_from_image(const sensor_msgs::CompressedImageConstPtr &msg); //my_test //void imageCallback(const sensor_msgs::Image::ConstPtr& msg, const std::string& topic); void...
``` Traceback (most recent call last): File "./tools/test.py", line 263, in main() File "./tools/test.py", line 228, in main outputs = single_gpu_test(model, data_loader, args.show, args.show_dir) File "/home/Dataset/weiqian/mmdetection3d/mmdet3d/apis/test.py", line 53, in single_gpu_test...
出错代码部分如下: ``` bool YawCalib::GetYawSegs(const DataTable &sample_x, const DataTable &sample_y, std::vector &samples_yaw){ BSpline bspline_x = BSpline::Builder(sample_x).degree(bspine_degree_).smoothing(BSpline::Smoothing::PSPLINE).alpha(0.03).build(); BSpline bspline_y = BSpline::Builder(sample_y).degree(bspine_degree_).smoothing(BSpline::Smoothing::PSPLINE).alpha(0.03).build(); int discarded_nums = int(pose_num_ * 0.05); DataTable tmp_yaw; int last_t =...
https://github.com/eProsima/Fast-DDS-monitor/issues/285