klauspa / Yolov4-tensorflow

tensorflow implementation for Yolo v4
60 stars 23 forks source link

ValueError: setting an array element with a sequence. #6

Open genesysvip opened 4 years ago

genesysvip commented 4 years ago

ValueError: setting an array element with a sequence.

prepost_process.py", line 67, in postprocess_bbbox xy_grid = xy_grid.astype(np.float)

Should I change my tensorflow version to 2.1.0?

Thanks all

klauspa commented 4 years ago

What is your tensorflow version, 2.x is all ok

genesysvip commented 4 years ago

I'm using tensorflow-cpu == 2.2.0 Now I use tensorflow==2.2.0 docker is work