Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed Feb 23, 2025
1 parent 1eb4301 commit 569ffed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torchgeo/datasets/vhr10.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ def plot(
if show_feats != 'boxes':
skimage = lazy_import('skimage')

image = sample['image'].permute(1, 2, 0).numpy()
boxes = sample['bbox_xyxy'].cpu().numpy()
labels = sample['label'].cpu().numpy()
if 'mask' in sample:
Expand Down

0 comments on commit 569ffed

Please sign in to comment.