DMPR-PS
DMPR-PS copied to clipboard
Abnormal model training
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:
In addition, the same data set is tested, and the weight file is modified to the author's. The evaluation data are as follows:
The effect given in the original paper is
So you need to explain to me why this happens? Or is there something wrong with my experiment?
The environment I use is pytorch1 7 and CUDA 10.2
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.