Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timestampfile.txt missing for VirtualStage #120

Open
superfluousIT opened this issue Aug 10, 2020 · 0 comments
Open

timestampfile.txt missing for VirtualStage #120

superfluousIT opened this issue Aug 10, 2020 · 0 comments

Comments

@superfluousIT
Copy link

superfluousIT commented Aug 10, 2020

It fails when reconstructing the video. It is looking for timestamfile.txt file which is not there. What am I missing? I assume this file should be created/generated somewhere? I am running with --no_kinect_mask option

Traceback (most recent call last):
File ".\bg_matting.py", line 104, in
reconstruct_all_video(original_videos, args.output_dir, output_suffix, outputs)
File "C:\ailab-master\VirtualStage\BackgroundMatting\reconstruct.py", line 7, in reconstruct_all_video
reconstruct_video(video, output_dir, suffix, outputs_list)
File "C:\ailab-master\VirtualStage\BackgroundMatting\reconstruct.py", line 22, in reconstruct_video
video, out_path + suffix, os.path.basename(video) + suffix, o,
File "C:\ailab-master\VirtualStage\BackgroundMatting\reconstruct.py", line 60, in write_output_timestamp_file
ts_in = open(os.path.join(input, "timestampfile.txt"), "rt")
FileNotFoundError: [Errno 2] No such file or directory: 'C:\test\testvideo\timestampfile.txt'

@superfluousIT superfluousIT changed the title timestampfile.txt timestampfile.txt missing Aug 10, 2020
@superfluousIT superfluousIT changed the title timestampfile.txt missing timestampfile.txt missing for VirtualStage Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant