DMPR-PS icon indicating copy to clipboard operation
DMPR-PS copied to clipboard

Abnormal model training

Open lzq04 opened this issue 3 years ago • 2 comments

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 avatar Dec 12 '21 11:12 lzq04

The environment I use is pytorch1 7 and CUDA 10.2

lzq04 avatar Dec 12 '21 11:12 lzq04

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.

Teoge avatar Dec 17 '21 04:12 Teoge