↓ 1 callersFunctionmse_lossMSE loss. Args: pred (Tensor): Prediction Tensor with shape (n, c, h, w). target ([type]): Target Tensor with shape (n, c, h, w).
lada/models/basicvsrpp/mmagic/pixelwise_loss.py:32
↓ 1 callersFunctionprocess_frame(input: np.ndarray[np.uint8], model, conf, classes, imgsz, iou, negate=False)
scripts/evaluation/run-yolo.py:15
↓ 1 callersFunctionprocess_image(input: str, output_path, model, conf, classes, imgsz, iou, negate=False)
scripts/evaluation/run-yolo.py:22
↓ 1 callersFunctionprocess_package(package: dict, glib_major: int, glib_minor: int, python_major: int, python_minor: int, python_patch: int)
packaging/flatpak/convert-pylock-to-flatpak.py:99
↓ 1 callersFunctionreorder_imageReorder images to 'HWC' order. If the input_order is (h, w), return (h, w, 1); If the input_order is (c, h, w), return (h, w, c); If the
lada/models/basicvsrpp/mmagic/img_utils.py:80