We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70547fc commit 3c917f1Copy full SHA for 3c917f1
source/build.py
@@ -33,7 +33,6 @@ def load_benchmark_data():
33
results = deeplabcut.benchmark.loadcache(
34
"../.results", on_missing="raise"
35
).toframe()
36
- # TODO(niels): Get the code from the results DataFrame
37
df = (
38
results.reset_index()[["method", "code", "benchmark", "RMSE", "mAP"]]
39
.rename(
0 commit comments