FireCRT commited on
Commit
e85aa21
·
verified ·
1 Parent(s): fb567ae

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -132,7 +132,7 @@ python infer_coinve_single.py \
132
  --seed 0
133
  ```
134
 
135
- The script saves a side-by-side triptych `[source | predicted mask overlay | edited]` by default. Pass `--no_side_by_side` to save only the edited video.
136
 
137
  #### Performance
138
 
 
132
  --seed 0
133
  ```
134
 
135
+ The script saves a side-by-side video `[source | edited]` by default. Pass `--no_side_by_side` to save only the edited video. Use `--save_instruction_masks` to additionally save per-instruction mask overlay videos.
136
 
137
  #### Performance
138