adjust display table position

This commit is contained in:
2024-09-19 11:44:10 +00:00
parent bb75372f7e
commit 55684e86ba
2 changed files with 8 additions and 8 deletions

View File

@@ -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}")