Po-Cheng Chen
Results
2
comments of
Po-Cheng Chen
@moorage Thanks for your reply. By the way, I found a post (https://stackoverflow.com/questions/35336648/list-of-tensor-names-in-graph-in-tensorflow) that shows a way to see the names of all operation names in the graph.
Just modified darknet/python/darknet.py then you can input an Opencv image to darknet detect function. Setp 1. add 'def array_to_image(arr)' as follow: ```python def array_to_image(arr): # need to return old values...