lufficc / SSD

High quality, fast, modular reference implementation of SSD in PyTorch
MIT License
1.52k stars 384 forks source link

ValueError while evaluating the model #213

Open Bhavesh-N opened 2 years ago

Bhavesh-N commented 2 years ago

Hello,

I am trying to train the efficientnet model on the coco dataset and it is running through the training process well. However, when it comes to the evaluation phase, I am getting a valueerror in the "compute_on_dataset" method, specifically from line 45. It is trying to unpack the batch list into images, targets, and image_ids, but it only finds 2 elements in the list, the first being a 300x300 image and second being "None". Could I get some help in understanding where the targets and image_ids are supposed to be coming from?

BN

Screenshot from 2022-04-18 16-02-02