Skip to content

Commit

Permalink
remove device from segmentation tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Conos committed Sep 12, 2024
1 parent a0fbdc1 commit 4d3df0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ use tch::{IValue, Tensor};

use crate::{image::ImageCHW, BBox, SegBBox, SegmentationResult};

pub struct SegmentationTools {
device: tch::Device,
}
pub struct SegmentationTools {}
pub struct DetectionTools {}

impl SegmentationTools {
Expand Down

0 comments on commit 4d3df0a

Please sign in to comment.