We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
汇报一个测试的结果,给定的权重用run_test测试不出51的MAE。 大家知道是什么原因吗? 按照原代码的结果 loss_point应该没参与运算。 所以并没有预测offset的能力,看起来预测并没有偏移。 按照给定的权重测试STA上sigma=4和sigma=8的定位结果: -----Localization performance----- AP_small: 0.361040369146978 AR_small: 0.36263137900468534 F1m_small: 0.3618341251389872 AP_large: 0.7220303083789303 AR_large: 0.7252121058629859 F1m_large: 0.7236177094915597 -----Counting performance----- MAE: 59.92307692307692 MSE: 98.57568074918294 NAE: 0.15530747253417876
The text was updated successfully, but these errors were encountered:
请问跑过训练吗?
Sorry, something went wrong.
跑过训练差不多也能达到类似的结果。
你是直接用的源代码跑的吗?我copy源代码下来跑的时候发现收敛不了,MSE一直都是300多,也不晓得什么原因
No branches or pull requests
汇报一个测试的结果,给定的权重用run_test测试不出51的MAE。 大家知道是什么原因吗?
按照原代码的结果 loss_point应该没参与运算。 所以并没有预测offset的能力,看起来预测并没有偏移。
按照给定的权重测试STA上sigma=4和sigma=8的定位结果:
-----Localization performance-----
AP_small: 0.361040369146978
AR_small: 0.36263137900468534
F1m_small: 0.3618341251389872
AP_large: 0.7220303083789303
AR_large: 0.7252121058629859
F1m_large: 0.7236177094915597
-----Counting performance-----
MAE: 59.92307692307692
MSE: 98.57568074918294
NAE: 0.15530747253417876
The text was updated successfully, but these errors were encountered: