Перевел импорты модулей в относительные пути

This commit is contained in:
Viner Abubakirov
2026-04-04 11:57:41 +05:00
parent c91cf6b53a
commit 2d67b72128
13 changed files with 229 additions and 222 deletions

View File

@@ -5,9 +5,9 @@ import torch
import numpy as np
from omegaconf import OmegaConf, DictConfig
from src.utils.torch import img2tensor, check_dim_and_resize, tensor2img
from src.utils.build import build_from_cfg
from src.utils.padder import InputPadder
from .utils.torch import img2tensor, check_dim_and_resize, tensor2img
from .utils.build import build_from_cfg
from .utils.padder import InputPadder
class Anchor: