Open JaneFo opened 1 year ago
Can you please provide more information about the error, e.g., which video's frames are empty or other details? I have confirmed that the code runs correctly on my side. Thanks
Thank you for your response, and I have processed the data.
Hi, when I run the python file PSI-Intention/pedestrian_intention_database_processing.py meet a bug at line 435 (in slice_intention function): frame_min, frame_max = int(min(frames)), int(max(frames)), and I found the frames is []. Can you tell me what went wrong?