chuanqi305 / MobileNetv2-SSDLite

Caffe implementation of SSD and SSDLite detection on MobileNetv2, converted from tensorflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1.5 has type float, but expected one of: int, long ?

match08 opened this issue · comments

python3 gen_model.py error:

Exception has occurred: TypeError
1.5 has type float, but expected one of: int, long
File "/xxx/xxx/MobileNetv2-SSDLite/ssdlite/gen_model.py", line 307,

In python2 the / operator is integer division. Use // in python 3.