LiuShuaiyr / UAVMOT

multi-object tracking meets moving UAV
36 stars 4 forks source link

Training model #10

Closed 972821054 closed 1 year ago

972821054 commented 1 year ago

Hello, can you provide your training model for VisDrone dataset? Thank you very much!

xiaocc612 commented 1 year ago

@LiuShuaiyr Hi author, do you have time to upload the pre-trained model? My retrained model performs poorly without using the triple loss reID branch. Namely, IDF1: 37.9%, MOTA: 21.0%.

LiuShuaiyr commented 1 year ago

It is recommended to solve the training problem before testing. In addition, the following changes should be made in the track.py file, using MCJDETrcker_ AMF instead of MCJDETrcker. We will optimize this part of code later.

xiaocc612 commented 1 year ago

It is recommended to solve the training problem before testing. In addition, the following changes should be made in the track.py file, using MCJDETrcker_ AMF instead of MCJDETrcker. We will optimize this part of code later.

First of all, thank you for your reply. In the training phase, just no triplet loss is used. In the inference phase, I tested MCJDETrcker_ AMF and MCJDETrcker, and the results are the same. I will double check. Maybe there are errors in the released code? I look forward to your optimized code and the sharing of pre-trained models and experimental results files.

LiuShuaiyr commented 1 year ago

It is recommended to solve the training problem before testing. In addition, the following changes should be made in the track.py file, using MCJDETrcker_ AMF instead of MCJDETrcker. We will optimize this part of code later.

First of all, thank you for your reply. In the training phase, just no triplet loss is used. In the inference phase, I tested MCJDETrcker_ AMF and MCJDETrcker, and the results are the same. I will double check. Maybe there are errors in the released code? I look forward to your optimized code and the sharing of pre-trained models and experimental results files.

Thank you for your question. Because the code is not well organized, the released code may have some problems. After finishing the work at hand, I will continue to improve the code and upload the result file, It will take about 3 months.

xiaocc612 commented 1 year ago

It is recommended to solve the training problem before testing. In addition, the following changes should be made in the track.py file, using MCJDETrcker_ AMF instead of MCJDETrcker. We will optimize this part of code later.

First of all, thank you for your reply. In the training phase, just no triplet loss is used. In the inference phase, I tested MCJDETrcker_ AMF and MCJDETrcker, and the results are the same. I will double check. Maybe there are errors in the released code? I look forward to your optimized code and the sharing of pre-trained models and experimental results files.

Thank you for your question. Because the code is not well organized, the released code may have some problems. After finishing the work at hand, I will continue to improve the code and upload the result file, It will take about 3 months.

Thank you for your quick reply. If it's not too much trouble, can you share the test result files? This should not take much time. ^_^

LiuShuaiyr commented 1 year ago

It is recommended to solve the training problem before testing. In addition, the following changes should be made in the track.py file, using MCJDETrcker_ AMF instead of MCJDETrcker. We will optimize this part of code later.

First of all, thank you for your reply. In the training phase, just no triplet loss is used. In the inference phase, I tested MCJDETrcker_ AMF and MCJDETrcker, and the results are the same. I will double check. Maybe there are errors in the released code? I look forward to your optimized code and the sharing of pre-trained models and experimental results files.

Thank you for your question. Because the code is not well organized, the released code may have some problems. After finishing the work at hand, I will continue to improve the code and upload the result file, It will take about 3 months.

Thank you for your quick reply. If it's not too much trouble, can you share the test result files? This should not take much time. ^_^

the test result files for reference. test_results.zip

xiaocc612 commented 1 year ago

It is recommended to solve the training problem before testing. In addition, the following changes should be made in the track.py file, using MCJDETrcker_ AMF instead of MCJDETrcker. We will optimize this part of code later.

First of all, thank you for your reply. In the training phase, just no triplet loss is used. In the inference phase, I tested MCJDETrcker_ AMF and MCJDETrcker, and the results are the same. I will double check. Maybe there are errors in the released code? I look forward to your optimized code and the sharing of pre-trained models and experimental results files.

Thank you for your question. Because the code is not well organized, the released code may have some problems. After finishing the work at hand, I will continue to improve the code and upload the result file, It will take about 3 months.

Thank you for your quick reply. If it's not too much trouble, can you share the test result files? This should not take much time. ^_^

the test result files for reference. test_results.zip

Thanks again for your quick reply and I look forward to your updates. Sorry to interrupt again, can you provide the results of the experiments on the validation set?

lebron-2016 commented 1 year ago

It is recommended to solve the training problem before testing. In addition, the following changes should be made in the track.py file, using MCJDETrcker_ AMF instead of MCJDETrcker. We will optimize this part of code later.

First of all, thank you for your reply. In the training phase, just no triplet loss is used. In the inference phase, I tested MCJDETrcker_ AMF and MCJDETrcker, and the results are the same. I will double check. Maybe there are errors in the released code? I look forward to your optimized code and the sharing of pre-trained models and experimental results files.

Thank you for your question. Because the code is not well organized, the released code may have some problems. After finishing the work at hand, I will continue to improve the code and upload the result file, It will take about 3 months.

Thank you for your quick reply. If it's not too much trouble, can you share the test result files? This should not take much time. ^_^

the test result files for reference. test_results.zip

Thanks again for your quick reply and I look forward to your updates. Sorry to interrupt again, can you provide the results of the experiments on the validation set?

大佬您好,想问下您评估成功了吗?我使用 https://github.com/VisDrone/VisDrone2018-MOT-toolkit 中的evalMOT.m文件评估自己生成的测试结果,指标显示都为0;我又评估作者提供的 test_results.zip 结果文件,指标依旧如下图所示。 image 您有遇到过类似问题吗?特别希望得到您的解答,万分感谢!!

xiaocc612 commented 1 year ago

It is recommended to solve the training problem before testing. In addition, the following changes should be made in the track.py file, using MCJDETrcker_ AMF instead of MCJDETrcker. We will optimize this part of code later.

First of all, thank you for your reply. In the training phase, just no triplet loss is used. In the inference phase, I tested MCJDETrcker_ AMF and MCJDETrcker, and the results are the same. I will double check. Maybe there are errors in the released code? I look forward to your optimized code and the sharing of pre-trained models and experimental results files.

Thank you for your question. Because the code is not well organized, the released code may have some problems. After finishing the work at hand, I will continue to improve the code and upload the result file, It will take about 3 months.

Thank you for your quick reply. If it's not too much trouble, can you share the test result files? This should not take much time. ^_^

the test result files for reference. test_results.zip

Thanks again for your quick reply and I look forward to your updates. Sorry to interrupt again, can you provide the results of the experiments on the validation set?

大佬您好,想问下您评估成功了吗?我使用https://github.com/VisDrone/VisDrone2018-MOT-toolkit 中的evalMOT.m文件评估自己生成的测试结果,指标显示都为0;我又评估作者提供的test_results.zip结果文件,指标依旧如下图所示。 image

我能评估成功,你多检查下吧。

lebron-2016 commented 1 year ago

It is recommended to solve the training problem before testing. In addition, the following changes should be made in the track.py file, using MCJDETrcker_ AMF instead of MCJDETrcker. We will optimize this part of code later.

First of all, thank you for your reply. In the training phase, just no triplet loss is used. In the inference phase, I tested MCJDETrcker_ AMF and MCJDETrcker, and the results are the same. I will double check. Maybe there are errors in the released code? I look forward to your optimized code and the sharing of pre-trained models and experimental results files.

Thank you for your question. Because the code is not well organized, the released code may have some problems. After finishing the work at hand, I will continue to improve the code and upload the result file, It will take about 3 months.

Thank you for your quick reply. If it's not too much trouble, can you share the test result files? This should not take much time. ^_^

the test result files for reference. test_results.zip

Thanks again for your quick reply and I look forward to your updates. Sorry to interrupt again, can you provide the results of the experiments on the validation set?

大佬您好,想问下您评估成功了吗?我使用https://github.com/VisDrone/VisDrone2018-MOT-toolkit 中的evalMOT.m文件评估自己生成的测试结果,指标显示都为0;我又评估作者提供的test_results.zip结果文件,指标依旧如下图所示。 image

我能评估成功,你多检查下吧。

可以麻烦您帮忙看下吗?这是我对 https://github.com/VisDrone/VisDrone2018-MOT-toolkit 中的 evalMOT.m 文件的设置, uav_test_result 是上边提供的 test_result.zip,实在不知道是哪里出了问题 ╥﹏╥... image

ghost commented 1 year ago

It is recommended to solve the training problem before testing. In addition, the following changes should be made in the track.py file, using MCJDETrcker_ AMF instead of MCJDETrcker. We will optimize this part of code later.

First of all, thank you for your reply. In the training phase, just no triplet loss is used. In the inference phase, I tested MCJDETrcker_ AMF and MCJDETrcker, and the results are the same. I will double check. Maybe there are errors in the released code? I look forward to your optimized code and the sharing of pre-trained models and experimental results files.

Thank you for your question. Because the code is not well organized, the released code may have some problems. After finishing the work at hand, I will continue to improve the code and upload the result file, It will take about 3 months.

Thank you for your quick reply. If it's not too much trouble, can you share the test result files? This should not take much time. ^_^

the test result files for reference. test_results.zip

@LiuShuaiyr Thanks for your shared inference results on VisDrone test set!

We are a research team that is studying on MOT algorithms for practical UAV scenes, and our scenes are more similar to UAVDT dataset. So we are trying to reproduce your wonderful codes on UAVDT test set, but have failed to get a promising result (compared with the results in Table 1 of your paper). Could you provide your final tracking results on UAVDT test set for our reference? We will appreciate and cite the results and work appropriately. Thanks~

LiuShuaiyr commented 1 year ago

It is recommended to solve the training problem before testing. In addition, the following changes should be made in the track.py file, using MCJDETrcker_ AMF instead of MCJDETrcker. We will optimize this part of code later.

First of all, thank you for your reply. In the training phase, just no triplet loss is used. In the inference phase, I tested MCJDETrcker_ AMF and MCJDETrcker, and the results are the same. I will double check. Maybe there are errors in the released code? I look forward to your optimized code and the sharing of pre-trained models and experimental results files.

Thank you for your question. Because the code is not well organized, the released code may have some problems. After finishing the work at hand, I will continue to improve the code and upload the result file, It will take about 3 months.

Thank you for your quick reply. If it's not too much trouble, can you share the test result files? This should not take much time. ^_^

the test result files for reference. test_results.zip

@LiuShuaiyr Thanks for your shared inference results on VisDrone test set!

We are a research team that is studying on MOT algorithms for practical UAV scenes, and our scenes are more similar to UAVDT dataset. So we are trying to reproduce your wonderful codes on UAVDT test set, but have failed to get a promising result (compared with the results in Table 1 of your paper). Could you provide your final tracking results on UAVDT test set for our reference? We will appreciate and cite the results and work appropriately. Thanks~

The UAVDT results files for reference UAVDT_results.zip