Arthur151 / ROMP

Monocular, One-stage, Regression of Multiple 3D People and their 3D positions & trajectories in camera & global coordinates. ROMP[ICCV21], BEV[CVPR22], TRACE[CVPR2023]

Home Page:https://www.yusun.work/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please optimize the case where the folder contains Thumbs.db

BruceLz opened this issue · comments

commented

I wonder if the author can optimize the case where the folder contains Thumbs.db in next version. Because this situation is very disturbing.
Just modify this code to
frame_paths = [osp.join(frame_save_dir, frame_name) for frame_name in sorted(os.listdir(frame_save_dir)) if frame_name!='Thumbs.db']