Closed azuryl closed 4 years ago
python display.py --frame-root ${DATA_ROOT}/frames --calibration ${DATA_ROOT}/calibration.json --pose-file ${DATA_ROOT}/annotation_2d.json --pose-type 2d Traceback (most recent call last): File "display.py", line 6, in from crossview_dataset import data_utils File "/home/azuryl/crossview_3d_pose_tracking/crossview_dataset/data_utils.py", line 14 def init(self, frame_root: str, camera_names: List[str] = None): ^ SyntaxError: invalid syntax
python display.py --frame-root ${DATA_ROOT}/frames --calibration ${DATA_ROOT}/calibration.json --pose-file ${DATA_ROOT}/annotation_2d.json --pose-type 2d Traceback (most recent call last): File "display.py", line 6, in
from crossview_dataset import data_utils
File "/home/azuryl/crossview_3d_pose_tracking/crossview_dataset/data_utils.py", line 14
def init(self, frame_root: str, camera_names: List[str] = None):
^
SyntaxError: invalid syntax