We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Great work !! Can you help me? It shows me this error: IndexError: invalid index to scalar variable.
On line no. 30: output_layers = [layer_names[i[0] - 1] for i in net.getUnconnectedOutLayers()]
The text was updated successfully, but these errors were encountered:
Great work !! Can you help me? It shows me this error: IndexError: invalid index to scalar variable. On line no. 30: output_layers = [layer_names[i[0] - 1] for i in net.getUnconnectedOutLayers()]
hey. though i am not sure, but it may be due to me hardcoding the path to this thing. did you try modifying that to suit you?
anyway, i haven't looked at this project for about 1 year or more 😅😅, so i am really out of touch with what i did all that time back.
could this be of some help? https://stackoverflow.com/questions/69756781/hi-i-have-error-related-to-object-detection-project
Sorry, something went wrong.
@Abdullah-144, Try adding print statements before this line and try printing the value of layer_names and net.getUnconnectedOutLayers()
layer_names
net.getUnconnectedOutLayers()
Please attach the screenshots of the same :D
No branches or pull requests
Great work !!
Can you help me?
It shows me this error:
IndexError: invalid index to scalar variable.
On line no. 30: output_layers = [layer_names[i[0] - 1] for i in net.getUnconnectedOutLayers()]
The text was updated successfully, but these errors were encountered: