congyao123456

Results 9 issues of congyao123456

你好跟着你的readme在mot17数据集上测试,只得到 IDF1 IDP IDR Rcll Prcn GT MT PT ML FP FN IDs FM MOTA MOTP IDt IDa IDm num_objects这些指标,请问如何获得hota指标?

Hello Dear Author: Thank you very much for your contribution on the MOT task, in the MOT17 result validation code, including -DPM,-FRCNN,-SDP three kinds of while in the code, only...

你好,压缩文件夹下一共150个.txt文件上传到sportsMOT出现: Traceback (most recent call last): File "/tmp/codalab/tmpxw6bI2/run/program/evaluate_full_test.py", line 22, in organize_input_full.process(input_dir) File "/tmp/codalab/tmpxw6bI2/run/program/organize_input_full.py", line 63, in process "Uploaded results are not one-to-one matches to the test set.") Exception: Uploaded...

请问在编译 pbcvt 前如何修改修改生成文件文件中的编译路径。主要修改包括更新以下条目:CMAKE_SOURCE_DIR、CMAKE_BINARY_DIR cmake_progress_start,可否给出详细教程?

Hello Dear Author: Thank you for your contribution to the MOT community, I have some questions about how to get the effect of mix ocsort in the paper in the...

报错如下: predictor = paddle.inference.create_predictor(config) ValueError: (InvalidArgument) Cannot parse tensor desc [Hint: Expected desc.ParseFromArray(buf.get(), size) == true, but received desc.ParseFromArray(buf.get(), size):0 != true:1.] (at ..\paddle\phi\core\framework\dense_tensor_tostream.cc:329) 训练完成后,在output目录下得到的best_model目录,其下目录存在inference目录,此文件夹下存在三个文件inference.json, inferencepdiparams, inference.yml 为何报错

当我使用paddlex训练自己的图像分类数据集,(例如PP-LCNet_x1_0),模型默认输入的尺寸为224,我能否修改成更大的尺寸比如640×640呢?

使用官方给的指令(windows系统): paddlex \ --paddle2onnx \ --paddle_model_dir ./ResNet18 \ --onnx_model_dir ./ResNet18 \ 报错如下:ImportError: DLL load failed while importing paddle2onnx_cpp2py_export: 找不到指定的程序。 Paddle2ONNX conversion failed with exit code 1 具体如下: (paddle_env) D:\project\PaddleX-release-3.0>paddlex --paddle2onnx...

windows系统执行: paddle2onnx --model_dir mobilenetv3 --model_filename inference.pdmodel --params_filename inference.pdiparams --save_file model.onnx --enable_dev_version True --opset_version 13 --enable_onnx_checker True 报错: 信息: 用提供的模式无法找到文件。 C:\Users\sunjian\Anaconda3\envs\paddle_env\lib\site-packages\paddle\utils\cpp_extension\extension_utils.py:711: UserWarning: No ccache found. Please be aware that recompiling all...