-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always got 'None' using g = gpu_worker.get_result_queue(). #17
Comments
@kitlien please specify exactly what you do and what output you get, i am not able to understand the question |
@gustavz I run the object detection python file "object_detection.py" with split_model. When the program run into the function:def detection(detection_graph, category_index, score, expand), the function g = gpu_worker.get_result_queue() and c = cpu_worker.get_result_queue(), alway return 'None'. Then there is no results for boxes, scores, classes, num, image. Here is the code for this problem:
Wish your help,Thanks~ |
I dont know where you got this code from, but this is totally messed up. This part here is strange:
So you wrote your own code / modified the original one. Furthermore this is an Indentation Error. |
@gustavz Hey, When I implement the ' object_detection.py' on Tx2, I Always got 'None' using g = gpu_worker.get_result_queue(). And no detection results comes out, what's the reason of this problem?
The text was updated successfully, but these errors were encountered: