Skip to content

Commit 0b2d772

Browse files
committed
creating examples
1 parent 0e94571 commit 0b2d772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ python create_dataset.py --in_root_dir ../video_frames --out_dir ../dataset --m
3939
```
4040

4141
other examples for creating datasets: From Notion Download Raw dataset davis_no_mask. Uncompress the file into ./raw/
42+
4243
Now create the dataset
4344
```bash
4445
python create_dataset.py --in_root_dir ../raw/davis_no_mask/ --out_dir ../built/davis_no_mask_multiscale --masking_mode same_template --template_mask ../masks/no_mask.png --H 256 --W 480 --nLevels 3

0 commit comments

Comments
 (0)