Replies: 1 comment
|
Short answer: Candle can be used to write training code, but There are three separate capabilities here:
For the least work today, train the custom detector with Ultralytics Train mode and use Ultralytics for image/video/webcam prediction; its Predict mode already supports video files, streams, and webcam indices, and its NCNN integration can load the exported directory you show. Use Candle when you specifically want a Rust inference implementation and are prepared to convert the original weights and implement the media-input loop. |
Uh oh!
There was an error while loading. Please reload this page.
Hi guys I have some questions, so if I understand correctly candle is a replacement of pytorch and can be used with yolo to train images? I assume you use candle-yolo to do training for a custom model?
I also wanted to ask can candle run models after training on images, videos and live cameras, similar to this code for yolo/ultralytics with python:
All reactions