Skip to content

Commit

Permalink
Update tcn_hpl/callbacks/plot_metrics.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Tunison <[email protected]>
  • Loading branch information
cameron-a-johnson and Purg authored Nov 21, 2024
1 parent 3868041 commit f0c8372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcn_hpl/callbacks/plot_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ def on_test_epoch_end(
acts_dset.fpath = self._preds_dset_output_fpath
acts_dset.dataset['videos'] = truth_dset.dataset['videos']
acts_dset.dataset['images'] = truth_dset.dataset['images']
acts_dset.index.build(acts_dset)
acts_dset.dataset['categories'] = truth_dset.dataset['categories']
acts_dset.index.build(acts_dset)
# Create numpy lookup tables
for i in range(len(all_preds)):
frame_index = all_source_frames[i].item()
Expand Down

0 comments on commit f0c8372

Please sign in to comment.