Skip to content

Commit

Permalink
Fix motmetrics version (nutonomy#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
holger-motional authored Feb 18, 2020
1 parent 8542a60 commit 4e9e0a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion python-sdk/nuscenes/eval/tracking/mot.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def new_event_dataframe_with_data(indices, events):
list of events where each event is a list containing
'Type', 'OId', HId', 'D'
"""

idx = pd.MultiIndex.from_tuples(indices, names=['FrameId', 'Event'])
df = pd.DataFrame(events, index=idx, columns=['Type', 'OId', 'HId', 'D'])
return df
Expand Down
2 changes: 1 addition & 1 deletion setup/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ descartes
fire
jupyter
matplotlib
motmetrics
motmetrics<=1.1.3
numpy
opencv-python
pandas>=0.24
Expand Down

0 comments on commit 4e9e0a9

Please sign in to comment.