-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
accuracy #6
Comments
Hi, could you share the results of your experiments and datasets? |
Yes, I used the model with the highest accuracy from the previous step as the teacher for training. I trained the second step on the model that achieved an accuracy of 90% in the first step, but the final accuracy was very low. I don't know what caused this. However, I noticed that I didn't do the prepare_limited_view step, could it be the problem? |
The ground-to-drone task is quite challenging, and the test results are unlikely to reach 90%. Could you tell me which dataset you used for testing and what the 90% metric refers to? Is it Top-1 accuracy or mAP? |
Hi, this is the result on the training-set, you need to test your model on the test-set. |
I know but it should be the model of step3 that be used to test right?I see the trainning result of step 2 be very low I want to know what is the problem of this! |
Normally, this situation shouldn't occur. You can check whether the loss curve is following a normal downward trend. |
In step1 it should not use the pre-train model you given right?Also I would like to know whether the test and evaluate part will output the visual result or it only output the data analysis.
…---- Replied Message ----
| From | Zelong ***@***.***> |
| Date | 10/13/2024 21:51 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [ZelongZeng/PLCD] accuracy (Issue #6) |
Normally, this situation shouldn't occur. You can check whether the loss curve is following a normal downward trend.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
And I saw the loss is continuously high!I don't know whats the problem of that.
…---- Replied Message ----
| From | Zelong ***@***.***> |
| Date | 10/13/2024 21:51 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [ZelongZeng/PLCD] accuracy (Issue #6) |
Normally, this situation shouldn't occur. You can check whether the loss curve is following a normal downward trend.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
If the values are unusually high or not decreasing, there might be an issue. Many reasons could cause this situation. You can check if there are any abnormalities in the generated gradients. Sometimes, differences in environment versions can lead to such problems. |
Hello,i would like to ask why when I go to the training step of 2 and 3 ,the accuracy always be very very low at 1%.But when I train it at step 1,the accuracy is very high like 90%
The text was updated successfully, but these errors were encountered: