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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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]