Hi guys I have some questions, so if I understand correctly yolox-burn models/yolox-burn at main · tracel-ai/models · GitHub is a replacement of pytorch and can be used with yolo to train images via yolox?
I also wanted to ask can burn run models after training on images, videos and live cameras, similar to this code for yolo/ultralytics with python:
from ultralytics import YOLO
model = YOLO("custom_ncnn_model/")
model.predict(source = "video.mp4",
show = True, conf = 0.6, line_thickness = 2, save = False)
maybe with a different plugin?