yukitsuji / 3D_CNN_tensorflow

KITTI data processing and 3D CNN for Vehicle Detection
MIT License
284 stars 120 forks source link

TypeError: zip argument #1 must support iteration #33

Open OneManArmy93 opened 5 years ago

OneManArmy93 commented 5 years ago

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