adjust display table position
This commit is contained in:
@@ -6,7 +6,7 @@ import trimesh
|
||||
from utils.pts import PtsUtil
|
||||
|
||||
class DataLoadUtil:
|
||||
DISPLAY_TABLE_POSITION = np.asarray([0,0,0.85])
|
||||
DISPLAY_TABLE_POSITION = np.asarray([0,0,0.895])
|
||||
@staticmethod
|
||||
def get_path(root, scene_name, frame_idx):
|
||||
path = os.path.join(root, scene_name, f"{frame_idx}")
|
||||
|
Reference in New Issue
Block a user