feat: extract opengait_studio monorepo module
Move demo implementation into opengait_studio, retire Sports2D runtime integration, and align packaging with root-level monorepo dependency management.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import math
|
||||
import random
|
||||
import numpy as np
|
||||
from utils import get_msg_mgr
|
||||
from opengait.utils import get_msg_mgr
|
||||
|
||||
|
||||
class CollateFn(object):
|
||||
|
||||
@@ -3,7 +3,7 @@ import pickle
|
||||
import os.path as osp
|
||||
import torch.utils.data as tordata
|
||||
import json
|
||||
from utils import get_msg_mgr
|
||||
from opengait.utils import get_msg_mgr
|
||||
|
||||
|
||||
class DataSet(tordata.Dataset):
|
||||
|
||||
@@ -4,7 +4,7 @@ import torchvision.transforms as T
|
||||
import cv2
|
||||
import math
|
||||
from data import transform as base_transform
|
||||
from utils import is_list, is_dict, get_valid_args
|
||||
from opengait.utils import is_list, is_dict, get_valid_args
|
||||
|
||||
|
||||
class NoOperation():
|
||||
|
||||
Reference in New Issue
Block a user