Closed Lars-Codes closed 2 hours ago
Hi @Lars-Codes 👋
Thank you for your contribution! Unfortunately, I can’t merge this PR due to the "Invalid Head Notebook In The Diff" issue.
I did encounter the same problems while working on #344 and have addressed them there, so I’ll be closing this PR. Thank you again for taking the time to contribute, and I hope to see more of your work in the future!
Description
Under Single Image Interference,
This code: list(model.predict(image, conf=0.35))[0] Should become: model.predict(image, conf=0.35)
Please delete options that are not relevant.
How has this change been tested, please provide a testcase or example of how you tested the change?
My code on this notebook only worked when I made this change. Otherwise it was throwing errors.