Mrmoore98 / VectorMapNet_code

This is the official code base of VectorMapNet (ICML 2023)
https://tsinghua-mars-lab.github.io/vectormapnet/
GNU General Public License v3.0
405 stars 56 forks source link

anyone has the similar problem like this? #17

Closed scream68 closed 1 year ago

scream68 commented 1 year ago

'MultiPolygon' object is not iterable

secret104278 commented 1 year ago

@scream68 how did you solve this?

secret104278 commented 1 year ago

pip install shapely==1.8.5 save my day

scream68 commented 1 year ago

@scream68 how did you solve this?

check the key 'MultiPolygon' ‘s value,for it not enough for iteration,maybe use ‘Polygon’ list to instead is a not bad choice。If you find a better solution, please reply。