Jiaolong / gcn-parking-slot

Attentional graph neural network for parking slot detection
MIT License
145 stars 39 forks source link

Metric Problem #12

Closed ITBoy-China closed 1 year ago

ITBoy-China commented 1 year ago

Hello! Thanks for your great work. But the metric which I used test.py to calculate is not the same as your paper. Is there anything wrong in my procedure?

  1. Downloading the code and set up the enviroment.
  2. Downloading the datsaet and the pretrained model.
  3. python3 tools/test.py -c config/ps_gat.yaml -m cache/ps_gat/100/models/checkpoint_epoch_200.pth

And the average precision is not the same or slight different as you describled in your paper.

fully trained weight image partly trained weight image

I'd appreciate it if you could reply soon.

ITBoy-China commented 1 year ago

I found that i misunderstood something. Close for this.Thanks for your great work again!