You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Don't rmtree clip_root/frames when re-bridging: egoinfinity import stores
real frames there (symlink at extract_frames/frames pointing back), so
re-running phase1 on an imported clip was deleting the frames. Skip the
bridge when it already resolves to extract_frames/frames.
2. Pass --only=<id> not --only <id> to batch_pipeline: clip ids can start
with '-' (YouTube-derived), which argparse mistook for a flag.
0 commit comments