AlanJiang98 / EvRGBHand

Official Code for CVPR 2024 paper "Complementing Event Streams and RGB Frames for Hand Mesh Reconstruction"
MIT License
11 stars 0 forks source link

Lack of the document of id_seq_right.json #1

Closed Doreeeeen closed 5 months ago

Doreeeeen commented 7 months ago

I get an error when I execute the command "python train.py --config src/configs/config/evrgbhand.yaml --resume_checkpoint output/EvImHandNet.pth --config_merge src/configs/config/eval_temporal.yaml --run_eval_only --output_dir result/evrgbhand/"

FileNotFoundError: [Errno 2] No such file or directory: '/home/jd/miniconda3/EvRGBHand-main/src/datasets/id_seq_right.json'

How do I get this file?

AlanJiang98 commented 7 months ago

This file is part of our dataset. We are reorganizing our dataset and will release it soon.

Doreeeeen commented 7 months ago

Thanks!