yukitsuji / 3D_CNN_tensorflow

KITTI data processing and 3D CNN for Vehicle Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: zip argument #1 must support iteration

OneManArmy93 opened this issue · comments

Hello, Im was experimenting with the 000058.bin file (where there is only Pedestrain but no cars)
I get the following error on the get_boxcorners() function:
TypeError: zip argument #1 must support iteration
does anyone knows what it means and how to solve it?
Thx