Closed mali-afridi closed 3 months ago
which file ?
I am trying to run this file: python references/deploy/rtdetrv2_torch.py
You have an import of:
from cvperception.core import YAMLConfig
in line 11
relace that line as below
import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).parent / '..' / '..'))
from src.core import YAMLConfig
Thanks, works!
Hey, I wanted to try the version2, but I got there is no file named cvperception in rtdetr-pytorchv2/ folder