obendidi / Tracking-with-darkflow

Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
GNU General Public License v3.0
524 stars 176 forks source link

The name 'net/images:0' refers to a Tensor which does not exist #95

Open amolkumarpatil opened 5 years ago

amolkumarpatil commented 5 years ago

When I set Tracker flag to "False" model is running fine but when I set this flag to "True" it throws me a below error "The name 'net/images:0' refers to a Tensor which does not exist. The operation, 'net/images', does not exist in the graph." Let me know if there are any workarounds