chore: cleanup

This commit is contained in:
Carson M.
2024-12-26 17:05:33 -06:00
parent 7f626ae66d
commit 794c04190e
2 changed files with 2 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
use std::{
path::Path,
sync::{
Arc,
atomic::{AtomicUsize, Ordering}
@@ -7,12 +6,7 @@ use std::{
thread::{self, JoinHandle}
};
use image::{ImageBuffer, Luma, Pixel, imageops::FilterType};
use ort::{
environment::{GlobalThreadPoolOptions, ThreadManager, ThreadWorker},
inputs,
session::{Session, builder::GraphOptimizationLevel}
};
use ort::environment::{GlobalThreadPoolOptions, ThreadManager, ThreadWorker};
use test_log::test;
struct ThreadStats {