python -m src.extraction checkpoint_path=CLaTr_checkpoints/epoch99_motion.ckpt
I tried this command for evaluation, but I encountered this error
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/petrelfs/zhangmengchen/20241011_CameraTrajectory/evaluate/ArtTraj_Feat/caption_clip/seq/test/1_0006/shot_0674_caption.npy'
I already recognized the path should be changed, but I can't find how to generate caption.npy for each data. It looks like text embeddings.
Can you share the code or method for this issue?
python -m src.extraction checkpoint_path=CLaTr_checkpoints/epoch99_motion.ckptI tried this command for evaluation, but I encountered this error
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/petrelfs/zhangmengchen/20241011_CameraTrajectory/evaluate/ArtTraj_Feat/caption_clip/seq/test/1_0006/shot_0674_caption.npy'I already recognized the path should be changed, but I can't find how to generate caption.npy for each data. It looks like text embeddings.
Can you share the code or method for this issue?