-
Notifications
You must be signed in to change notification settings - Fork 21
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
evaluation.py error #7
Comments
The calculation of indicators requires multiple data points as the basis. The problems you have discovered have been encountered before. One of the possible reasons is that when you do not have the correct target, or only one target is detected, BEP Calculations are not possible in any way. So I suggest you check the test set,if there is only one target or no more than one target detected, the indicator is indeed unable to be calculated. |
@Anquanzhi Actually I didn't understand. |
The current data is only used as a demo, you don't need to test the model to run the evaluation code. Is it because you changed the result in .data/result after running the test code, so that the situation in my last answer appeared? |
@Anquanzhi Thanks allot for your help and support. I reclone the model and i will train and test again. |
hello @Anquanzhi I have cloned, train, and test the model again this time the evaluation worked, however, it shows me a week AP and BEP
even though the all_figures.txt.txt file shows good results :
that was for your demo data. and for my own data, the situation is even worse.
and for the all_figures.txt.txt file shows :
so why the evaluation is so bad especially for my own data. |
The poor results in the demo are due to too few training samples (actually only about 10 samples are available before data enhancement). |
@Anquanzhi thank you for your response and help. my dataset consists of 66203 for training and 50 for test |
@Anquanzhi hello I am grateful for your help. |
When you have problems with your own data, you need to check the problem from the following aspects: 5, When you use your own data, you can modify the parameter settings as needed: |
@Anquanzhi |
Hello @ZongxuPan.
I have some problem when implementing the evaluation.py file :
I didn't know how to handle this error. so please some help
The text was updated successfully, but these errors were encountered: