add the sys.path way to help finding the dinov2 in using VSCODE with linux_x64
parent
e1277af2ba
commit
479acef8f1
|
@ -7,6 +7,8 @@ import logging
|
|||
import os
|
||||
import sys
|
||||
|
||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)) + '/../../..')
|
||||
|
||||
from dinov2.logging import setup_logging
|
||||
from dinov2.train import get_args_parser as get_train_args_parser
|
||||
from dinov2.run.submit import get_args_parser, submit_jobs
|
||||
|
|
Loading…
Reference in New Issue