Skip to content
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

Open
ahworld22 opened this issue Oct 6, 2024 · 11 comments
Open

accuracy #6

ahworld22 opened this issue Oct 6, 2024 · 11 comments

Comments

@ahworld22
Copy link

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%

@ZelongZeng
Copy link
Owner

Hi, could you share the results of your experiments and datasets?

@ahworld22
Copy link
Author

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?
plcd训练2.txt

@ZelongZeng
Copy link
Owner

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?

@ahworld22
Copy link
Author

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?

I use the dataset of university,and the accuracy is about 80% not 90%(sorry I misstate it):
image

@ahworld22
Copy link
Author

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?

hello,I'm looking forward to your reply!I send you the trainning result as follow.I use the dataset of university,and the accuracy is about 80% not 90%(sorry I misstate it).And I use the best epoch of step one to train step two, it only reaches 1% acurracy,what's the problem?However, I noticed that I didn't do the prepare_limited_view step, could it be the problem?
image

@ZelongZeng
Copy link
Owner

Hi, this is the result on the training-set, you need to test your model on the test-set.

@ahworld22
Copy link
Author

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!

@ZelongZeng
Copy link
Owner

Normally, this situation shouldn't occur. You can check whether the loss curve is following a normal downward trend.

@ahworld22
Copy link
Author

ahworld22 commented Oct 13, 2024 via email

@ahworld22
Copy link
Author

ahworld22 commented Oct 14, 2024 via email

@ZelongZeng
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants