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

Abnormal model training #13

Open
lzq04 opened this issue Dec 12, 2021 · 2 comments
Open

Abnormal model training #13

lzq04 opened this issue Dec 12, 2021 · 2 comments

Comments

@lzq04
Copy link

lzq04 commented Dec 12, 2021

image

Follow your approach to PS2 0 data set, the training set and test set obtained, and the weight file obtained after training are used for parking point detection and evaluation. The evaluation data of parking point detection is shown in the figure below:
image

In addition, the same data set is tested, and the weight file is modified to the author's. The evaluation data are as follows:
image

The effect given in the original paper is

image
So you need to explain to me why this happens? Or is there something wrong with my experiment?

@lzq04
Copy link
Author

lzq04 commented Dec 12, 2021

The environment I use is pytorch1 7 and CUDA 10.2

@Teoge
Copy link
Owner

Teoge commented Dec 17, 2021

Average precision is a metric different from precision and recall.
Take a look at https://en.wikipedia.org/wiki/Evaluation_measures_(information_retrieval)#Average_precision for details.
If you wish to reproduce the precision recall in the paper, please refer to the step in here.

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