mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 19:18:50 +00:00
Move the yolo shared bits to a common place. (#548)
* Move the yolo shared bits to a common place. * Share more code. * Configurable thresholds.
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
pub mod coco_classes;
|
||||
pub mod object_detection;
|
||||
|
||||
use candle::{Device, Result, Tensor};
|
||||
|
||||
pub fn device(cpu: bool) -> Result<Device> {
|
||||
|
Reference in New Issue
Block a user