You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/miniconda3/envs/mlz/lib/python3.6/site-packages/mit_d3m/dataset.py:71: UserWarning: the datasetSchemaVersions in the API and datasetDoc do not match!
warnings.warn("the datasetSchemaVersions in the API and datasetDoc do not match!")
/usr/local/miniconda3/envs/mlz/lib/python3.6/site-packages/mit_d3m/dataset.py:227: UserWarning: the problemSchemaVersions in the API and datasetDoc do not match!
warnings.warn("the problemSchemaVersions in the API and datasetDoc do not match!")
---------------------------------------------------------------------------
KeyError Traceback (most recent call last)
<ipython-input-9-a51e1c460555> in <module>
----> 1 mit_d3m.load_dataset('LL1_penn_fudan_pedestrian')
/usr/local/miniconda3/envs/mlz/lib/python3.6/site-packages/mit_d3m/__init__.py in load_dataset(dataset, root, force_download)
150
151 dataset = loader.load(d3mds)
--> 152 dataset.scorer = METRICS_DICT[d3mds.get_metric()]
153
154 return dataset
KeyError: 'objectDetectionAP'
The text was updated successfully, but these errors were encountered:
Description
Trying to load LL1_penn_fudan_pedestrian, but get error that there is no metric for
objectDetectionAP
What I Did
The text was updated successfully, but these errors were encountered: