zylo117 / Yet-Another-EfficientDet-Pytorch

The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
GNU Lesser General Public License v3.0
5.2k stars 1.27k forks source link

I trained efficientdet-d7 but the weight after I train is efficientdet-d2 ???? #724

Open tuyendb opened 2 years ago

tuyendb commented 2 years ago

Capture ảnh

zylo117 commented 2 years ago

I think you are using arg -d2 but using d7 weights

tuyendb commented 2 years ago

I think you are using arg -d2 but using d7 weights

So what exactly is my weight, d7 or d2

zylo117 commented 2 years ago

d2, it is what it said

zylo117 commented 2 years ago

you should use -c 2 with d2 weights or -c 7 with d7 weights

tuyendb commented 2 years ago

you should use -c 2 with d2 weights or -c 7 with d7 weights

Tks so much but the image size of model, can I change it ? (by how)

zylo117 commented 2 years ago

by modifying resizer