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.21k stars 1.27k forks source link

Model lost input from data loader #338

Open Cli98 opened 4 years ago

Cli98 commented 4 years ago

@zylo117

Just update code... and find this.

image

Model loses input info from image and annotations. From the output, data loader works. I'm not quite sure the wrapper works properly or not. Is this a bug?

zylo117 commented 4 years ago

it seems batchsize is 0

Cli98 commented 4 years ago

it seems batchsize is 0

@zylo117 data loader correctly generate data but those data get lost in model. I did not modify any part of code. Why could this happen?

zylo117 commented 4 years ago

I can run the tutorial on colab just a few minutes ago. You should check your code. Clean merging or pulling the latest code doesn't mean your code is the same as mine.

Cli98 commented 4 years ago

I can run the tutorial on colab just a few minutes ago. You should check your code. Clean merging or pulling the latest code doesn't mean your code is the same as mine.

Okay I will try to double check.