coldmanck / VidHOI

Official implementation of "ST-HOI: A Spatial-Temporal Baseline for Human-Object Interaction Detection in Videos" (ACM ICMRW 2021)
https://dl.acm.org/doi/10.1145/3463944.3469097
Apache License 2.0
50 stars 12 forks source link

train.csv/val.csv are not found #6

Closed mstone1123 closed 2 years ago

mstone1123 commented 2 years ago

Thank you for great work! I encountered an error due to missing train.csv/val.csv of frame lists. Could you please clarify how can I get these file, or upload them?

Error log: File "/home/VidHOI/slowfast/datasets/vidor_helper.py", line 41, in load_image_lists with PathManager.open(list_filename, "r") as f: File "/opt/conda/envs/vidhoi/lib/python3.6/site-packages/fvcore/common/file_io.py", line 587, in open path, mode, buffering=buffering, **kwargs File "/opt/conda/envs/vidhoi/lib/python3.6/site-packages/fvcore/common/file_io.py", line 381, in _open opener=opener, FileNotFoundError: [Errno 2] No such file or directory: '/home/VidHOI/slowfast/datasets/vidor-github/frame_lists/val.csv'

coldmanck commented 2 years ago

@mstone1123 Please refer to the files under the frame_lists/ folder here.

mstone1123 commented 2 years ago

@coldmanck Thank you for your handling!