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: argument of type 'NoneType' is not iterable #113

Closed sunyhaime closed 5 years ago

sunyhaime commented 5 years ago

Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ./data/imagenet_weights/vgg16.ckpt File "D:/SUNYUHAI/sunyuhai/Faster-RCNN-TensorFlow-Python3-master/train.py", line 216, in train.train() File "D:/SUNYUHAI/sunyuhai/Faster-RCNN-TensorFlow-Python3-master/train.py", line 123, in train variables_to_restore = self.net.get_variables_to_restore(variables, var_keep_dic) File "D:\SUNYUHAI\sunyuhai\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

morpheusthewhite commented 5 years ago

Duplicate of https://github.com/dBeker/Faster-RCNN-TensorFlow-Python3/issues/80