hustvl / GKT

Efficient and Robust 2D-to-BEV Representation Learning via Geometry-guided Kernel Transformer
https://arxiv.org/abs/2206.04584
MIT License
218 stars 18 forks source link

Error when running eval.py #11

Open JacksonVation opened 1 year ago

JacksonVation commented 1 year ago

Hi, thank you for your open source project!

image

However, when I run eval.py , there`s an error like " KeyError:'state_dict' ", i thought it would be something wrong with 'state_dict' so I delete ['state_dict'] in

image

which is line 29 in load_weights. But there comes another error like:

image

How could I deal with this error?