longcw / crossview_3d_pose_tracking

Dataset of the paper "Cross-View Tracking for Multi-Human 3D Pose Estimation at over 100 FPS"
143 stars 18 forks source link

SyntaxError: invalid syntax #4

Closed azuryl closed 4 years ago

azuryl commented 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