Last active
December 9, 2024 11:49
-
-
Save bepuca/fdaac6acd9a1e0085726a33ee0341250 to your computer and use it in GitHub Desktop.
object detection error analysis article - Interactive version of the article as a Jupyter notebook
I actually found what was causing the issue: pandas package changed such that the class variables in query strings do not work. I had to create separate variables to point to each ErrorType class variable. [Link to related issue discussed on stackoverflow]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Bernat, thanks for sharing this code. I get this error when I try to run the notebook with all the modules imported correctly. Here is a pytest summary:
ErrorType is imported, do you have any suggestion as to why this error may occur?