dBeker / Faster-RCNN-TensorFlow-Python3

Tensorflow Faster R-CNN for Windows/Linux and Python 3 (3.5/3.6/3.7)
MIT License
612 stars 329 forks source link

TypeError when launching train.py #80

Closed YYJ27 closed 5 years ago

YYJ27 commented 5 years ago

File "D:\Faster-RCNN-TensorFlow-Python3-master\lib\nets\vgg16.py", line 66, in get_variables_to_restore if v.name.split(':')[0] in var_keep_dic: TypeError: argument of type 'NoneType' is not iterable

YYJ27 commented 5 years ago

I have solved this problem and modified vgg_16.ckt to vgg16.ckt

RongMiao commented 5 years ago

I have solved this problem and modified vgg_16.ckt to vgg16.ckt

i have made the same mistake. thanks